/* CSS Document */
body{
margin:0;
font-family: Calibri;
font-size: 16px;
font-style: normal;
color: #000000;
line-height: 20px;
background:#999999;
text-align: justify;
}

#wrapper{
background: #904C14;
width:1000px;
margin:0 auto;
}

#header{
background:#904C14 url(topbg.png) no-repeat;
width:1000px;
margin:0 auto;
clear: both;
}

#main{
background: url(bg.png) repeat-y;
margin:0 auto;
vertical-align:middle;
width:817px;
height: auto;
}

#content{
width:800px;
text-align: justify;
}
#content a:link{
color:#0000FF;
text-decoration:underline;
}

#content .left{
width: 550px;
float: left;
padding: 5px;
}

#content .highlight{
color: #FFFFFF;
font-weight:bold;
font-size: 20px;
line-height:25px;
margin: 40px 0 0 20px;
}
#content h1{
font-size: 14px;
color: #333333;
font-weight: normal;
margin:0;
padding: 0;
text-align: left;
}
#content h3{
font-size: 17px;
font-weight: bold;
color: #904C14;
margin:0;
padding: 0;
text-align: left;
}

#content h2{
font-size: 30px;
font-weight: bold;
color: #904C14;
padding-bottom:5px;
border-bottom: 1px solid #666666;
text-align: left;
}

#content h4{
font-size: 16px;
font-weight: normal;
color: #904C14;
font-style:italic;
margin:0;
padding: 0;

}

#content .right{
width: 225px;
background: #E0DDDD;
float: right;
vertical-align: top;
margin: 5px;
}
#content .right img{
border: 1px solid #FFFFFF;

}

#footer{
background:url(footerbg.png) no-repeat;
width:1000px;
height: 210px;

}
#footer .copy{
font-size: 12px;
color: #FFFFFF;
margin: 0 auto;
text-align:center;
}