body {
	font: 12px "Trebuchet MS";
	color: #000;
	background-color: #646464;
}

#container {
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}

#content {
	
}

#menu {
	background-color: #4C6F7F;
}

#menu a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	font-weight: bold;
	color: #000;
}

#footer {
	background-color: #FFF;
}
#footer a {
	color: #7BB7ED;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	font-weight: bold;
	color: #000;
}
#footer a:visited {
	color: #7BB7ED;
}

#main {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}
#main a {
	color: #7BB7ED;
	text-decoration: none;
	font-weight: bold;
}
#main a:hover {
	color: #7BB7ED;
}
main a:visited {
	color: #7BB7ED;
}