body {
	width:760px;
	margin:0 auto;
	border-color: darkgrey;
	border-width: 1px;
	border-style: dashed;
}
#header {
	background:url(header_mod.png) no-repeat scroll;
	text-shadow:black 2px 1px 3px; 
}
#navi {
	width: 760px;
	background-color: white;
	border: 1px dashed darkgrey;
}
#navi td {
	width: 25%;
	padding: 1px;
	height: 20px;
	background-color: lightgrey;
	text-align: center;
}
#navi a:link, #navi a:visited {
	color: black;
	text-decoration: none;
	text-transform: none;
}
#navi a:hover {
	color: black;
	/*font-weight: bold;*/
	text-shadow:black 2px 1px 3px;
}

#content {
}
#footer {
	background:url(footer.png) no-repeat scroll;
	height:25px;
}

