/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  10: 1Col_Fixed
  ------------------------------------------------
*/

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}
#masthead {
	padding: 0px;
	margin: 0;
	height: 272px;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#center {
	width: 960px;
	margin: 5px 0;
	background: url(../gfx/topContentBG.png) repeat-x left top #371e00;
}
#center #innerCenter {
	background: url(../gfx/bottomContentBG.png) repeat-x left bottom;
}
	#center #innerCenter .content {
		margin: 10px 50px 0px 50px;
		padding-bottom: 10px;
	}
		#pageTitle {
			margin-top: 5px;	
		}
		#pageTitleDivider {
			border-bottom: 1px solid #77ad1a;	
		}
		#actualContent {
			margin-top: 10px;	
		}
		#button {
			float: left;
			width: 215px;
			height: 212px;
			margin-top: 20px;
		}
		#otherContent {
			float: left;
			width: 580px;
			margin-left: 27px;
		}
#masthead .content {

}
	#masthead .content #logo {
		float: left;
		width: 432px;
		height: 133px;
		background: url(../gfx/logo.png) no-repeat;	
		cursor: pointer;
	}
#footer .content {
	height: 43px;
	width: 960px;
	background: url(../gfx/footer.png) no-repeat;
}
#footer {
	color: #999999;
	background-color: #000000;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
h1 {
	font-size: 16px;
	margin: 0;
	color: #c7c9ca;
}
h2 {
	font-size: 13px;
	margin: 30px 0 0 0;
	color: #89d825;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
	color: #c7c9ca;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
	color: #c7c9ca;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
