{
margin: 0px;
padding: 0px;
}

body {
	background:  #4B1616;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

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;
}

#main
{
width: 938px;
margin: 0 auto;
background: #ffffff;
}


/* Header */

#header {
width: 938px;
height: 250px;
background: url(img/bg.jpg)
}


#menu {
height: 25px;
background: #1E3611;
width: 938px;
margin: 0 auto;
}

#menu ul {
	margin: 0;
	list-style: none;
}
#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 120px;
	height: 25px;
	text-decoration: none;
	text-align: center;
	padding-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #F2D95B;

}


#menu a:hover {
        background: #890f0f;
        height: 25px;
        color: #FFD401;
}




/* Content */

#content {
	float: left;
	width: 938px;
        
        font-size: 12px;
        margin-top: 0px;
        margin-bottom: 10px;


}


#content a {
        color: #161852;
}


#content p{
font-family: verdana;
color:#000000;
font-size: 11pt
}

#content li{
font-family: verdana;
color:#F4F7E0;
font-size:14;
font-weight:bold;
margin-left: 30px;
}

#content h1{
        color: #1B301A;
}




#content h3{
font-family:Georgia, "Times New Roman", Times, serif;
        font-size: 18px;
        color: #480000;
        font-weight:bold;
        margin-left: 2px;
        padding-left:30px;
        margin-bottom: 0px;
        padding-top: 0x;
}



#footer {
	clear: both;
	height: 40px;
	background: #1E3611;
	width: 938px;
}

#footer p {
        padding-top: 10px;
	text-align: center;
        font-size: 12px;
        font-weight: bold;
	color: #F2D95B;
}

#footer a {
	color: #F2D95B;
}
