/*
Design by Marie-France
http://www.celticmeav.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #A5A9B2;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #A5A9B2;
}

body {
	
	background: #009900 url(images/back_all.gif);
	font: 13px Arial, Helvetica, sans-serif;
	color: #383838;
}

#content
{
	width: 774px;
	border-left: 35px solid #00611C;
	border-right: 35px solid #00611C;
	margin: 0px auto;
}

#main
{
width: 754px;
padding: 10px;
padding-top: 20px;
background: #00611C url(images/table_back.gif) repeat-x top;
}

#back
{
width: 774px;
}

#header {
	height: 369px;
	text-align: center;
	background: url(images/header.jpg) no-repeat;		
}

#logo {

width: 754px;
height: 100px;
text-align: left;
padding-top: 208px;
padding-left: 20px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}
#logo H2 a
{
font-size: 12px;
}


#menu
{
width: 774px;
height: 61px;
padding-left: 0px;
background: url(images/menu.gif) repeat-x;
}



#menu a {
	float: left;
	width: 100px;
	height: 36px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 25px;
}

#menu a:hover {
	width: 100px;
    height: 36px;
	color: #DEEBBC;
	text-decoration: underline;
	background: url(images/menu_r.gif) repeat-x;
}





#left
{
width: 731px;
background: #FFFD8F;
border: 1px solid #3D5103;
padding: 10px;
}


#left H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #208A06;
}

#left a
{
color: #208A06;
text-decoration: none;
}

#left p {
	margin: 5px;
	padding: 0;
}

#left h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #208A06;
}

#left ol, #left ul
{
margin-left: 30px;
}

.date {
	text-align: right;
	color: #208A06;
	font-size: 11px;

}

.date a {
	color: #208A06;

}




#footer {
	height: 44px;
	clear: both;
	padding-top: 30px;
	background: url(images/table_back.gif) repeat-x top;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}
