@charset "utf-8";
/* CSS Document */
body {
	background-color: #FDFDD0;
	font:Arial, Helvetica, sans-serif;
	color: #C96;
}

a:link {
	color: #C90;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C93;
}
a:hover {
	text-decoration: none;
	color: #C90;
}
a:active {
	text-decoration: line-through;
	color: #C90;
}

#navlist { list-style-type: none; }	
	
	
#top {
	background:#ffffff;
	height:100px;
	width: 50%;
	margin:auto;
	margin-bottom:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 10px;
	padding: 10px;
	vertical-align: middle;
	vertical-align: middle;
}

h4 {
	color:#957000;
	fount-weight: bold;
}

#nav {
	background:#ffffff;
	height:12px;
	width: 50%;
	margin:auto;
	margin-bottom:60px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 10px;
	padding: 20px;
	text-align: inherit;
	
	}
	
 #navlist
{
	position: relative;
}


#main {
	background:#ffffff;
	width: 50%;
	margin:auto;
	margin-bottom:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 10px;
	padding: 10px;
	height: auto;
}

#low {
	background:#ffffff;
	height:10px;
	width: 80%;
	margin:auto;
	margin-bottom:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 10px;
	padding: 10px;	
}
