body {
margin : 10px 0 10px 0;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
overflow : -moz-scrollbars-vertical;
background-image:url(images/fade.png);
background-repeat:repeat-x;
}
#wrapper {
	width : 900px;
	min-height : 0;
	margin : 0 auto 0 auto;
	border : 1px solid #999999;
}
#header {
	width : 900px;
	height : 250px;
	background-image : url('images/header.jpg');
	position : relative;
	border-bottom : 1px solid #999999;
}
#header img {
	border : 0;
	position : absolute;
	top : 15px;
	left : 15px;
}
#header ul {
	margin : 0 0 -1px -1px;
	list-style-type : none;
	padding : 0;
	position : absolute;
	bottom : 0;
	left : 0;
}
#header ul li {
	float : left;
	margin-right : 20px;
	border : 1px solid #999999;
}
#header ul li:hover {
	border : 1px solid #ffffff;
	border-bottom : 1px solid #999999;
}
#header ul a {
	height : 23px;
	padding : 7px 15px 0 15px;
	display : block;
	font-size : 14px;
	text-decoration : none;
	color : #ffffff;
	font-weight : bold;
	background-image : url('images/nav_background.png');
}
#main_cont {
	
}
#main_cont img {
	border : 1px solid #999999;
	margin : 5px;
}
#left {
	width : 295px;
	float : left;
	padding : 5px;
}
#options {
	padding : 5px;
	float : right;
	width : 195px;
}
#options ul {
	margin : 0;
	padding : 0
	list-style-type:none;
}
#options ul li {

}
#footer {
	border-top : 1px solid #999999;
	padding : 5px;
	text-align : center;
	background-image : url('images/nav_background.png');
	color : #ffffff;
}
.clear {
	clear : both;
	height : 0;
}
h1 {
	margin : 0;
	font-size : 14px;
	text-align : center;
	background-image : url('images/nav_background.png');
	padding : 3px;
	color : #ffffff;
	border : 1px solid #999999;
}
h2 {
	font-size : 12px;
	text-align : center;
	margin : 5px;
}
h3 {
	font-size : 12px;
	margin : 0;
}