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

html, body {
	font-family: "myriad pro";
	}
	
#wrapper {
	width: 1024px;
	}
	
#header {
	float: left;
	width: 983px;
	height: 56px;
	margin: 0px 0px 18px 0px;
	}
	
#header a img {
	border-color: #000000;
	}
	
#content {
	float: left;
	width: 983px;
	height: 315px;
	margin: 0px 0px 18px 0px;
	background: url(../images/logoHeader.png) no-repeat;
	z-index:1;
	}

#index_content {
	float: left;
	width: 983px;
	height: 315px;
	margin: 0px 0px 18px 0px;
	background: url(../images/contentBox2.png) no-repeat;
	z-index:1;
	}
	
#content2 {
	float: left;
	width: 983px;
	height: 315px;
	margin: 0px 0px 18px 0px;
	}

#subheader {
	text-align:right;
	font-size: 38px;
	margin: 8px 30px 0px 0px;
	}
	
#content p {
	font-size: 16px;
	line-height: 16px;
	margin: 25px 23px 0px 130px;
	}
#index_content p {
	font-size: 16px;
	line-height: 16px;
	margin: 25px 23px 0px 130px;
	}

#topic1 {
	float: left;
	margin-right: 25px;
	width: 312px;
	height: 305px;
	background: url(../images/subContentBox.png) no-repeat;
	}
	
#topic2 {
	float: left;
	margin-right: 25px;
	width: 312px;
	height: 305px;
	background: url(../images/subContentBox.png) no-repeat;
	}
	
#topic3 {
	float: left;
	width: 312px;
	height: 305px;
	background: url(../images/subContentBox.png) no-repeat;

	}
	
#footer {
	float: left;
	width: 985px;
	margin: 18px 0px 0px 0px;
	}
	
#footer p {
	text-align: center;
	font-size: 12px;
	}
