@charset "utf-8";
/* CSS Document */
body {
	background:#b8e2f2 url(../images/main-bg.jpg) repeat-x top left;
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size:13px;
	color:#727272;
	padding:0px;
	margin:0px;
}
h1, h2, h3, h4, h5, p, ul {
	margin:0;
	padding:0;
	list-style:none;
}
ol {
	margin:0;
	padding:0;
	padding-left:20px;
}
h1 {
	font-size:1.9em;
}
h2 {
	font-size:1.7em;
	font-weight:normal;
}
h3 {
	font-size:1.3em;
}
h4 {
	font-size:1.1em;
}
h5 {
	font-size:0.9em;
}
p, ul {
	line-height:1.4em;
	text-align:justify;
}
a {
color:#278cb7;
	text-decoration:none;
}
a:hover {
	
	text-decoration:underline;
}
img {
	border:none;
}
.valign {
	vertical-align:middle;
}
.flt-left {
	float:left;
}
.flt-right {
	float:right;
}
.clear {
	clear:both;
}
/*-----------------Layout CSS-----------------------------*/

#main-wrap{
	background:url(../images/main.jpg) no-repeat top center;
	width:950px;
	margin:0 auto;
}
#main{
	margin:0 auto;
	width:640px;
}

#content{
	background:#fff;
	padding:30px 30px 30px 30px;
	overflow:hidden;
}

#primary{
	width:580px;
	float:left;
}
#primary h1{
	margin-bottom:10px;
}

#primary p{
	line-height:25px;
}
#secondary{
	width:235px;
	float:right;
}

.button-div{
	padding:30px 0 20px 0;
}

.button-div p{
	text-align:center;
	margin-top:10px;
	color:#278cb7;
}
