
/* Layout Stylesheet */ 

body {
 margin:20px 0 0 0;
 background:#FFFFFF;
 background-image:url('../images/backgroundtop.png');
 background-repeat: no-repeat;
 color: #333333;
 text-align:center;
 height:100%;
 padding:0;
 }

#outer {
 text-align:left;
 width:700px;
 margin:auto;
 }

#hdr {
 height:60px;
 background:transparent;
 color: #333333;
 padding:10px;
 }

#bodyblock {
 position:relative;
 background: transparent;
 color: #333333;
 width:700px;
 padding:10 0 0 0;
 }

#col {
 float:right;
 background:transparent;
 color: #333333;
 width:190px;
 padding:20px 5px 5px 5px;
 }

#cont {
 width:500px;
 background:transparent;
 color: #333333;
 text-align:left;
 }

#ftr {
 height:65px;
 background:transparent;
 color: #333333;
 margin:0 0 0 0;
 }