body {
	margin: 0 0 50px;
	padding: 0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#wrapper {
	width:770px;
	margin: 0 auto;
	position: relative;
	background-color: #FFFFFF;
	border: 2px dashed #999999;
	padding: 15px;
	bottom: 10px;
	top: 20px;
}

#nav-top  ul {
	padding: 5px 0px 5px 0px;
	margin: 0;
}

#nav-top ul li {
	display:inline;
	padding: 0;
	margin: 0;
}
#nav-top ul li a {
	font-size: 10pt;
	color: #333333;
	background-color:#CCCCCC;
	text-decoration: none;
	padding: 5px 22px;
	border-right: 1px solid #000000;
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: bold;
}
#nav-top ul li a:hover, #nav-top ul li a:focus {
	background-color: #6a989d;
}
#nav {
	border-bottom: 1px solid #000000;
}

#footer {
	font-size: 9px;
	border-top: 2px;
	color: #66334d;
	}




a:link {
	color: #000000;
	text-decoration: none;
	border-bottom:1px dotted #000000;
	}
	
a:visited {
	color: #777777;
	text-decoration: none;
	border-bottom:1px dotted #999;
	}

a:hover {
	color: #fff;
	background: #6a989d;
	text-decoration: none; 
	}

a:active {
	text-decoration: underline; 
	}

	
/* ...hmmm */

h1 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-transform: none;
	color: #6a989d;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-transform: none;
	color: #6a989d;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-transform: none;
	color: #999999;
}


