*{
margin:0;
padding:0;
font-size:10pt;
font-weight:normal;
border:0;
}
html{
width:100%;
height:100%;
}
body{
width:100%;
height:100%;
min-height:100%;
background-color:#C3B091;
}
#wrap{
position:relative;
width:95%;
height:100%;
margin:0 auto;
}
body > #wrap{
height:auto;
}
a{
font-size:12pt;
color:#993300;
}
a:visit{
font-size:12pt;
color:#CC6666;
}
a:hover{
color:#f00;
}
h1 a{
font-size:18pt;
}
h2,h3,h4{
font-size:14px;
font-weight:bold;
margin:10px 2px;
}
#header{
width:100%;
height:60px;
padding:4px;
background-color:#FFFFFF;
margin-bottom:10px;

}
#main{
width:100%;
}
#content{
float:left;
width:55%;
background-color:#FFFFFF;
padding:10px 5px 40px;
}
#banner{
width:90%;
margin:10px;
margin-bottom:20px;
}
#side0{
float:left;
width:18%;
margin-right:10px;
background-color:#FFFFFF;
padding:4px;
}
#side1{
float:left;
width:20%;
margin-left:10px;
background-color:#FFFFFF;
padding:4px;
}
#side0 a,#side1 a{
font-size:8pt;
}
#side1 h2,#side1 h3,#side1 h4,#side1 h5{
text-align:center;
width:100%;
font-weight:bold;
margin:15px 0;
}
#footer{
width:100%;
position:absolute;
left:0;
bottom:0;
height:15px;
background-color:#996633;
color:#fff;
}
#footer address{
font-size:8pt;
}
.center{
margin:0 auto;
text-align:center;
}
.links p{
margin:3px;
}
div.clear{
clear:both;
}
strong{
background-color:#ffff00;
font-weight:bold;
}
