body {background:#000000;
	background-image: url(images/background/background_grey.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	font-family: "Optima", Didot, "Lucida Sans";
	color:#edf5ff;}

a {color: #00AEED;}

#header {width: auto;
	margin-left: 120px;
	background:#000000;}

	#sidebar {width: 720px; margin-left: 20px;}
	#sidebar ul {margin: 0; padding: 0; list-style: none;}
	#sidebar li {display: inline; width: 140px;}
	#sidebar li ul {display: none;}
	#sidebar li:hover ul {display: none; width: 140px; position: absolute;}

#main {width: 90%;
	margin-left: 95px;
	margin-top: 5em;
	clear: both; 
	width: 800px;
	background:#000000;}

#footer {width: 90%;
	margin-left: 95px;
	margin-top: 4em; 
	width: 800px;
	clear: both;
	background:#000000;}

#footer h5 {text-align: center;}