#wrapper {
 margin: 0 auto;
 width: 1010px;
 background-color:white;
}
#faux {
background: url(/images/site/content_tile_white.jpg) repeat-y;
padding-bottom: 5px;
overflow: hidden; /* Paul O Brien Fix for IE www.pmob.co.uk */
width: 100%;
min-height: 400px;
}
#header {
height:150px;
background-color:white;
width:1010px;
margin: 0 auto;
background: url(/images/site/ojam_2012_banner.jpg) no-repeat;
}

#header div#loginbox {
  float:right;
  position:relative;
  background-color:transparent;
  color:blue;
  letter-spacing:2px;
  font-weight:bold;
  font-size:110%;
  margin:20px 20px 0 0;
}

#header div#loginbox input {
  margin:5px;
}

#header div#loginbox input.submit {
   margin-left:100px;
   padding:2px 10px 2px 10px;
  color: white;
  text-transform:uppercase;
  letter-spacing:3px;
  font-weight:bold;
  background-color:#ff3200;
}

#subbanner {
width:1010px;
margin: 0 auto;
height:35px;
background: url(/images/site/nav_bar_white.jpg) no-repeat;
}
#leftcolumn {
display: none;
}
#rightcolumn {
float: right;
color: #333;
background-color:white;
margin:0;
margin-right:20px;
padding: 0px;
width: 970px;
display: inline;
position: relative;
}

#footer {
 width: 1010px;
 height: 50px;
 padding-left:265px;
 background: url(/images/site/page_footer_white.jpg) no-repeat;
 overflow: hidden;
 color:#ff3200;
}
.clear { clear: both; background: none; }
