@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Calibri, Arial, Verdana;
	/* background:url(../Images/main_bg.jpg) center top no-repeat; */
	background:#efefef;
	}

img {
	border:none;
	}

#headerwrapper {
	width:auto;
	height:130px;
	background:url(../Images/header_bg.png) center top no-repeat;
	}

#header {
	width:900px;
	height:96px;
	margin:0 auto 0 auto;
	padding:10px 0 0 0;
	}

#maincontent {
	width:100%;
	min-height:470px;
	}

#menu {
	width:900px;
	height:38px;
	background:url(../Images/menu1.png) no-repeat;
	margin:10px auto 0 auto;
	}

#menu dl {
	margin:0;
	padding:0;
	}

#menu dt {
	height:45px;
	width:140px;
	margin:0 2px 0 0;
	float:left;
	text-align:center;
	line-height:38px;
	font-size:18px;
	}

#menu dt a:link, #menu dt a:visited {
	display:block;
	line-height:38px;
	text-decoration:none;
	color:#fff;
	}

#menu dt a:hover, #menu dt a:active {
	display:block;
	line-height:38px;
	text-decoration:none;
	color:#333;
	}

#inner {
	width:900px;
	margin:30px auto 0 auto;
	min-height:300px;
	}

#image {
	width:600px;
	min-height:320px;
	margin:-10px 20px 40px -10px;
	float:left;
	}

#image h1, #inner h1 {
	color:#444;
	margin:0 0 15px 0;
	font-size:24px;
	}

#image h3 {
	font-size:18px;
	margin:20px 0 0 0;
	color:#00A0B9;
	}

#image p, #inner p {
	color:#555;
	margin:0 0 10px 0;
	font-size:14px;
	}

#image p a:link, #image p a:visited {
	text-decoration:none;
	color:#3E63E3
	}

#image p a:hover, #image p a:active {
	text-decoration:underline;
	color:#3E63E3;
	}

#image ol {
	padding:0;
	margin:0 0 0 30px;
	}

#image li {
	color:#555;
	margin:0 0 10px 0;
	font-size:12px;
	}

#stats {
	float:left;
	width:280px;
	min-height:100px;
	margin:0 0 40px 0;
	}

#login {
	width:250px;
	height:170px;
	padding:50px 20px 20px 20px;
	background:url(../Images/login_bg.jpg) no-repeat;
	}

#login label {
	color:#555;
	float:left;
	clear:left;
	margin:0 0 5px 0;
	font-size:14px;
	font-weight:bold;
	}

#login select, #login input {
	float:left;
	clear:left;
	width:70%;
	margin:0 0 10px 0;
	font-family:Calibri, Arial, Verdana;
	color:#555;
	}

#showstats {
	width:250px;
	height:210px;
	background:url(../Images/latest_stats_bg.jpg) no-repeat;
	padding:50px 20px 20px 20px;
	margin:40px 0 0 0;
	}

#showstats h3 {
	font-size:22px;
	color:#00A0B9;
	margin:-2px 0 0 0;
	letter-spacing:1px;
	}

#showstats p {
	color:#666;
	margin:0;
	font-size:13px;
	}

.showstats_spacer {
	width:100%;
	height:1px;
	background:#ccc;
	margin:9px 0 9px 0;
	}

.clear {
	clear:left;
	}

#footer {
	width:100%;
	height:85px;
	background:url(../Images/footer_bg.png) top repeat-x;
	padding:40px 0 0 0;
	}

#footer_inner {
	margin:0 auto 0 auto;
	width:910px;
	height:85px;
	padding:0 10px 0 0;
	}

#logo_footer {
	float:left;
	width:185px;
	height:85px;
	}

#footer_upper_right {
	width:720px;
	height:25px;
	float:left;
	border-bottom:1px solid #777;
	text-align:right;
	line-height:25px;
	}

#footer_lower_right {
	width:720px;
	height:10px;
	float:left;
	text-align:right;
	line-height:25px;
	}

#footer_lower_right p, #footer_upper_right p {
	color:#555;
	font-size:13px;
	margin:0;
	}

#footer_upper_right p a:link, #footer_upper_right p a:visited {
	color:#555;
	text-decoration:none;
	}

#footer_upper_right p a:hover, #footer_upper_right p a:active {
	color:#fff;
	text-decoration:underline;
	}
