/*
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: #D72020;
}

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

a:visited {
	color: #D72020;
}

body {
	
	background: #FFD723 url(images/back_all.jpg) repeat-x;
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#content
{
	margin: 0 auto;
	background: #ffffff;
	width: 786px;
	text-align: left;
	
}


#header {
	background: #ffffff;
	height: 306px;
	text-align: left;		
}


#menu1
{
border-left: 4px solid #FFFFFF;
width: 778px;
height: 80px;
background: url(images/header_top.gif) repeat-x;
}

#menu { 
float: left;
} 

#menu li { 
width: auto;
margin: 0 auto;
float: left;
display : block;
border-right: 4px solid #FFF;
} 

#menu ul {
	width: 100%;
	list-style: none;	
}

#menu a {
	float: left;
	width: 79px;
	height: 46px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 35px;

}

#menu a:hover {
	color: #D72020;
	text-decoration: underline;
	background: url(images/header_sub.gif) repeat-x;
}

#menu ul li:hover ul {
	display: block;
}

#menu ul ul {
	height: 79px;
	width: auto;
	display: none;
	position: absolute;
	margin-left: -4px;
	margin-top: 80px;
	border: 4px solid #FFF;
	border-right: none;
	background: url(images/header_top.gif) repeat-x;
}

#menu ul ul li {
	width: auto;
	display: inline;
}


#logo {
background: #ffffff url(images/big_pic.jpg) no-repeat;
width: 738px;
height: 146px;
text-align: left;
padding-top: 80px;
padding-left: 40px;
border-left: 4px solid #ffffff;
text-decoration: none;
font-style: italic;
font-size: 18px;
color: #FFFFFF;
}


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

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

#main {
	padding: 2em;
}

#main h1 {
	margin: 1em 0;
}

#footer {
	height: 44px;
	clear: both;
	padding-top: 20px;
	background: url(images/footer.gif) repeat-x;
	border-top: 5px solid #A6640E;
}

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

#footer a {
	color: #ffffff;
}