#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 150px;
	width: 599px;
	padding: 4px;
	position: relative;
	margin-bottom: 12px;
}
#container {
	width: 600px;
	background-color: #FFFFFF;
	padding: 6px;
	position: relative;
	height: 610px;
}
body {
	margin: 2px;
	background-color: #FFFFFF;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#content {
	background-color: #FFFFFF;
	position: relative;
	height: 100%;
	width: 608px;
	margin: 0px;
	padding: 0px;
}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	width: 400px;
}
#address {
	background-color: #FFFFFF;
	position: absolute;
	height: 148px;
	width: 192px;
	right: 0px;
	padding: 2px;
	font-size: 14px;
}
#navbox {
	position: absolute;
	height: 575px;
	width: 150px;
	left: 0px;
	top: 0px;
	text-align: left;
}
#contentbox {
	position: absolute;
	height: 575px;
	width: 450px;
	left: 151px;
	top: 0px;
	text-align: left;
}
#footer {
	height: 25px;
	width: 449px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: -1px;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
}
#navcontainer {
	background-image: url(images/nav_bg.gif);
		width: 140px;
	height: 270px;
}
#nav {
	width: 98%;
	float: none;
	margin-left: 6px;
	margin-right: 3px;
}
#nav ul {margin: 0; padding: 0;}
#nav li {
	margin-top: 1px;
	margin-bottom: 1px;
	display: block;
	margin-right: 2px;
	margin-left: 2px;
}
#nav a {
	width: 85%;
	display: block;
	margin: 0;
	padding: 1px 2px;
	background-color: #F5F5F1;
	color: #000000;
	text-decoration: none;
	text-indent: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	filter:alpha(opacity=40);
    -moz-opacity:0.4;
	opacity: 0.4;
	font-weight: bold;
	letter-spacing: 0.5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}
#nav a:hover {
	width: 85%;
	display: block;
	margin: 0;
	padding: 1px 2px;
	background-color: #E30606;
	color: #F1EFE3;
	text-decoration: none;
	text-indent: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#navfooter {
	position: relative;
	bottom: 0px;
	left: 0px;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
