@charset "utf-8";
/* CSS Document */
#page {
position: relative;
width: 860px;
left: 50%;
margin-left: -430px;
background: url(images/pagebg.png) repeat-y;
overflow-x: hidden;
}
#pagepadding {padding: 0px 0px 0px 11px;}
#header {
text-align: right;
clear:both;
background: #6896ca;
width: 100%;
}
#headerpadding {}
#content {min-height: 200px; background: url(images/contentbg.png) top right no-repeat;}
#contentpadding {padding: 10px;}
#rightcol {padding: 0px 10px;  }
#footer {
text-align: right;
font-size: 10px;
}
#footerpadding {padding: 0px 10px;}
