body
{
	z-index: 0;
	left: 0px;
	margin-left: 25%;
	margin-right: 15%;
	/*position: absolute;*/
	top: 0px;
	background-image: url(background.gif);
	background-repeat: repeat
}

a
{
	color: #ff9900;
	font-style: normal;
	font-family: Verdana;
	font-variant: normal;
}

.heading
{
	font-style: normal;
	font-family: Verdana;
	font-size: 10px; 
	font-weight: bold;
	font-variant: normal;
	color: #4f764f;
}

#content
{
	font-weight: normal;
	font-size: 10px;
	float: left;
	vertical-align: top;
	width: 600px;
	color: #4f764f;
	font-style: normal;
	font-family: Verdana;
	/*height: 100%;/*97%;*/
	background-color: white;
	font-variant: normal;
}

#content td
{
	font-weight: normal;
	font-size: 10px;
	color: #4f764f;
	font-style: normal;
	font-family: Verdana;
	font-variant: normal;
}

#header
{
	height: 130px;
	width: 600px;
	background-color: white;
	top: 0px;
	z-index: 0;
	font-weight: normal;
	font-size: 10px;
	color: #4f764f;
	font-style: normal;
	font-family: Verdana;
	
}

#imagebar
{
	height: 100px;
	width: 600px;
	background-color: Gray;
	top: 0px;
	z-index: 1;
	
}

#menubar
{
	height: 30px;
	width: 600px;
	background-color: Lime;
	top: 120px;
	z-index: 2;
	font-weight: normal;
	font-size: 10px;
	float: left;
	vertical-align: top;
	color: #4f764f;
	font-style: normal;
	font-family: Verdana;
	background-color: white;
	font-variant: normal;
	
}

#right
{
	float: right;	
	margin-right: 2px;
	padding: 2px 2px 2px 2px;
	width: 100px;
}

#left 
{
	float: left;
	margin-left: 2px;
	padding: 2px 2px 2px 2px;
	width: 450px;
}


#footer 
{
	background-color: white;
	float: left;
	width: 600px;
	/**/
	/*vertical-align: bottom;*/
	font-family: Verdana;
	color: #4f764f;
	font-size: 10px;
	font-style:normal;
	font-variant: normal;
	font-weight: normal;
	/*height: 3%;*/
	text-align: center;

	/**/
}


