@charset "utf-8";
/* CSS Document */
body {
	margin:0 0 0 0;
	background-image:url(../graphic/bgTop.gif);
	background-repeat:repeat-x;
	background-color:#3D3D3E;
	font:12px Verdana, Helvetica, sans-serif;
	color:#E0E0E0;
}
#wrapper {
	margin:0 auto;
	top:0px;
	width:900px;
	border:0px solid #FFFFE8;
	border-style:solid;
	margin-top:0px;
	margin-bottom:10px;
}
* html #wrapper {
	width:900px;
	margin:auto auto auto auto;
	border:0px solid #FFFFE8;
	margin-top:0px;
	margin-bottom:10px;
}
*:first-child+html #wrapper {
	width:900px;
	margin:0px auto;
	text-align:left;
	border:0px solid #FFFFE8;
	margin-top:0px;
	margin-bottom:10px;
}
#top {
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:100%;
	height:226px;
	background-image:url(../graphic/header/bg.gif);
	background-repeat:repeat-x;
}
.header {
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:100%;
	height:180px;
}
#mainArea {
	float:left;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:20px;
	width:100%;
}
#leftSide {
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:287px;
	height:334px;
	background-color:#FFFFFF;
	background-image:url(../graphic/section/leftBG.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#validators {
	float:left;
	margin:25px 0px 0px 90px;
	width:95px;
	height:100px;
}
#validators img {
	float:left;
	margin:7px 0px 0px 0px;
	border:none;
}
#rightSide {
	float:right;
	margin-top:0px;
	margin-right:0px;
	width:613px;
	background-color:#6C696C;
	background-image:url(../graphic/section/rightBG.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#mainContent {
	float:left;
	margin-top:15px;
	margin-left:15px;
	margin-bottom:20px;
	width:580px;
}
#EVElink {	
	width:100%;
	text-align:center;
	color:#CCCCCC;
}
#EVElink a {
	color:#DE0059;
	text-decoration:none;
}
	


