* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #1a78ab;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, p {
	padding-bottom: 0.8em;
}

#wf_wrapper {
	margin: 0 auto;
	width: 770px;
}

#wf_top {
	margin-top: 30px;
	width: 770px;
	height: 43px;
	background: url("../images/wf_bg_top.gif") no-repeat;
}

#wf_main {
	float: left;
	background: url("../images/wf_bg.gif") repeat-y; 
}

#wf_main #wf_leftcol {
	float: left;
	width: 268px;
	height: 452px;
	background: url("../images/wf_leftcol.jpg") no-repeat;
}

#wf_main #wf_rightcol {
	padding: 120px 0 0 0;
	float: left;
	width: 502px;
	height: 1000px;
	background: url("../images/wf_header.gif") no-repeat;
}

#wf_main #wf_rightcol p {
	padding: 0 0 0 1.5em ;
	font-size: 1.3em;
	color: #666;
}

#wf_main #wf_rightcol iframe {

}


#wf_footer {
	margin-bottom: 30px;
	clear: both;
	height: 39px;
	background: url("../images/wf_bg_bottom.gif") no-repeat;
	
}