body {
	text-align:center;
	margin-top:0px;
	background-image:url(../images/background.jpg);
	background-position: top;
	font-family: "Trebuchet MS", Arial;
	font-size:12px;
	color: #5C5C5C;
}
.main {
	margin: 0 auto;
	text-align: left;
	position:relative;
	width: 850px;
	overflow: hidden;
	height: 800px;
}.navigation {
	position: relative;
	width: 100%;
	height: 48px;
}
.navigationContents {
	float: left;
	position: relative;
}
.advertisement {
	background-image: url(../images/headerAdvertisement.png);
	background-repeat: no-repeat;
	position: relative;
	height: 215px;
	width: 838px;
	top: 10px;
}
img {
	border:0px;
}
.advertisementContent {
	float: right;
	height: 100%;
	width: 210px;
	position: relative;
	font-size: 13px;
}
.centerArea {
	position: relative;
	width: 100%;
	top: 20px;
}
.associations {
	background-image: url(../images/associationBg.png);
	position: relative;
	height: 325px;
	width: 201px;
	float: left;
}
.associationContent {
	position: relative;
	top: 50px;
	text-align: center;
	line-height: 2mm;
}
.content {
	background-image: url(../images/ContentBg.png);
	float: left;
	height: 325px;
	width: 626px;
	position: relative;
	background-position: left;
	left: 10px;
}
.contentHead {
	position: relative;
	left: 45px;
	top: 25px;
	width: 550px;
	font-size: 15px;
}
.contentHeadContent {
	float: left;
	position: relative;
	width: auto;
}
.contentHeadContent {
	float: right;
	position: relative;
	width: auto;
	font-size: 11px;
}
.contentTop {
	position: relative;
	left: 23px;
	top: 50px;
	width: 575px;
}
.floatLeft {
	float:left;
	width:auto;
	position:relative;
}
.leftPos {
	left:10px;
	width: 380px;
	z-index: 100;
}
.contentBottom {
	position: relative;
	width: 575px;
	left: 23px;
	top: 70px;
}
.contentBottomHead {
	width: 370px;
	left: 35px;
	font-size: 15px;
	position: relative;
}
a:link {
	color:#5c5c5c;
	text-decoration:none;
}
a:visited {
	color:#5c5c5c;
	text-decoration:none;
}
a:hover{
	color:#5c5c5c;
	text-decoration:underline;
}
.footer {
	background-image: url(../images/footerBg.png);
	position: relative;
	height: 48px;
	width: 844px;
	top: 355px;
}
.footerContent {
	left: 10px;
	top: 13px;
	width: 600px;
	text-align: left;
}
