body
{
	margin: 0;
	padding: 0;
	background: #ffff00;
	color: #000;
	font-family: arial, verdana, tahoma, times new roman;
	font-size: 80%;
}

a
{
	text-decoration: none;
	color: #0066FF;
}

a:hover
{
	text-decoration: none;
	color: #0000FF;
}

img
{
	border: 0;
}

#container
{
	margin: 0 auto;
	width: 900px; // change this to what ever percentage you like if you want a liquid layout or if you want a fixed size use for example 800px
}

#image
{
	width: auto;
	height: 134px;
	 
                background: #D9E2BA url('../images/headbg.jpg') repeat-x;
}

 

 

#header
{
	width: auto;
	height: 5px;
	background: #FFFF00;
	border-top: 1px solid #FFFF00;
}

#menu
{
	float: right;
	width: auto;
	height: 5px;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 125%;
	color: #FFF;
}

#menu ul
{
	margin: 15px 0 0 0;
	padding: 0 20px 0 0;
}

#menu li
{
	display: inline;
	padding: 0 0 0 15px;
}

#menu .active
{
	text-decoration: none;
	color: #6D7E34;
}

#content
{
	width: auto;
	height: auto;
	background: #000000;
	padding: 15px;
	line-height: 160%;
                background: #ffff00 url('../images/pagebg.jpg') no-repeat  ;
}

 

#content p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#content img
{
	 
	border: 0px solid #CCC;
	padding: 5px;
	margin: 0 0 0 15px;
}

#footer
{
	width: auto;
	height: 35px;
	background: #ffff00;
	 
	color: #B6C879;
}

#footerleft
{
	float: left;
	width: 60%; // change this percentage to fit any text in either footer div - the below will auto change (width: auto)
	text-align: left;
	padding: 1% 2%;
}

#footerleft a
{
	text-decoration: none;
	color: #6C7D33;
	margin: 0 5px;
}

#footerleft #nomarginleft
{
	margin: 0 10px 0 0;
	letter-spacing: -1px;
}

#footerright
{
	float: right;
	width: auto;
	text-align: right;
	padding: 1% 2%;
}


#footer p
{
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	color: #0066cc;
}

#footer a
{
	text-decoration: none;
	color: #0000ff;
}

#footer a:hover
{
	text-decoration: underline;
	color: #0066cc;
                font-weight: bold;
}
