/*
-----------------------------------------------
GENARAL RULES
-----------------------------------------------
*/

body{
background-image: url(../images/bodybg.jpg);
background-repeat: repeat-x;
font-family: Georgia,arial,sans-serif;
font-size:15px;
background-color: #CFCCB0;
margin:0;
padding:0;
}

a {
text-decoration:none;
}

h1{
display:none;
}

h2 {
color:#b0944b;
font-size: 17px;
font-weight:500;
line-height: 0;
}

p {
padding-top:0px;
padding-bottom:20px;
margin:0;
}

/*
----------------------------------------------------------------------
CONTAINER
----------------------------------------------------------------------
*/

#container{
position:relative; /* needed for footer positioning*/
width : 780px;
margin: 0 auto;
background-image: url(../images/bodybg.jpg);
background-repeat: repeat-x;
background-color: #CFCCB0;
overflow:hidden;
}

/*
----------------------------------------------------------------------
HEADER
----------------------------------------------------------------------
*/

#header{
height:95px;
width : 780px;
background-image: url(../images/bodybg.jpg);
background-repeat: repeat-x;
background-color: #CFCCB0;
clear:both;
}

.logo-header {
width:453px;
height:95px;
border: none !important;
}

/*
----------------------------------------------------------------------
FLASH
----------------------------------------------------------------------
*/

.flash{
display:none;
}

/*
----------------------------------------------------------------------
MENU
----------------------------------------------------------------------
*/

#menu{
display:none;
}



/*
----------------------------------------------------------------------
CONTENT
----------------------------------------------------------------------
*/

#content{
width : 500px;
color: #333;
background-image: url(../images/contentbg.gif);
background-repeat: repeat-y;
background-color: #CFCCB0;
clear:both;
padding: 20px 150px 20px 117px;
overflow:hidden;
line-height: 1.5;
}

#content ul{
list-style-image:url(../images/listitem.gif);
margin-bottom: 15px; 
padding-left: 30px;
margin-top: 5px;
}

.beforelist{
margin: 0;
padding: 0;
}

.nomargin{
padding: 0;
}
/*
----------------------------------------------------------------------
FOOTER
----------------------------------------------------------------------
*/

#footer{
width: 780px;
height:248px;
background-color: #CFCCB0;
display:block;
clear:both;
overflow:hidden;
background-image: url(../images/footer.gif);
background-repeat: no-repeat;
}

.footerdata{
width: 400px;
height:35px;
font-size: 12px;
background-color: #fff;
display:block;
margin: 60px 120px 10px 120px;
color:#666;
line-height: 0.5;
}

.footerdata a{
color: #b0944b;
text-decoration: underline;
}

.footerdata a:hover{
color: #3D1D08;
text-decoration: underline;
}


