body {
	background: #090b0b;
	margin: 0px;
	padding: 0px;
	font: .85em/1.6em Arial, Helvetica, sans-serif;
}
#wrap {
	display: block;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}
#maincontent {
	background: url(images/concept_07.jpg) repeat-y;
	width: 956px;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #090B0B;
}
#header {
	display: block;
	margin: 0px;
	padding: 0px;
	background: url(images/top.jpg) no-repeat;
	height: 160px;
	width: 956px;
}
#content {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 956px;
	background: url(images/mainbgtop.jpg) no-repeat;
}
#leftcol {
	width: 215px;
	padding: 10px;
	margin: 0px;
	float: left;
}
#rightcol {
	display: block;
	float: right;
	width: 690px;
	margin: 0px;
	padding: 10px;
	color: #FFFFFF;
}
#rightcol a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer {
	background: #050505 url(images/footbg.jpg) no-repeat;
	display: block;
	font: .75em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	width: 956px;
	text-align: center;
	vertical-align: bottom;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #456800;
	text-decoration: underline;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#leftcol li {
	list-style: none;
}
#leftcol a {
	text-decoration: none;
	color: #FFFFFF;
}
#leftcol a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#leftcol a:hover {
	text-decoration: none;
	color: #74B138;
}
#leftcol a:active {
	text-decoration: none;
	color: #FFFFFF;
}
h1 {
	color: #496A00;
	font: bold 1.25em Georgia, "Times New Roman", Times, serif;
}
.clear {
	clear: both;
}
.white {
	color: #FFFFFF;
}
#featured {
	border: 1px solid #496A00;
	margin: 0px;
	padding: 2px;
	width: 98%;
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #040404;
}
.green {
	color: #496A00;
}

.error {
    border: 1px solid #4c453b;
    border-width: 1px 0px 1px 0px;
    padding: 20px 0px;
}

a:hover .hot_img {
    border: 1px solid #496a00;
}

.hot_img {
    border: 1px solid #ffffff;
}

.white_bold {
    color: #fff;
    font-weight: bold;
}
