@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1d8cec;
}
p {
	padding:0;
	margin:0;
}
h1 {
	padding:0;
	margin:0;
}
h2 {
	padding:0;
	margin:0;
}
h3 {
	padding:0;
	margin:0;
}
h4 {
	padding:0;
	margin:0;
}
h5 {
	padding:0;
	margin:0;
}
#container {
	margin: 0px auto;
	width:800px;
}
#container_top {
	background-image:url('../images/container_top.gif');
	background-repeat:no-repeat;
	width:800px;
	height:18px;
}
#container_center {
	background-image:url('../images/container_center.gif');
	background-repeat:repeat-y;
	width:800px;
}
#container_bottom {
	background-image:url('../images/container_bottom.gif');
	background-repeat:no-repeat;
	width:800px;
	height:18px;
}
#header {
	position:relative;
	top:-10px;
	margin-left: 9px;
	margin-bottom: -9px;
}
#menu {
	position:absolute;
	top: 177px;
	width:159px;
	margin-left: 12px;

}
#content {
	position:relative;
	left: 170px;
	background-color:#36b3f6;
	width:618px;
}
#content_top {
	background-image:url('../images/content_top.gif');
	background-repeat:no-repeat;
	width:618px;
	height:11px;
}
#content_center {
	background-image:url('../images/content_center.gif');
	background-repeat:repeat-y;
	width:598px;
	padding-left:10px;
	padding-right:10px;
	margin-top:-3px;
	min-height:356px;
}
#content_bottom {
	background-image:url('../images/content_bottom.gif');
	background-repeat:no-repeat;
	width:618px;
	height:12px;
}
#content_bottom2 {
	width:615px;
	height:30px;
	background-color:#2aa1f2;
	padding:2px;
	position:relative;
}
#footer {
	height:26px;
}
#OneStatTag {
	position:relative;
	bottom:0;
	padding-left: 15px;
	clear:both;
}
  

