@import url(/assets/css/reset.css);

/*
* Main CSS Definition
*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../img/bg.png) repeat-x top #002250;
}

#header-container{
	background:url(../img/header-bg.gif) no-repeat scroll center top transparent;
	height:201px;
}



#header{
	margin:0 auto;
	width:934px;
	height:170px;
}


#wrapper{
	width:756px;
	background:#fff;
	margin:0 auto;
}

#banner{
	width:756px;
	height:196px;
}

#content{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
}

#content a{
	text-decoration:underline;
	color:#02529b;
}

.note{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

h1{
	font-size:18px;
	margin:30px 0 20px 0;
	font-weight:normal;
}

p{
	font-size:14px;
	margin-bottom:17px;
	line-height:22px;
}

#footer{
	width:756px;
	height:50px;
	margin:0 auto;
	background:url(../img/bot-r-cnr.gif) no-repeat right bottom #fff;
}
