
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#fff;
 color: #333333;
 text-align:center;
 font-size:12px;
 padding:0;
 font-family:Verdana, Arial, Helvetica, sans-serif;

 }

#outer {
 text-align:left;
 border:1px solid #fff;
 width:800px;
 margin:auto;
 font-size:10px;
 }

#hdr {
 height:157px;
 background-image: url(images/banner.jpg);
 color: #333333;
 font-size:10px;
 }

#bar {
 height:20px;
 background-image: url(images/sub_banner.jpg);
 color: #fff;
 font-style: bold;
 border-width:1px 0 1px 0;
 font-size:12px;
 padding-left:10px;
 margin-top:-2px;
 }

#bar2 {
 height:20px;
 color: #000;
 font-style: bold;
 border-width:1px 0 1px 0;
 font-size:12px;
 padding-left:10px;
 margin-top:-2px;
 align:center;
 }

#bodyblock {
 position:relative;
 background: #fff;
 color: #333333;
 font-size:12px;
 width:800px;
 padding:0;
 }

#l-col {
 float:left;
 background:#fff;
 color: #333333;
 font-size:12px;
 width:266px;
 }

#cont {
 float:left;
 width:268px;
 background:#ffffff;
 color: #333333;
 border-width:0 0 0 1px;
 text-align:left;
 font-size:12px;}
 
 #cont2 {
 float:right;
 width:266px;
 background:#ffffff;
 color: #333333;
 border-width:0 0 0 1px;
 text-align:left;
 font-size:12px;
 padding-top:0px;}

 #indexcontent {
 float:left;
 width:522px;
 background:#ffffff;
 color: #333333;
 border-width:0 0 0 1px;
 text-align:left;
 font-size:12px;
 padding-top:0px;}

#ftr {
 height:20px;
 background:#99CCFF;
 color: #333333;
 border-width:1px 0 0 0;
 margin:0;
 padding-top:5px;
 }
 
 .imgborder {
 border-width: 15px;
 border-style: solid;
 border-color: #FFFFFF;
 }