@charset "UTF-8";
/*formatting styles
---------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #CCCCCC;
	background-color: #666666;
}
/*link styles
----------------------------*/
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FF6600;
}
/*basic layout
----------------------------*/

#wrapper {
	width: 858px;
	margin-top: 0px;
	margin-right: auto;
	padding-top: 0px;
	margin-left: 0px;
}
#main {
	height: 750px;
	padding-left: 15px;
}
#footer {
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	background-color: #333333;
	height: 80px;
}
/*header styes
-----------------------------*/

#header {
	height: 180px;
	border-top: 3px ridge #000000;
	background-color: #333333;
}
#header h1 {
	position: absolute;
	top: 60px;
	left: 15px;
}
#header ul {
	width: 700px;
	padding-top: 0px;
	padding-left: 0px;
	position: absolute;
	top: 120px;
	left: 15px;
}
#header  ol  {
	width: 200px;
	left: 15px;
	top: 15px;
	position: absolute;
}
#header ol li {
	float: left;
	list-style: none;
}
#header ol li a {
	height: 30px;
	width: 30px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #333333;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 100px;
	border-left: 2px ridge #999999;
}
#header ul li a:hover {
	color: #FF6600;
}
