/* Layout Stylesheet */ 

body {
 background:#C1C1C1;
 text-align:center;
 }

#leftborder {
 background-image: url("layout2/lt_shadow.jpg");
 background-repeat: repeat-y;
 }

#rightborder {
 background-image: url("layout2/rt_shadow.jpg");
 background-image: repeat-y;
 background-position: left;
 }

#bodyblock {
 float:right;
 background-image: url("images/rt_shadow.jpg");
 background-repeat:repeat-y;
 background-position: right;
 color: #333333;
 width:600px;
 height:100%;
 margin: 0; padding: 0;
 background:rgb(212,212,212);
 }

#banner {
 position:absolute;
 top:50px;
 background:rgb(119,1,1);
 float:right;
 width:100%;
 height:130px;
 margin-top:50px;
 margin: 0; padding: 0;
 background-image: url("images/top_shadow.jpg");
 background-image: repeat-x;
 background-position: bottom;
 z-index:200;
 }

#footer {
 height:12px;
 width:760;
 color: #333333;
 text-align: center;
 }
