body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	background: #4599E3 url(../images/main/page_back.jpg);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
	background-color: #D2D3B8;
	border: 1px solid #6f6b5b;
	border-top: 0;
	border-bottom: 3px solid #6f6b5b;
}

#mainContentTable {
	background-image: url(../images/main/bottom_background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#mainContentTable a:link, #mainContentTable a:visited {
	color: #105680;
}
#mainContentTable a:hover, #mainContentTable a:active {
	color: #d76216;
}
#mainContentTable td {
	vertical-align: top;
}
#mainCell {
	padding: 25px 65px 80px 65px;
}
#mainContentTable h1 {
	background-image: url(../images/main/header_back.jpg);
	background-repeat: no-repeat;
	font-size: 20px;
	padding: 8px 0 6px 100px;
	color: #6f6b5b;
}
#topNavTable {
	background: #4599E3 url(../images/main/top_nav_back.jpg) repeat-x;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
table.statTable {
	border-right: 1px solid #6f6b5b;
	border-bottom: 1px solid #6f6b5b;
	margin-bottom: 30px;
}
table.statTable caption {
	background: #4599E3 url(../images/main/caption_back.jpg) repeat-x;
	font-weight: bold;
	color: #fff;
	padding: 5px 0;
	border: 1px solid #6f6b5b;
	border-bottom: 0;	
}
table.statTable th {
 	background-color: #6b9fe9;
 	border-top: 1px solid #6f6b5b;
 	border-left: 1px solid #6f6b5b;
	padding: 3px 0;
}
table.statTable td {
	text-align: center;
	border-top: 1px solid #6f6b5b;
	border-left: 1px solid #6f6b5b;
	background-color: #cfd7d8;
	padding: 3px 0;
}

