* {
	margin: 0px;
	padding: 0px;
}


body {
background: #faf4d7;
font-family:  Arial, Helvetica, sans-serif;
font-size: 12px;
color: #1f262c;
font-weight:400;
padding-left:250px;
padding-right:250px;

}



/* top portion */

#header {
	width: 790px;
	height: 150px;
}	

#wiebLogoDark {
    padding-left: 2px !important;
    padding-top: 45px !important;
	padding-bottom: 45px !important;
	width: 375px;
	height: 35px;
}


#logoDark {
	background: #1f262c;
	color: #fff;
	width: 400px;
	height: 150px;
	float: left;
}



#rightLogo {
	background: url(../img/wiebwhitebackground.gif) top right no-repeat;
	width: 357px;
	height: 150px;
	float: left;

	
/* middle body portion */	
	
}
#contentBlock {
	background: url(../img/whitecreme.jpg) top left repeat-y;
	width: 757px;
}



.clear {
	clear: both;
}


#contentleft {
	width: 400px;
	float: left;
}
#contentright  {
	width: 284px;
	float: left;
	margin-left: 30px;
	margin-right: 37px;
	line-height: 17px;	
}

#contentright a {
text-decoration: none; color: #1f262c; border-bottom: 1px dotted #1f262c; }
#contentright a:hover, a:focus { border-bottom: 1px solid #417c8d; color: #254156; }

#contentright p {
	padding-bottom: 15px;
}



/* bottom portion */



#stripe {
	width: 544px;
	height: 50px;
	background: #fff url(../img/bluebar.gif) top left no-repeat;
	padding-right: 206px;
}

#stripe img {
	float: right;
}

#bluebar {
	height: 30px;
	width: 544px;
}
#bluebar img {
	float: right;
	border: none;
}





#footer {
	width: 750px;
	height: 220px;
	background: url(../img/blackfooter1.png) top left no-repeat;

}
#footerleft {
	width: 320px;
	float: left;
	padding-left: 30px;
	padding-top: 25px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
}
#footerleft p {
	padding-top: 7px;
}
#footerright  {
	width: 325x;
	float: left;
	padding-left: 10px;
	padding-top: 25px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	line-height:15px;
}



a { text-decoration: none; color: #ffffff; border-bottom: 1px dotted #ffffff; }
a:hover, a:focus { border-bottom: 1px solid #417c8d; color: #254156; }
p { line-height: 1.4; }

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style:italic;
background-color: #faf4d7;
/*background-color: #1f262c;*/


	
}



