*{font-family:arial;color:#808080;font-size:11px;}
body{margin:0;text-align: center;}
img{border:0;}
a{color:#128ccd;font-weight:bold;} 
hr{border:0;background-color:#cccccc;color:#cccccc;height:1px;}
table{border-collapse:collapse;}
td{vertical-align:top;}
li{margin-bottom:10px;line-height:20px;}
p {line-height:20px;}
h1 {font-size:20px;font-weight:normal;color:#128ccd;}

#wrapper
{
margin-top: 0;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
width: 950px;
text-align: left;
}

#logo {margin:10px 40px 0 0;}

#header{
	width:950px; 
	height:235px;
	background-image:url(images/header-bg.jpg);
	text-align:right;
}

#contenta {
	width:950px;
	margin:0;
	padding:0;
	background:url("images/content-bg-a.jpg") top left no-repeat;
}
#contentb {
	width:950px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:url("images/content-bg-b.jpg") bottom left no-repeat;
}

#nav {width:950px;}
#nav img {display:block;float:left;}

#left {display:block;width:225px;float:left;padding:0;margin:175px 90px 0 75px;}
#right {display:block;width:520px;float:left;padding:0;margin:60px 40px 0 0;}
#bottomspacer {margin-bottom:180px;}

#footer p {font-size:9px;color:#505050;text-align:right;margin:5px 40px 5px 0;}

form {border:0;margin:30px 0 0 0;padding:0;}
form span {font-size:10px;color:#4c4c4c;}
.textbox {width:225px;}
#submitdiv {text-align:right;}
.error {color:#ff0000;font-size:12px;font-weight:bold;margin:10px;}
.note {font-size:9px;font-style:italic;}

#yeagernorth{float:left;font-size:10px;color:#888888;}
#yeagernorth a{font-size:10px;text-decoration:none;color:#888888;}

.clear:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clear {display: inline-block;}  /* for IE/Mac */
<!--[if IE]>
  .clear {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
<![endif]-->