
/* Layout Stylesheet */ 

body {
 margin:0px;
 padding:0px;
 background:#FFFFFF url(../img/back770px.gif) center repeat-y;
 color: #333333;
 text-align:left;
 font-size:95%;
 font-family:"Times New Roman", Times, serif;
 line-height:130%;
 }

#outer {
 text-align:left;
 border:1px solid #CCCCCC;
 width:760px;
 margin:auto;
 }

#hdr {
 height:200px;
 background:#eeeeee;
 color: #333333;
 overflow:hidden;
 }

#bar {
 height:auto;
 width: 760px;
 background:#FFEFE5;
 color: #333333;
 border:solid #CCCCCC;	
 border-width:1px 0 1px 0;
 line-height:25px;
 font-size:85%;
 }

#bodyblock {
 position:relative;
 background: #dcdcdc; 
 color: #333333;
 width:760px;
 padding:0;
 font-size:95%;
 }

#l-col {
 float:left;
 background:#dcdcdc;
 color: #333333;
 width:175px;
 }

#cont {
 float:right;
 width:565px;
 background:#ffffff;
 color: #333333;
 border:solid #CCCCCC;	
 border-width:0 0 0 1px;
 text-align:left;
 }

#unavi {
 width:760px;
 height:auto;
 background:#FFEFE5;
 color: #333333;
 border:solid #CCCCCC;
 border-width:1px 0 0 0;
 margin:0;
 line-height:25px;
 font-size:80%;
 text-decoration:none;
 }
 
#ftr {
 width:760px;
 height:auto;
 background:#FFE0CC;
 color: #666666;
 border:solid #CCCCCC;
 border-width:1px 0 0 0;
 margin:0;
 line-height:25px;
 font-size:85%;
 text-decoration:none;
 }
