@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* to avoid margins */
	text-align: left; /* to correct the centering IE bug*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666600;
	background-image: url(images_eco/Woodcut-block-boarder-repeat.gif);
	background-repeat: repeat;
	background-position: bottom;
	 }
	 

#wrapper {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 900px;
	height: 600px;
	margin-top: -310px; /* half of the height */
	margin-left: -450px; /* half of the width */
	border: 1px solid #666600;
	padding: 10px;
	background-color: #C7CDA1;
     }


/*=NAVIGATION bottom border on li and top border on ul to get single borders*/
#navigation {
	padding: 0;
	margin: 0;
}
	
#navigation ul {
	list-style: none;
}

/*=NAVIGATION so its in one line*/

#navigation li {
	float: left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;

}

#navigation li a:link, #navigation li a:visited, #navigation li a:active {
	padding: 5px;
	color: #666600;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#navigation li a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #666600;
}

/*FOOTER: to align it to the right and give it a background colour, remember to clear the floats from content and nav*/
#footer {
	color: #333333;
	text-align: center;
	font-size: 9px;
	width: 900px;
	clear: both;
	vertical-align: baseline;
}#intro {
	width: 400px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #C7CDA1;
	float: right;
	height: 150px;
	text-align: right;
}
#intro a:link, #intro a:visited, #intro a:active {
	font-weight: normal;
	color: #666600;
	text-decoration: none;
}
#intro a:hover {
	color: #B0C463;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666600;
	line-height: normal;
	font-weight: normal;
}
#intro_img {
	width: 380px;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #C7CDA1;
	float: left;
	height: 170px;
}
#content {
	clear: both;
	width: 500px;
	text-align: right;
	padding-right: 30px;
	padding-left: 30px;
	border-top-color: #666600;
	border-right-color: #666600;
	border-bottom-color: #666600;
	border-left-color: #666600;
	height: 378px;
}

