a
{
	text-decoration: none;
	cursor: pointer;
}

a:hover
{
		text-decoration: underline;
}

a:visited
{
	color: blue;
}


#body
{
	/*background-image: url('images/knysna.jpg');
	background-repeat: repeat-x;
	background-color: #485134;*/
	
	font-size: 16pt;
	background-color: #D6F4FA /*#606844*/;
	background-image: url('images/bggrad.gif');
	background-repeat: repeat-x;
}	

#page
{
	background-color: white;
	margin-top: 15px;
	width: 920px;
	
}

#heading
{
	background-image: url('images/heading.png');
	width: 920px;
	height: 200px;	
}

#menu
{
	text-align: center;
	font-size: 22pt;
	text-decoration: none;
}

#menu a
{
	background-image: url('images/edge.png');
	background-repeat: no-repeat;
	background-color: #DBEAEF;
	color: #a00;
	font-family: verdana;
	padding-left: 15px;
	padding-right: 5px;
}

.menuitem-selected
{
	font-weight: 900;
	padding-top: 5px;
}

#menu a:hover
{
	color: #f00;
	padding-top: 5px;
}

#content
{
	padding: 20px;
	margin-right: 30px;
	background-image:  url('images/theodolite.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 600px;
}

#footer
{
	background-image: url('images/survey_evolution.jpg');
	width: 920px;
	height: 130px;
	background-position: center;
	background-repeat: no-repeat;
}

#subfooter
{
	text-align: right;
	font-size: 12pt;
	padding-bottom: 10px;
	padding-right: 10px;
	background-color: white;
}

/*#subfooter a
{
	background-image: url('images/entacore_e.jpg');
	background-repeat: no-repeat;
	background-position: right;
	padding: 6px 20px 6px 0px;
}*/

#outerpage
{
	width: 920px;
	margin: auto;
	margin-top: 25px;
}