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

a:hover {
	text-decoration: none;
	color: black;
}

a:visited {
	color: black;
}

body {
	
	background: #ffff99 url(images/back_all.gif) repeat-y center;
	font: 13px;
	color: black;
}

#content
{
	margin: 0 auto;
	width: 692px;
	text-align: left;
	border-left: 2px solid #ffff99;
    border-right: 2px solid #ffff99;
}

#back
{
width: 692px;

}

#header {
	height: 504px;
	text-align: left;		
}

#menu
{
width: 652px;
height: 81px;
background: url(images/menu.gif) no-repeat;
padding-left: 40px;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 100px;
	height: 31px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 20px;

}

#menu a:hover {
	width: 100px;
    height: 31px;
	color: #F1F1F1;
	text-decoration: underline;
	background: url(images/menu_r.gif) repeat-x;
}


#logo {
background: url(images/header.png) no-repeat;
width: 662px;
height: 300px;
text-align: left;
padding-left: 30px;
padding-top: 100px;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: black;
}
#logo H2
{
font-size: 19px;
font-weight: normal;
width:225px;
color:#9F8C13;
font-style:italic;
font-family: Papyrus, fantasy;
margin-left:80px;
}

#main
{
padding: 1px;
}

#right
{
float: left;
width: 600px;
padding-left: 40px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #AA121F;
}

#right a
{
color: #AA121F;
text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right ol, #right ul
{
margin-left: 30px;
}


#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #AA121F;
}
#footer {
	height: 57px;
	clear: both;
	padding-top: 10px;
	border-top: 4px solid #FFFF99;
	background: url(images/footer.gif) repeat-x
}

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

#footer a {
	color: #ffffff;
}

img {border:0px}

