@charset "utf-8";
/* CSS Document */

body  {
background-color:#a9a9a9;
background-image:url('images/bck.jpg');
background-repeat:repeat-x;
background-attachment:fixed;
margin: 0; 
padding: 0;
font-family:Georgia, "Times New Roman", Times, serif;
text-align: center; 
color: #2d2b14; font-style:normal; font-variant:normal; font-weight:normal; font-size:100%
}

.twoColFixLtHdr #container { 
width: 900px;  
background:#fff;
margin: 0 auto;
margin-top:0px;
padding-top:0px;
border-right: 0px solid #000;
border-left: 0px solid #000;
border-bottom: 0px solid #000;
text-align: left; 
} 
.twoColFixLtHdr #header { 
background:#fff;
height:100px; 
width:900px;
margin:0 auto;
margin-top:0px;
padding: 0 0px 0 0px;
border-bottom:#000 0px solid;
} 

.twoColFixLtHdr #sidebar1 {
float: left; 
width: 160px; 
padding: 0px 5px 10px 5px;
margin:10px 0 0 0px;
}
.twoColFixLtHdr #sidebar1 a{
display:block;
list-style:none;
font-size:12px;
margin-left:0px;
padding-left:5px;
line-height:21px;
text-decoration:none;
color:#000;
font-weight:normal;
}

.twoColFixLtHdr #sidebar1 a:hover{
background:#264c71;
color:#fff;
font-weight:bold;
}

#content{
width:333px;
margin:10px 5px 10px 170px;
min-height:600px;
}

.twoColFixLtHdr #mainContent {  
padding:10px 0px 0 0px; 
float:right;
margin-right:5px;
position:relative;
} 

a{
color:#000000;
}

.clearfloat { 
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}