/* CSS Document */
body {
	text-align: center;
	background: #fff;
	}

div {
	text-align: left;
	}

p {
	font: normal 0.75em Verdana, Arial, Helvetica, sans-serif;
	}
	
ul {
		list-style-type: circle;
		font-size:10px;
		font-family:Verdana;
		}

h1 {
		font-size:12px;
		padding-top:5px;
		font-family:Verdana;
		}
			
#Background {
	background: #fc6 url(images/headerwht.jpg) no-repeat;
	width: 745px;
	/*height: 271px;*/
	height: 515px;
	padding: 133px 0 0 5px;
	margin: 0 auto;
	}
	
#Menu {
	background-color: #ffc;
	padding: 0 5px;
	width: 215px;
	height: 500px;
	float: left;
	overflow: auto;
	voice-family: "\"}\""; 
 	voice-family:inherit;
 	width: 205px;
	}

#Content {
	background-color: #ffc;
	padding: 0 5px;
	margin-left: 5px;
	width: 515px;
	/*height: 265px;*/
	height: 500px;
	float: left;
	overflow: auto;
	voice-family: "\"}\""; 
 	voice-family:inherit;
 	width: 510px;
	}

		
a:link {
		text-decoration:none;
		color:#000;
		}

a:visited {
		text-decoration:none;
		color:#000;
		}
		
a:hover {
		text-decoration:underline;
		color:#000;
		}

a:visited:hover {
		text-decoration:underline;
		color:#000;
		}


