body {
	-webkit-text-size-adjust: none;
	}


*  {
	margin:0;
	padding:0;
	}

img {
	border:0px;
	}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {display: inline-table;}

/* backslash hack hides from IE mac \*/
	#html .clearfix {height: 1%}
	.clearfix {display: block;}
/* end backslash hack */

.copyright {
	font-size:9px;
	vertical-align: super;
	}

div#mainwrap {
	border:0px solid black;
	width:850px;
	margin:0px auto 30px auto;
	/*background: #f0f3ea;*/
	}

/* topnav-------------------------------------*/
div#topnav {
	border: 0px solid green;
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	text-align:center;
	}

#topnav ul {
	margin:0;
	padding:0;
	list-style:none;
	}

#topnav li {
	float:left;
	width:125px;
	background:url("../backgrounds/norm_right2.png") no-repeat right bottom;
	margin:0px;
	padding:0px;
	}

#topnav a, topnav a:visited, topnav a:active {
	display:block;
	background:url("../backgrounds/norm_left2.png") no-repeat left bottom;
	padding:3px 35px 7px 35px;
	color:#484817;
	text-decoration:none;
	}

#topnav a:hover {
	text-decoration:underline;
	color: #c14500;
	}

#topnav #current {
	background-image:url("../backgrounds/norm_right_on2.png");
	color:#ffffff;
	font-style:italic;
	}

#topnav #current a {
	border: 0px solid red;
	background-image:url("../backgrounds/norm_left_on2.png");
	color:#ffffff;
	}

#topnav #current a:hover {
	text-decoration:none;
}
/* topnav-------------------------------------*/
