{
margin: 0px;
padding: 0px;
}

body {
	background-image:url(img/bg.jpg);
font-family: verdana;
color:#ffffff;
font-size: 12pt

}

input, textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}
hr {
	display: none;
}



#ad {
    position: absolute;
    left: 20px;

}






#main
{
width: 862px;
margin: 0 auto;
background: #230000;
}


/* Header */

#header {
width: 862px;
height: 250px;
background:#AED48D; 
}


#menu {
height: 25px;
background-image:url(img/menubg.jpg);
width: 860px;
margin: 0 auto;
}

#menu ul {
	margin: 0;
	list-style: none;
	margin-left: 0px;

}
#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 136px;
	height: 25px;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFC00

}

#menu a:hover {
	background: #8a0808;
	background-image:url(img/menuhover.jpg);
	height: 25px;
	color: #FF0009;
}


/* Content */

#content {
	float: left;
	width: 840px;
        
       font-size: 12px;
	margin-left: 8px;
        margin-right: 8px;
        margin-top: 0px;
        margin-bottom: 10px;


}


#content a {
        color: #ffffff;
}


#content p{
font-family: verdana;
color:#ffffff;
font-size: 11pt
}


#content li{
font-family: verdana;
color:#000000;
text-align: left;
font-size:14px;
font-weight:bold;
margin-left: 30px;
}




#content h1{
        color: #FCE306;
}




#content h3{
font-family:Georgia, "Times New Roman", Times, serif;
        font-size: 20px;
        color: #FCE306;
        font-weight:bold;
        margin-bottom: 0px;
        padding-top: 0px;
}



#footer {
	clear: both;
	height: 40px;
	width: 860px;
        background-image:url(img/menubg.jpg);

}

#footer p {
        padding-top: 10px;
	text-align: center;
        font-size: 11px;
        font-weight: bold;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}
