@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
}

body a {
	color:#FFFFFF;
	font-weight: bold;
}

.main {
	width: 57.5em;
	margin: 0 auto;
}

.page {
	width: 920px;
	background: url('img/template/bg.jpg') repeat-y;
	
}

.content {
	width: 582px;
	margin-right: 40px;
	text-align: left;
	float: right;
	background: url('img/template/bg-logo.png') no-repeat;
}

.header {
	width: 872px;
	height: 383px;
	margin-left: 23px;
	margin-right: 23px;
	background: url('img/template/bg-header.jpg') repeat-y;
}

.top-header {
	height: 120px;
	margin-right: 20px;
	text-align: right;	
}

.top-header a {
	color: white;
	text-decoration:none;
	font-size: .75em;
}

.left {
	width: 275px;
	margin-left: 23px;
	float: left;
	text-align: left;
}

.left a {
	color: white;
	text-decoration:none;
	font-size: .75em;
}

.footer {
	width: 872px;
	padding-top: 15px;
	margin-left: 23px;
	margin-right: 23px;
	background-color: #87c921;
	clear: both;
	color: black;
}

.footer a {
	color: black;
	text-decoration:none;
	font-size: .75em;
}
