* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 14px;
	background-color: #FFFFFF;
	background-image: url(backImage.png);
	background-repeat: repeat;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
h4 {
	font-family: "Roboto Slab", "Lucida Console", monospace;
}
#siteNav {
	float: left;
	width: 175px;
	position:fixed;
	padding-top: 0px;
	padding-left: 0px;
	clear: left;
	background-color: #FFFFFF;
	background-image: url(Images/Header/new/underNav2.png);
	background-position: left 60px;
	background-repeat: repeat-y;
	height: 100%;
}
#siteNav ul h4.header {
	height: 87px;
	width: 175px;
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
}
#siteNav ul {
	list-style-type: none;
}
#siteNav h4 {
	font-size: 8pt;
	text-transform: none;
	text-align: left;
	letter-spacing: .1em;
	padding-left: 11px;
}
#siteNav ul li h4 a {
	text-transform: none;
	color: #615454;
	text-decoration: none;
	line-height: 20px;
	padding-left: 3px;
	font-weight: 100;
}
#siteNav ul li h4 a:hover {
	font-weight: normal;
	color: #F00;
}
#siteNav ul li h4 #nonLink {
	color: #FFF;
	background-color: #F00;
	display: inline;
}
#siteNav ul li h4 #nonLink:hover {
	color: #F00;
	background-color: #FFF;
	display: inline;
}
#container {
	clear: none;
	float: right;
}
#main {
	width: 725px;
	background-color: #FFF;
	float: left;
	height: auto;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(Images/Header/new/underNav.png);
	background-repeat: repeat-y;
	background-position: right 0px;
}
#main h3.image {
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 725px;
	float: left;
	margin-top: 15px;
	margin-bottom: 40px;
}
#main #imageheader {
	width: 725px;
	height: 87px;
	margin-bottom: 10px;
	padding-bottom: 12px;
}
header .mainheader  {
	font-family: "Roboto Slab", "Lucida Console", monospace;
	font-size: 70%;
	font-weight: 400;
	line-height: 0.5em;
	color: #615454;
	letter-spacing: 0.1em;
	padding-top: 6px;
	padding-bottom: 1px;
}
#main content p {
	font-family: Play, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: 100;
	color: #988F8F;
	line-height: 1.4em;
	margin-top: 6px;
	margin-bottom: 2px;
	letter-spacing: 0.05em;
}

#main h2 {
	text-align: left;
	display: block;
}
#main h2 .go-top {
	font-family: "Roboto Slab", "Lucida Console", monospace;
	font-size: 8pt;
	line-height: 2em;
	text-transform: uppercase;
	color: #615454;
	text-decoration: none;
	font-weight: lighter;
	display: block;
	letter-spacing: 0.2em;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #F00;
}
#main h2 .go-top:hover {
	color: #F00;
}
#footer {
	font-size: 8px;
	color: #615454;
	background-color: #FFF;
	clear: both;
	text-align: right;
	line-height: 20px;
	font-family: "Roboto Slab", "Lucida Console", monospace;
	vertical-align: baseline;
	padding-right: 10px;
	padding-bottom: 25px;
}
