body {
	background : #1e251f url(/images/background_default.jpg) repeat-x;
	margin : 0px;
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 11px;
	color: #688a6a;
}

a:link, a:visited {
	color : #b3a01f;
	text-decoration : none;
}
a:hover, a:active {
	color : #fff;
	text-decoration : underline;
}
a.no_link:link, a.no_link:visited {
	text-decoration : none;
	color : #bababa;
}
a.no_link:hover, a.no_link:active {
	text-decoration : none;
	color : #fff;
}
.dashed_bottom {
	width : 100%;
	padding-bottom : 10px;
	border-bottom : 1px #333 dashed;
}
.dashed_top {
	width : 100%;
	padding-top : 10px;
	border-top : 1px #333 dashed;
}
.full_body {
	position : absolute;
	width : 100%;
	text-align : center;
}
#index {
	position : absolute;
	left : 50%;
	width : 1024px;
	height : auto;
	margin-left : -512px;
}
#header {
	position : relative;
	background : url(/images/background_header.jpg) no-repeat top left;
	width : 1024px;
	height: 100px;
	display : block;
}
#logo {
	position : absolute;
	left : 50%;
	width : 189px;
	margin-left : -489px;
	height : 97px;
	margin-top: 0px;
}
#info {
	margin-left : 0px;
	margin-top : 65px;;
	width : 995px;
	height : 15px;
	text-align : right;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #252f40;
	float: left;
}
#main_content {
	position : relative;
	background : url(/images/background_illustrations.jpg) no-repeat top center;
	width : 979px;
	height : 588px;
	float : left;
	margin-left : 25px;
	text-align : left;
}
#main_highlight {
	position : relative;
	background-color : #111;
	border : 1px #000 solid;
	left : 50%;
	width : 848px;
	margin-left : -424px;
	height : auto;
	margin-top: 30px;
	padding-bottom : 20px;
	text-align : left;
}
.highlight_left {
	position: relative;
	margin : 20px 0 0 20px;
	width : 500px;
	height : auto;
	float : left;
}
.highlight_left img {
	padding : 5px;
}
.highlight_right {
	position: relative;
	margin : 20px 0 0 20px;
	width : 270px;
	height : auto;
	float : left;
	font-size : 12px;
}
.highlight_thumbnail {
	margin : 10px;
}
ul, li {
	list-style-image : url("/images/bullet.gif");
	list-style-type : none;
	margin-top : 5px;
}
.title {
	font-size : 23px;
	font-family : Georgia, Times New Roman, serif;
	color: #bababa;
}
#footer {
	position : relative;
	background-color : #000;
	left : 50%;
	width : 848px;
	margin-left : -424px;
	height : 300px;
	margin-top: 0px;
	text-align : left;
	border : 1px #000 solid;
}
.footer_in {
	position : relative;
	margin-left : 20px;
	margin-top : 20px;
	color : #ccc;
	width : 190px;
	float : left;
	line-height : 20px;
}