﻿html
{
	margin:0px;
	padding:0px;
	background-image:url(Images/htmlbg.jpg);
	background-repeat:repeat-x;
	background-color:#486340;
}

body 
{
	margin:0px;
	padding:0px;
}

h3{
margin-left:50px;
margin-top:-20px;
}

#fullpage
{
	max-width:1000px;
	margin:auto;
	font-family: Trebuchet MS, Arial, Sans-Serif;
}

#header
{
	width:450px;
	float:left;
}

#menu
{
	clear:left;
	margin-top:52px;
}

#menu li
{
	display:inline;
	padding:5px 10px 5px 10px;
	list-style:none;	
}

#menu li a
{
	padding:24px 8px 8px 8px;
	text-decoration:none;
}

#menu a, #menu a:visited
{
	color:#FFFFFF;
}

#menu a:hover, #menu a:visted:hover
{
	color:#FFFFFF;
	background-image:url(Images/menubg.png);
	background-repeat:no-repeat;
	background-position: top center;	
}


#contentTop
{
	max-width:1000px;
	margin:auto;
	padding:0px;
	background-image:url(Images/contentTop.png);
	background-repeat:no-repeat;
	height:68px;
}

#content
{
	max-width:1000px;
	margin:auto;
	color:#111111;
	background-image:url(Images/content.png);
	background-repeat:repeat-y;	
	padding:50px 0px 50px 0px;
}

#ContentText
{
	margin-left:50px;
	max-width:500px;
}

#ImageRight
{
	margin-left:50px;
}

#footer
{
	background-image:url(Images/footer.png);
	background-repeat:no-repeat;
	text-align:center;
	color:#222222;
	max-width:1000px;
	margin:auto;
	height:68px;
	margin-top:-20px;
}

#footer p
{
	padding-top:20px;
}