/*
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: #f1f8f1;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #f1f8f1;
}

body {
	
	background: #F1F8F1 url(images/back_all.jpg);
	font: 13px Arial, Helvetica, sans-serif;
	color: #666666;
}

#content
{
}

#back
{
width: 800px;
background: #dbdbdb;
margin: 0 auto;
border-left: 0px solid #ffffff;
border-right: 0px solid #ffffff;
}

#header {
	height: 450px;
	text-align: right;		
}



#top
{
background: url(images/top.jpg) no-repeat;
height: 100px;
padding-top: 0px;
}

#top ul {
	list-style: none;	
}

#top li {
	
	display: inline; 
	
}

#top a
{
width: 100px;
display: block;
float: right;
font-size: 11px;
}




#logo {
background: url(images/header.jpg) no-repeat;
width: 800px;
height: 150px;
text-align: left;
padding-top: 50px;
padding-left: 30px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 16px;
	color: #f1f8f1;
}

#logo H1
{
padding: 0px;
margin: 0px;
}

#logo H2 a
{
font-size: 10px;
padding: 0px;
margin: 0px;
}

#main
{
padding: 10px;
padding-top: 50px;
}

#left
{
	width: 243px;
}

#left H3
{
width: 223px;
height: 34px;
font-size: 14px;
font-weight: bold;
padding-left: 20px;
padding-top: 15px;
text-transform: uppercase;
color: #f1f8f1;
background: url(images/title.jpg) repeat-x
}

#left ul {
	list-style: none;

}

#left li
{
background: url(images/title_back.jpg) no-repeat;
}

#left li ul {
	border: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#left li li {
	padding: 4px 20px;
    background: url(images/small.jpg) no-repeat left;
}

#left a {
	color: #463d23;
}
#left a:visited {
	color: #463d23;
}

#left p
{
padding: 10px;
}

#right
{
float: right;
width: 480px;
padding-right: 10px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #463d23;
}

#right a
{
color: #463d23;
text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #463d23;
}
.date {
	text-align: right;
	color: #808080;
	font-size: 11px;
}

.date a {
	color: #D72020;
}



#footer {
	height: 50px;
	clear: both;
	padding-top: 70px;
	background: url(images/menu_r.jpg) repeat-x bottom;
}

#footer p {
	margin: 0;
	font-size: 12px;
	text-align: right;
	color: #f1f8f1;
}

#footer a {
	color: #f1f8f1;
}
