body 
{
	margin-top: 10px;
	padding: 0;
	background: #444 url('images/bg.jpg');
	font: normal 1em Verdana,Arial,sans-serif;
	height: 100%;
	font-family: "Trebuchet MS",Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	color: #000000;
}

h1, h2, h3 
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #990000;
border-left: 8px solid #000000;
}


h1 
{
	letter-spacing: -1px;
	font-size: 32px;
}



h2 
{
	font-size: 23px;
}



p, ul, ol 
{
	margin: 0 0 1em 0;
	text-align: justify;
	line-height: 26px;
}



a:link 
{
	color: #990000;
	text-decoration: none;
}



a:hover, a:active 
{
	text-decoration: none;
	color: #990000;
}



a:visited 
{
	color: #990000;
}


img 
{
	border: none;
}


img.left 
{
	float: left;
	margin-right: 15px;
}


img.right 
{
	float: right;
	margin-left: 15px;
}




/* Header */

#header 
{
	width: 980px;
	margin: 0 auto;
	height: 50px;
	background: url(images/bg.jpg) no-repeat left top;
}



/* Menu */

#menu {
	float: left;
	width: 910px;
	height: 50px;
	margin-left:80px;
	background: url(images/bg.jpg) no-repeat left top;
}

#menu ul 
{
	margin: 0;
	padding: 0px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li 
{
	display: block;
	float: left;
}

#menu a 
{
	display: block;
	float: left;
	margin-right: 1px;
	padding: 20px 15px 15px 15px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover { 
	background: #AA330F url(images/mn.jpg) repeat-x;
	text-decoration: none;
	color: #ffff99;
}

#menu .current_page_item a {
	
	color: #990000;
}




/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: #444 url('images/bg.jpg');
}




/* Content */

#content 
{
	float: left;
	width: 650px;
	padding: 0px 0px 0px 0px;
	margin-left:20px
}






/* Sidebar */

#sidebar 
{
	width: 280px;
	float: right;

}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 0px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 0px;

}

#sidebar h2 {

	margin-bottom: 10px;
	padding-left: 5px;
	border-left: 8px solid #000000;
	font-size: 20px;
	color: #990000;
}






/* Footer */


#footer-wrap {
}

#footer {
	width: 980px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 11px;
}

#legal {
	clear: both;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
}

#legal a {
	font-weight: bold;
	color: #FFFFFF;
}

