@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003300;
	background: #A5E458 url(grafx/background.jpg) fixed no-repeat;
	background-position: center top;
	text-align: center;
}
#wrapper {
	width:1030px;
	padding:0px;
	text-align:left;
	background-image: url(grafx/back-content.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height: 100%;
	position:relative;
}

#main {
	padding: 0px;
	margin-top: 0px;
	background-image: url(grafx/back-main.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 100%;
}


#header {
	background-image: url(grafx/back-header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 310px;
}
#content {
	width: 700px;
	margin-top: -75px;
	margin-left: 35px;
	float: left;
}
#column-right {
	margin-left: 750px;
	margin-top: 25px;
	padding-bottom: 25px;
}
#menu {
	background-image: url(grafx/back-menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 460px;
}

#body {
padding-bottom:45px;	/* Height of the footer */
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:45px;			/* Height of the footer */
	text-align: center;
	background-image: url(grafx/back-footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
}



/*MENU STYLING*/
#navcontainer {
	padding-top: 50px;
}
#navcontainer ul
{
	margin-left: 31px;
	padding-left: 0;
	list-style-type: none;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 195px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #009933;
	text-decoration: none;
	font-weight: bold;
}

#navcontainer a:hover
{
	color: #FF0000;
}


.clear-me {
	clear: both;
}
#content h2 {
	font-size: 18px;
}

