
#menu a { margin-left: 25px; margin-right: 25px; }
#menu a:link { color: #30e641; text-decoration: none }
#menu a:active { color: #30e641; text-decoration: none }
#menu a:visited { color: #30e641; text-decoration: none }
#menu a:hover { color: #363636; text-decoration: none; border-bottom: 2px solid #363636;  }

#footer a:link { color: #30e641; text-decoration: none }
#footer a:active { color: #30e641; text-decoration: none }
#footer a:visited { color: #30e641; text-decoration: none }
#footer a:hover { color: #30e641; text-decoration: underline }

div, img, form, h1, h2, p { margin: 0px; }

p
{
	font-size: 13px;	
}

h1
{
	font-size: 18px;
	color: #30e641;
	text-align: center;
}

/*********************************************************/

body
{
	background: #000000;
	margin: 0px;
	/*background-image: url('images/bg.gif');*/
	/*background-repeat: repeat-x;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#website
{
	width: 900px;
	margin: auto;
}

#header
{
	background-image: url('images/banner.gif');
	background-repeat: no-repeat;
	height: 150px;
}

#content
{
	/*background-image: url('images/middle.gif');*/
	/*background-repeat: repeat-y;	*/
	padding: 12px;
}

	#menu
	{
		margin-top: 30px;
		margin-bottom: 30px;
		font-size: 15px;
	}

#footer
{
	/*background-image: url('images/footer.gif');*/
	/*background-repeat: no-repeat;*/
	text-align: center;
	height: 46px;
	padding-top: 13px;
}
