@charset "utf-8";
/* CSS Document */

body {
	/*background-image:url(IMG_0008.JPG);*/
	background-color:#CCC;
	 background-attachment: fixed;
}


h1 {
	color: #000066;
	font-size: 1.3 em;
}


top_nav {
	height:200px;
	width:1000px;
	margin-top:200px;
}


top_nav ul li {
	display:inline;
	padding:10px;
	
}


top_nav ul li a {
	text-decoration:none;
	color:#000;
}


top_nav ul li a:hover {
	text-decoration:underline;
}


#content {
	margin-left:300px;
	top:-200px;
	box-shadow:20px;
}





