@charset "UTF-8";

body {
	color: #666666;
	font-size: 75%;
	font-family: sans-serif;
	background: #ECECEC;
}
p,dt,dd {
	line-height: 1.5;
}
#wrapper {
	width: 786px;
	margin: 40px auto;
	padding: 7px;
	background: #FFFFFF;
}

.header {
	width: 786px;
	height: 250px;
	padding-top:30px;
	background: url(./images/h1_bg.jpg) no-repeat;
}
h1 {
    font-size: 20px;
	padding: 70px 0px 0px 20px;
}


.section {
	float: left;
	display: inline; /* for WinIE6 */
	width: 234px;
	margin: 0 0 30px 22px;
	border: ;
	border-style: ;
	border-color: ;
}
.section h2 {
    font-size: 15px;
    line-height: 30px;
	margin-bottom: 6px;
	background: url(./images/h2.gif) no-repeat;
}
.section h3 {
    font-size: 12px;
    line-height: 150%;
    font-weight: light;

}



.section p {
	margin-bottom: 10px;
}

#copyright {

	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 28px;
	text-align: center;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #FFCCFF;
}
#copyright a {
    color: #666666;
	text-decoration: none;
}
#copyright a {
	font-size: 10px;
}

