/*
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: #1F5111;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #1F5111;
}

body {
	
	background: #FFFFFF url(images/back_all.gif) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #666666;
}

#content
{

}

#back
{
width: 799px;
background: #E3F5D1;
margin: 0 auto;
}

#header {
	height: 300px;
	text-align: left;		
}

#menu
{
width: 659px;
height: 69px;
padding-left: 140px;
background: url(images/buttons.gif) no-repeat;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}


#menu a {
	float: left;
	width: 90px;
	height: 44px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding-top: 15px;
	font-size: 12px;
	text-transform: uppercase;
}

#menu a:hover {
	width: 90px;
    height: 44px;
	color: #F8FAF7;
	text-decoration: underline;
}

#menu2
{
width: 659px;
height: 69px;
padding-left: 210px;
}

#menu2 ul {
	list-style: none;	
}

#menu2 li {
	
	display: inline; 
	
}


#menu2 a {
	float: left;
	width: 90px;
	height: 44px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #000000;
	padding-top: 20px;
	font-size: 12px;
	text-transform: uppercase;
}

#menu2 a:hover {
	width: 90px;
    height: 44px;
	color: #F8FAF7;
	text-decoration: underline;
}

#logo {
background: url(images/header.jpg) no-repeat;
width: 769px;
height: 101px;
text-align: left;
padding-top: 155px;
padding-left: 30px;
margin-bottom: 10px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 16px;
	color: #F8FAF7;
}

#logo H1
{
padding: 0px;
margin: 0px;
}

#logo H2 a
{
font-size: 10px;
padding: 0px;
margin: 0px;
}

#main
{
padding: 10px;
padding-top: 40px;
}



#right
{
float: center;
width: 700px;
padding-right: 10px;
padding-left: 20px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #000000;
}

#right a
{
color: #000000;
text-decoration: none;
float: center;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 15px;
	color: #000000;
	text-align: center;
}
.date {
	text-align: right;
	color: #808080;
	font-size: 11px;
}

.date a {
	color: #D72020;
}



#footer {
	height: 50px;
	clear: both;
	padding-top: 20px;
	border-top: 5px solid #000000;
	background: url(images/footer.gif) repeat-x bottom;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #000000;
}

#footer a {
	color: #000000;
}