body	{margin:0;padding:0;font-size:10px;font-family:verdana,sans-serif;background:#4D0066;text-align:center;}
#header {}
#body{}
#content {}
#footer	{}

/*----------------------- navigation -----------------------*/

#nav 	{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	z-index: 1;
	}
	
#nav ul	{
	list-style-type: none;
	text-align: center;
	padding: 0;
	position: relative;
	z-index: 2;
	}

#nav li	{
	display: inline;
	text-align: center;
	margin: 0 5px;
	}
	
#nav li a	{
	padding:.1em .7em;
	border:.1em solid #0000BD;
	text-decoration:none;
	background-color:#D6D600;
	}

#nav li a:hover
	{
	color: #000;
	border: .1em solid #666;
	border-top: .4em solid #666;
	border-bottom: .4em solid #666;
}
