body{
	/*background-image:		url("/graphics/background/escher.jpg");
	background-attachment:		fixed;
	background-color:		#eeeeec;
	*/
	padding:			0px;
	margin:				0px;
	margin-bottom:			70px;
	}


#container
{
	width:				750px;
	min-height:			400px;
	margin:				15px auto;
	padding:			0px;
	color:				#333;
	border:				2px solid black;

}

#top
{
	margin-top:			1px;
	padding:			0px;
	height:				100px;
	position:			absolute;
	top:				1em;
	width:				710px;
}

#menu
{
	background-color:		#729fcf;
	position:			absolute;
	top:				217px;
	width:				750px;
	height:				40px;
	margin:				0px;
	padding:			0px;
	border-top:			2px solid black;
	border-bottom:			2px solid black;
	z-index:			100;
}

#access
{
	/*position:			absolute;
	top:				0em;
	left:				0em;*/
	font-size:			0.7em;
	padding:			5px 0px 0px 5px;
	margin:				0px;
	width:				130px;
}

#nav
{
	clear:				both;
	margin:				0px;
	bottom:				0px;
	background-color:		#D6DCE6;
	font-size:			0.7em;
	width:				750px;
	
	position:			absolute;
	top:				7.1em;
	/*left:20px; z-index:100; width:80%;*/
	height:				15px;
}

#content
{
	/*margin-top:			230px;*/
	padding:			10px;
	padding-top: 240px;
	width:				730px;
	min-height:			400px;
	background-color:		white;
	border-top:			2px solid black;
        /*-moz-border-radius:            30px 0px 0px 30px;*/
}

#footer
{
	clear:				both;
	margin:				0px;
	bottom:				0px;
	padding:			0.5em 10px 0.5em 0.5em;
	color:				#333;
	background-color:		#d3d7cf;
	font-size:			0.7em;
	text-align:			right;
	border-top:			1px solid #ABB0B8;
}




