#container {
	padding: 10px 5px;
	margin: auto;
	text-align: center;
	height: 200px;
	width: 800px;
	border: 0px solid red;
	}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url('../images/background.jpg') repeat-x left top;
	padding: 0px;
	height: 300px;
	}

#content { 
	margin-top: 20px;
	}

a:link {
	color: #FFFF00;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #666666;
	}

a:active {
	text-decoration: none;
	}

#menu {
	height: 25px;
	width: 800px;
	margin: 0px auto;
	}	

#menu ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
	}

#menu li {
	float: left;
	}	

#menu a {
	text-decoration: none;
	display: block;
	width: 90px;
	height: 50px;
	margin:auto;
	padding: 1px;
	text-align: center;
	background-color: #222;
	color: #eee;
	border: 1px solid #ccc;
	}
	
#menu a:hover {
	background-color: #eee;
	color: #333;
	}

#menu .SmallNav {
	font-size: 9px;
	text-transform: uppercase;
	}

#footer{
	width: 600px;
	color: #6c6c6c;
	text-decoration: none; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
	
#footer a {
	color: #6c6c6c;
	}

