@charset "UTF-8";
/* CSS Document */

#maine{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	background-image:url(/images/bg.gif);
}
	
#navtop{
	width:960px;
	border:none;
}

#navi { 
	background-color: #ffffff;
	font-family:"Times New Roman", Times, "Georgia", "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	margin-top:0px;
	padding-bottom:2px;
	border-bottom-color:#ad9c94; border-bottom-style:dotted;
}

#navi a { text-decoration:none; }

#mainecontent{
	padding-left:10%;
	padding-right:10%;
	font-family:"Times New Roman", Times, "Georgia", "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size:.9em;
	height:100%;
	overflow:hidden
}
