/* CSS Document */
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	letter-spacing: normal;
}


a  {
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}

a:hover{
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1  {
	font-size: 18px;
	font-family: Helvetica, Geneva, Arial, Helvetica, sans-serif;
}

.header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 173px;
	width: 850px;
	vertical-align: bottom;
	padding-left: 7px;	
}

.top {
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	height: 43px;
	width: 850px;
	text-align: left;
	
}

.center {
	background-image: url(../images/center.png);
	background-repeat: no-repeat;
	height: 270px;
	width: 400px;
}

.center_right {
	background-image: url(../images/center_right.png);
	background-repeat: no-repeat;
	height: 270px;
	width: 450px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	letter-spacing: normal;
}


.center_footer {
	background-image: url(../images/center_footer.png);
	background-repeat: no-repeat;
	height: 356px;
	width: 850px;
}

.footer {
	background-image: url(../images/footer.png);
	height: 38px;
	width: 850px;
	
}
