
body { 
		background:#ffffff;
		text-align: center;
		margin: 0px;
		padding: 0px;
		font-family: Verdana,Arial,Trebuchet MS;
		font-style: normal;
		font-size: 12px;
		line-height:190%;
		color: #000000;
		position:relative;
}

.site {
	width:705px;
	margin:0px auto;
	text-align: left;
}


.bg_main  {
	background-color:#ffffff;
	position:absolute;
	top:0px;
	z-index:1;
	width:705px;
}

.logo {
	position:absolute;
	top:2px;
	right:8px;
	width:226px;
	height:71px;
}

.header {
	position:absolute;
	width:705px;
	text-align:left;
	height:240px;
	background-color:#ffffff;
	top:80px;
	z-index:2;
}

.header img {margin:1px 1px 1px 1px;}

.content  {
	position:absolute;
	padding: 10px 20px 60px 22px;
	background-color:#efefef;
	width:660px;
	text-align:left;
	top:330px;
	z-index:2;
}

.content a {
	color:#666666;
	text-decoration:none;
}

.content a:hover {
	color:#000000;
	text-decoration:underline;
}


h1 {
	font-family: Verdana,Arial,Trebuchet MS;
	font-style: bold;
	font-size: 18px;
	color: #000000;
	margin-top:5px;
	margin-bottom:15px;
}

h2 {
	font-family: Verdana,Arial,Trebuchet MS;
	font-style: normal;
	font-size: 14px;
	color: #000000;
}

.footer {
	position:absolute;
	padding: 2px 25px 2px 0px;
	width:678px;
	height:30px;
	text-align:right;
	bottom:0px;
	z-index:2;
	right:0px;
	font-size:10px !important;
	border-top:1px solid #d0d0d0;
	background-color:#ffffff;
}