
body { font: .74em Arial, Sans-Serif; background: #ae6815; color: #333; line-height: 1.6em; }
.container
{
width:100%;
margin:0 auto;
background:#ffffff;
border-right:solid 1px #000000;
border-left:solid 1px #000000;
}
.clear { clear: both; }
.header 
{background:#ffffff url(images/header_bg.jpg) repeat-x;
width:850px;
min-width:800px;
 margin:0 auto;
height:137px;

}
.space
{
width:850px;
margin:0 auto;
padding:4px;
background:#ffffff;
}
.advertisement {
padding: 5px;
margin-left: 7px;
float: right;
}

h2 a
{
color:#000000;
padding:4px;
text-decoration:none;
font-size:14px;
}
h2 a:hover
{
color:#000000;
padding:4px;
text-decoration:none;
font-size:14px;
}

#content { width:850px; margin:0 auto; color:#000000; padding-left:5px; padding-right:5px;}
#rocksolid { width:832px; margin:0 auto; padding-right:5px; padding-left:5px; padding-top:5px; padding-bottom:5px; text-align:justify; background:#FFFFFF; color:#000000;}
#menus
{
width:210px;
padding-right:10px;
padding-bottom:10px;
float:left;
background:#ffffff;
}


.advertisement {
padding: 5px;
margin-left: 7px;
float: right;
}

.ads {
padding: 5px;
margin-right: 7px;
float: left;
}

#footer {
width:842px;
margin:0 auto;
background:#4c2d08;
padding-top:10px;
padding-bottom:10px;
color:#ffffff;
}

#footer a
{
color:#FFFFFF;
padding:2px;
font-weight:bold;
}

#footer a:hover
{
color:#ffffff;
padding:2px;
font-weight:bold;
text-decoration:none;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.bevelmenu{
font: bold 12px arial;
padding: 0;
margin: 0 auto;
width:842px;
padding: 9px 0px;
border: 2px solid #c4bfa2;
border-width: 1px 0;
background: black url(images/blockdefault.gif) center center repeat-x;
text-align: center; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 9px 11px;
text-decoration: none;
color: black;
color:#ffffff;

}

.bevelmenu li a:hover{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}

html>body .bevelmenu li a:current{ /* Apply mousedown effect only to NON IE browsers */
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}