body {
	margin: 0px;
	font-family: Arial;
	background-color: #D3D3D3;
}

h2 {
	color: darkblue;
	text-shadow: #808080 2px 2px 4px
}

#page {
	width: 800px;
	margin: auto;
	border-left:thick solid #808080;
	border-right:thick solid #808080;
	background-color: white;
}

#header {
	text-align: center;
}

#left {
	float: left;
	padding: 10px;
	width: 160px;
}

#content {
	padding: 10px;
	margin: 0px 20px 0px 190px;
	text-align: justify;
	font-size: 13px;
}

#footer {
	clear: both;
	padding: 10px;
	font-size:14px;
	margin-left: 20px;
	text-align: center;
}

img.floatLeft {
    float: left; 
    margin-right: 10px;
	margin-top: 15px;
	padding: 2px;
	border:thin solid black;
}

a:link {
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#left ul {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}

#left li {
	float: left;
	padding:5px;
}

#left li a:link, #left li a:visited {
	display: block;
	width: 115px;
	font-weight: bold;
	background-color: black;
	color: white;
	text-align: center;
	padding:4px;
	text-decoration: none;
	text-transform: uppercase;
}

#left li a:hover, #left li a:active {
	background-color: grey;
}