
/* Layout Stylesheet */ 

body {
 margin: 0;
 background: #f3f2f2;
 color: #333333;
 text-align: center;
 padding: 0;
 }

#outer {
 text-align: left;
 background: #f3f2f2;
 background-image: url('img/main-shadow.gif');
 background-position: top;
 background-repeat: repeat-y;
 width: 860px;
 padding: 0;
 margin: auto;
}
 
#inner {
 width: 760px;
 padding: 0;
 margin: auto;
}

 
#head-1 {
 height:74px;
 background:#eeeeee;
 color: #333333;
 }

#head-2 {
 height:200px;
}

#head-3 {
 height:9x;
}

#bodyblock { 
 position: relative;
 background: #ffffff;
 background-image: url('img/sidebar-1.jpg');
 background-position: top right;
 background-repeat: no-repeat;
 color: #333333;
 width: 760px;
 padding: 0;
}

#cont {
 width: 539px;
 background: #ffffff;
 color: #333333;
 text-align: left;
 padding: 20px 20px 40px 20px;
 margin 0;
}

#foot-1 {
 height: 35px;
 margin:0;
}

#foot-shadow {
 height: 12px;
 margin:0;
 padding: 0;
}


