/* CSS Document */
body
{
margin:0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
background:#CCCC99;
background:url(../images/background.jpg) repeat-x #3D2120;

}
.container
{
width:940px; 
height:auto;
background:url(../images/bg.png) repeat-y;
}
.container-body
{
width:900px;
height:auto;
}
.header
{
width:900px;
height:auto;
}
.banner
{
width:900px;
height:110px;
}
.menu
{
width:900px; height:25px;
background:#3A1E1E;
}

.menu ul
{
margin:0px; padding:0px;
}
.menu ul li
{
list-style-type:none;padding:0 10px;
float:left;
}
.menu ul li a
{
display:block;
width:75px;
height:21px;
text-decoration:none;
color:#FFFFFF;
font-size:12px;
padding-top:4px;
padding-left:10px;
padding-right:10px;
}
.menu ul li a:hover
{
text-decoration:none;
color:#FFFFFF;
background:#a54c32;
}
.wrapper
{
width:900px;
height:auto;
min-height:385px;
}
.wrapper p
{
color:#666666;
padding:0px 10px;
text-align:justify;
font-size:12px;
line-height:18px;
}
.wrapper h1
{
color:#3D2120;
font-size:20px; 
text-align:left;
padding-left:10px;
}
.wrapper h2
{
color:#3D2120;
font-size:14px; 
text-align:left;
padding-left:10px;
font-weight:bold;
}
.wrapper ul li
{ text-align:left; font-size:12px; color:#666666; line-height:18px;}
.contact
{
width:900px;
height:auto;
}
.contact p
{
color:#3D2120;
font-size:12px;
padding-left:10px;
padding-bottom:10px;
}
.footer
{
width:900px;
height:100px;
float:left;
background:url(../images/footer-image.jpg) repeat-x;
}
.footer p
{
color:#FFFFFF;
font-size:10px;
text-align:center;
}
.footer a
{
text-decoration:none;
font-size:10px; 
padding-right:10px;
color:#FFFFFF;
}
.footer a:hover
{
text-decoration:none;
font-size:10px; 
padding-right:10px;
}
.clear
{clear:both;}
.left
{border:1px solid #CCCCCC; float:left; padding:1px; margin:5px;}
.right
{border:1px solid #CCCCCC; float:right; padding:1px; margin:5px;}

