/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

a:link {
	color: #3a7854;
}

a:hover{
	text-decoration: underline;
	color: #353535;
}

a:visited {
	color: #3a7854;
}

*
{
border: 0;
margin: 0;
}

body
{

	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #000100 url(images/bg.gif) repeat-x;
}

#main
{
margin: 0 auto;
width: 614px;
background: #3a7854;
border-right: 9px solid #3a7854;
border-left: 9px solid #3a7854;
}

#header
{
width: 614px;
margin: 0 auto;
height: 220px;
background: url(images/header.jpg) no-repeat center bottom;
border-bottom: 8px solid #3a7854;
}

#logo
{
padding-left: 40px;
text-align: left;
padding-top: 120px;

}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}


#logo H2 a
{
font-size: 10px;
}

#buttons
{
width: 614px;
height: 37px;
margin: 0 auto;
}

#buttons ul {
    padding-left: 10px;
    margin: 0px;      
}

#buttons li {
	display: inline;		
}

#buttons a {
	display: block;
	float: left;
	width: 115px;
	height: 27px;
	background: url(images/menu.gif) no-repeat;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	margin-right: 5px;
}

#buttons a:hover {
	width: 115px;
    height: 27px;
	background: #FFFFFF url(images/menu_hover.gif) no-repeat;
}

#content
{
width: 604px;
background: #d4dfd9;
margin-bottom: 5px;
}

#content_bg{
	background: #060b08 url(images/content_bg.gif) repeat-x top;
	padding: 5px;
	margin-bottom: 5px;
}

#left
{
width: 415px;
padding: 7px;

}

#text{
	padding: 5px;
}

#left H1
{
height: 40px;
width:413px;
color: #ffffff;
margin: 0;
padding: 0;
font-size: 18px;
padding-top: 10px;
padding-left: 10px;
background: url(images/title_left.gif) no-repeat;
}

#left a
{
 color: #3a7854;
}

#left a:hover{
	text-decoration: none;
	color: #353535;
}

#left a:visited {
	color: #3a7854;
}

#right
{
width: 167px;
padding-right: 7px;
padding-top: 7px;
padding-bottom: 7px;
float:right;
}

#right ul 
{
	list-style: none;
	padding: 5px;
	margin: 0px;
	display:block;
	
}

#right ul li{
	margin-bottom: 20px;
}

#archives ul li {
	margin-bottom: 5px;
	background:url(images/list_style.gif) no-repeat left;
	padding-left: 15px;

}

#right h2 {
	height: 36px;
	margin: 0;
	padding: 10px 0 0 10px;
	background: url(images/title_right.gif) no-repeat;
	font-size: 18px;
	color: #ffffff;
}

#right a:link {
	text-decoration: none;
}

#right a:hover {
	text-decoration: underline;
}
#right a:visited {
		text-decoration: none;
}

#right li a {
	padding-left: 10px;
	background: url(images/img09.gif) no-repeat 1px 5px;
}

#footer
{
	background: url(images/footer.gif) no-repeat;
	height: 37px;
	width: 614px;
	margin: 0 auto;
	font-size: 10px;
	color: #ffffff;
	padding-top: 4px;
	text-align: center;
	clear:both;
}

#footer a
{
color: #ffffff;
font-size: 10px;
text-decoration: none;
}
.padding
{
padding: 10px;
color:#FF0000;
font-weight: bold;
}