
body { font: .74em Arial, Sans-Serif; background: #b9b7b7 url(images/bg.gif) repeat-x; color: #333; line-height: 1.6em; }
.container
{
width:800px;
margin:0 auto;
background:#ffffff;
border-right:solid 1px #000000;
border-left:solid 1px #000000;
}
.clear { clear: both; }
.wrap {width: 800px; }
.header 
{background:url(images/header.jpg) center no-repeat;
margin:0 auto;
width:800px;
height:250px;


}

h2 a
{
color:#414141;
font-size:14px;
}
h2 a:hover
{
color:#B20000;
text-decoration:none;
font-size:14px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 800px;
margin:0 auto;
padding: 4px 0;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url('images/aeroleft.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('media/aeroright.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: #FFFFFF;
}

.black a.aero{
background-image: url('images/aeroleftblack.gif');
}

.black a.aero span{
background-image: url('images/aerorightblack.gif');
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}
#content { width:790px; padding:4px; margin:0 auto; background:#ffffff; border:solid 1px #313131; }


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

.ads {
padding: 5px;
margin-left: 7px;
float: right;
}
#footer {
width:780px;
height:150px;
margin:0 auto;
background:#FFFFFF url(images/footer.jpg) no-repeat;
padding-top:15px;
padding-right:10px;
padding-left:10px;
color:#ffffff;
}

#footer a
{
color:#FFFFFF;
padding-left:5px;
padding-right:5px;
text-decoration:none;
background:#313131;
}

#footer a:hover
{
color:#FFFFFF;
text-decoration:none;
background:#b20000;
}

