﻿body			{
	font-family: trebuchet ms, verdana, arial, tahoma;
	color: #345300;
	font-size: 85%;
	line-height: normal;
	background-color: #B2C3DF;
}
h1				{ font-size: 150%; font-family: verdana; font-weight: 100; }

#container
{
	margin: 20px auto;
	width: 760px;
}

#menu
{
	width: 730px;
	text-align: right;
	padding: 3px 15px;
	background-color: #E4FFB9;
}

#header
{
	width: 760px;
	height: 125px;
	background-color: #F2FFDD;
	background-image:url('header-background.jpg')
}

#navigate
{
	width: 730px;
	background-color: #E4FFB9;
	padding-left:15px;
	padding-right:15px;
	padding-top:3px;
	padding-bottom:3px;
}

#content
{
	width: 730px;
	height: 100%;
	padding: 15px;
	background-color: #F2FFDD;
	background-image:url('fade-background.jpg');
	background-repeat:repeat-x;
}

#footer
{
	height: 50px;
	background-color: #C3CFE9;
	width: 100%;
	position: absolute;
	bottom: 0;
}

a:active,
a:visited,
a:link	    			{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover					{
	color: #333333;
	text-decoration: underline;
}
