/* CSS DOCUMENT */

*{ margin:0; padding:0;}

body{ 
margin:0; 
padding:0;
background:url(../images/body_bg.gif) repeat-x #FEC983;

font-family: Verdana;
font-size:12px;
color:#EDA521;

}

#header, #headerhome
{
width:784px;
margin:0 auto;
}

#header
{
height:331px;
background:url(../images/headercontent.jpg) no-repeat;
}

#headerhome
{
height:649px;
background:url(../images/header.jpg) no-repeat;
}

#wrapper
{
width:784px;
background:url(../images/content_bg.gif) repeat-y;

margin:0 auto;
}
#content
{
padding:30px;
text-align:justify;

}
#content strong
{
color:#FEC983;
font-size:16px;
}

#content img
{
padding-right:20px;
float:left;
}



a
{
color:#FEC983;
text-decoration:none;
}
a:hover
{
text-decoration:underline;

}
.clear
{
clear:both;
}

#footer, #footercontent
{
width:784px;
margin:0 auto;
color:#86111A;
}

#footer
{
background:url(../images/footer.gif) no-repeat;
height:38px;
}

#footercontent
{
background:url(../images/footercontent.gif) no-repeat;
height:22px;
}
#footer p
{
padding:10px;
font-size:11px;
}
#footer a
{
color:#4D0F08;
}



.menu {position:relative;  height:35px; width:459px;}
.menu ul {list-style:none; z-index:10; position:absolute; z-index:100; padding:9px 5px}
.menu li {float:left}
.menu a,  .menu a:visited {text-decoration:none; color:#EE9285; padding:10px 30px 10px  30px; margin-right:5px; font-weight:bold;}

ul#menu li a#active
{
color:#EEA721;
}
.menu a:hover
 {
 text-decoration:none;
 color:#EEA721;
 }


#slide {position:absolute; top:6px; height:24px; background:url(../images/menu_slide.gif) ; z-index:10}
#holder
{
padding:32px 0 0 30px;
}

