@charset "utf-8";
/* CSS Document */
* {	
	margin:0; 
	padding:0;
}	

body {
	font-family:Arial, Tahoma;
	font-size:12px;
	background-color:#e6e6e6;
}

td {
/*	text-align:left; */
}	


#page {
	position:relative;
	width:678px;
	margin: 0 auto;
}

#page2 {
	width:678px;
	margin: 0 auto;
	height:100%;
}
	
#top {
	position:absolute;
	top:0px;
	left:0px;
	height:89px;
}

#left {
	position:absolute;
	left:0;
	top:89px;
	width:25px;
}

#left2 {
	width:25px;
	height:100%;
	background:url(images/left_bg2.gif) repeat-y right;
}		

#content {
	position:absolute;
	left:25px;
	top:89px;
	width:628px;
	height:228px;
	background:url(images/content_bg.gif) no-repeat 0 0;
}

#content2 {
	width:628px;
	background:url(images/content_bg2.gif) no-repeat top #FFFFFF;
}		

#right {
	position:absolute;
	left:654px;
	top:89px;
	width:25px;
}

#right2 {
	width:25px;
	height:100%;
	background:url(images/right_bg2.gif) repeat-y;
}	


#stats {
	margin: 0 20px;
}
	
#bottom {
	position:absolute;
	top:318px;
	left:0px;
}

#copyright {
	position:absolute;
	left:0px;
	top:318px;
	width:678px;
	height:70px;
	padding-top:10px;
	text-align:center;
	font-weight:bold;
	z-index:2;
}

#copyright2 {
	width:678px;
	height:96px;
	padding-top:30px;
	text-align:center;
	font-weight:bold;
	background:url(images/footer_bg2.gif) top no-repeat;
}	

.redhed {
	font-family: Arial, Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #860000;
}		
