/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #ffffff;
}

body {
	
	background: #000000 url(images/back_all.gif) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #DADADA;
}

#content
{
	width: 1151px;
	text-align: left;
}

#back
{
width: 1151px;
}

#header {
	height: 536px;
	text-align: right;
	background: url(images/header.jpg) no-repeat;		
}

#logo {

width: 1131px;
height: 234px;
text-align: left;
padding-left: 20px;
padding-top: 210px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}
#logo H2 a
{
font-size: 12px;
}



#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 129px;
	height: 54px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #A96501;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	padding-top: 40px;
	text-transform: uppercase;
}

#menu a:hover {
	width: 129px;
    height: 54px;
	color: #909021;
	text-decoration: underline;
	background: url(images/button_back.gif) repeat-x;
}

.date {
	text-align: right;
	color: #ffffff;
	font-size: 11px;
}

.date a {
	color: #A76EBE;
}



#footer {
	height: 64px;
	clear: both;
	padding-top: 30px;
	background: url(images/footer.gif) repeat-x bottom;
	border-top: 5px solid #A96501;
}

#footer p {
	margin: 0;
	width: 950px;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}