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

a:link
{
	color: #ffffff;
}

a:hover
{
	text-decoration: none;
	color: #000000;
}

a:visited
{
	color: #ffffff;
}

body
{
	background: #845d1b;
	font: 13px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#content
{
	margin: 0 auto;
    width: 1200px;
	height: 800px;
}

#menu
{
	align: center;
	margin: 0 auto;
	width: 990px;
	height: 38px;
	padding-left: 0px;
	background: url(images/buttons_back.gif) repeat-x;
	border: 1px #FFFFFF solid;
}

#menu ul
{
	list-style: none;
	
}

#menu li 
{
	display: block;
}

#menu a
{
	display: block;
	float: left;
	width: 120px;
	height: 23px;
	background: url(images/buttons_back.gif) repeat-x;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
}

#menu a:hover
{
	width: 120px;
    height: 23px;
	text-decoration: bold;
	font-size: 14px;
	background: url(images/buttons_back_r.gif);
}

#logo
{
	background: url(images/top2.jpg) center no-repeat;
	width: 1200px;
	height: 190px;
	align: top;
}

#logo a
{
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #FFFFFF;
}

#logo H2 a
{
	font-size: 12px;
}

#left
{
	padding: 10px;
	width: 170px;
}

#left H3
{
	width: 145px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 15px;
	align: center;
	text-transform: uppercase;
	color: #ffffff;
	background: url(images/title.gif) repeat-x;
	border: 0px solid #ffffff;
}

#left ul
{
	list-style: none;
	border-bottom: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
}

#left li ul
{
	border: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#left li li
{
	padding: 4px 20px;
    background: url(images/small.gif) no-repeat left;
}

#left a
{
	color: #f6bc53;
}

#left a:visited
{
	color: #000000;
}

#left p
{
	padding: 10px;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

#footer
{
	height: 57px;
	padding-top: 40px;
	background: url(images/back_bottom3.jpg) no-repeat center top;
    width: 1609px;
	margin: 0 auto;
}

#footer p
{
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #8E8E8E;
}

#footer a
{
	color: #666666;
}

h6 { 
 font: bold 1.5em Arial;
 color: #F6BC53; 
 padding: 0; 
 margin: 0;
}

h5 {
font: bold 1.5em Arial;
 color: #FFFFFF; 
 padding: 0; 
 margin: 0;
}

h4 {
font: 1.5em Arial;
 color: #FFFFFF; 
 padding: 0; 
 margin: 0;
}

h3 { 
 font: bold 1.2em Arial;
 color: #F6BC53; 
 padding: 0; 
 margin: 0;
}

h2 { 
 font: bold 1.2em Arial;
 color: #FFFFFF; 
 padding: 0; 
 margin: 0;
}

h1 { 
 font: 1.2em Arial;
 color: #FFFFFF; 
 padding: 0; 
 margin: 0;
}

