{
margin: 0px;
padding: 0px;
}

body {
	background: #474440;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

input, textarea {
	background: #ffffff;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000000;
}

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: 880px;
margin: 0 auto;
background: #000000;
}


/* Header */

#header {
width: 880px;
height: 250px;
background:  url(img/main.jpg) right;
}


#menu {
height: 40px;
background: url(img/menubg.jpg)  top;
width: 880px;
margin: 0 auto;
}

#menu ul {
	margin: 0;
	list-style: none;
	padding-left: 10px;
}
#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 105px;
	height: 35px;
	text-decoration: none;
	text-align: center;
	padding-top: 18px;
	font-size: 16px;
	font-weight: bold;
	color: #000000

}

#menu a:hover {
	background: url(img/menuhover.jpg) repeat-x;
	height: 35px;
	color: #8A0808;
}


/* Content */

#content {
	float: left;
	width: 880px;
        
       font-size: 12px;
	margin-left: 8px;
        margin-right: 8px;
        margin-top: 10px;
        margin-bottom: 10px;


}


#content a {
        color: #ffffff;
}


#content p{
font-family: verdana;
color:#F4F7E0;
font-size: 11pt
}

#content li{
font-family: verdana;
color:#F4F7E0;
font-size:14;
font-weight:bold;
margin-left: 30px;
}

#content h1{
        color: #ffffff;
}




#content h3{
font-family:Georgia, "Times New Roman", Times, serif;
        font-size: 20px;
        color: #ffffff;
        font-weight:bold;
        margin-left: 2px;
        padding-left:30px;
        margin-bottom: 10px;
        padding-top: 10px;
}



#footer {
	clear: both;
	height: 40px;
	background: url(img/menubg.jpg) center;
	width: 880px;
}

#footer p {
        padding-top: 10px;
	text-align: center;
        font-size: 12px;
        font-weight: bold;
	color: #FFFFFF;
}

#footer a {
	color: #000000;
}


td {
font-family: Arial Narrow;
color:#ffffff;
font-size: 13pt
}

