body{
	background: #decbb1 url(../img/bg.jpg) repeat-y center;
	color: #3D261D;
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0px;
	}
a:link, a:visited, a:active {
	color: #8CB326;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
	}
a:hover{
	color: #7E97B0;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	text-align: center;
	color: #98BC40;
	}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-align: left;
	color: #98BC40;
	margin-top: 20px;
	margin-bottom: -12px;
	}

#container {
		width: 760px;
		\width: 760px;
		w\idth: 760px;
		margin-left: auto;
		margin-right: auto;
		background: #EFE5D3;
	}	
#layout{
	padding: 20px 40px 75px 40px;
	background: #3D261C url(../img/bg_bottom.jpg) no-repeat bottom;
	color: #7EA3B4;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	}

	/* START HEADER */
#header{
	height: 143px;
	background: #3D261C url(../img/header.gif) no-repeat left top;
	}	
	/* END HEADER */
	
	/* START NAVIGATION */
#navigation{
	margin: 0px;
	font-size: 11px;
	text-align: center;
	background: #3D261C;
	text-transform: uppercase;

	}
	#navigation ul{
		margin: 0;
		padding: 0;
		}
	#navigation ul li {
		list-style-type: none;
		padding: 0px;
		display: inline;
		padding: 0 15px 0 15px;
		
		}
	#navigation a:link, #navigation a:visited, #navigation a:active {
		color: #98BC40; 
		text-decoration: none;
		width: 75px;
		height: 40px;
		}
	#navigation a:hover{
		color: #7EA3B4;
		text-decoration: none;
		}
.smallnav {
	font-size: 11px;
	color: #98BC40;
	text-transform: lowercase;
	}
	/* END NAVIGATION */
	

#footer {
	margin:0;
	padding: 20px 0px 20px 0px;
	font-weight: bold;
	text-align: center;
	}

.green {
		font-size: 15px;
		color: #88A827;
		font-weight: bold;
	}
