body {margin: 0; padding: 0; background-image: url('../site_img/bodyBg.jpg'); background-repeat: repeat-x; margin-top: -1px;}

p { }

td { }

a:link { }

a:visited { }

a:hover { }

a:active { }

img {border: 0;}

/*header section for all pages */

#header {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

#logo {
	float: left;
	margin: 0;
	padding: 0;
	width: 189px;
}

#banner {
	float: left;
	margin: 0;
	padding: 0;
	width: 711px;
}

/*main page section */
#centerSection {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
}

#leftFill {
	float: left;
	position: inherit;
	background-image: url('../site_img/left-fill.jpg');
	background-repeat: no-repeat;
	width: 39px;
	height: 578px;
}

#menu {
	float: left;
	width: 123px;
	height: 578px;
}

#menuHead {
	float: left;
	width: 123px;
	height: 30px;
	background-image: url('../site_img/menuTop.jpg');
	background-repeat: no-repeat;
	margin-bottom: 0;
	padding-bottom: 0;
}

#menuHead h4 {
	margin-left: 8px;
	font-weight: bold;
	color: white;
	font-size: 14px;
	margin-top: 4px;
}

#menuContent {
	float: left;
	position: inherit;
	background-image: url('../site_img/menuBg.jpg');
	background-repeat: repeat-y;
	width: 123px;
	min-height: 542px;
	margin-top: 0;
	padding: 0;
}

#menuFooter {
	float: left;
	position: inherit;
	background-image: url('../site_img/menuBottom.jpg');
	background-repeat: no-repeat;
	width: 123px;
	height: 6px;
}

#menuSep {
	float: left;
	position: inherit;
	width: 5px;
	height: 578px;
	background-image: url('../site_img/menuSep.jpg');
	background-repeat: repeat-y;
}

/*content Section */

#content {
	float: left;
}

#pageTitle {
	float: left;
	background-image: url('../site_img/pageTitle.jpg');
	background-repeat: no-repeat;
	width: 331px;
	height: 30px;
}

#pageTitle h3 {
	margin-left: 4px;
	padding-left: 4px;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #313c51;
	margin-top: 2px;
}

#topTabs {
	float: left;
	background-image: url('../site_img/topTabsBg.jpg');
	background-repeat: no-repeat;
	width: 378px;
	height: 30px;
}

#tabRightFill {
	float: left;
	background-image: url('../site_img/tabRight.jpg');
	background-repeat: no-repeat;
	width: 24px;
	height: 30px;
}

/* main text area */

#contentMain {
	clear: both;
	float: left;
	width: 709px;
	background-image: url('../site_img/content.jpg');
	background-repeat: repeat-y;
	min-height: 387px;
}

#contentMain p {
	margin-left: 4px;
	padding-left: 4px;
	font-family: Verdana;
	font-size: 11px;
	color: #313c51;
}

#contentMain ul {
	font-family: Verdana;
	font-size: 11px;
	color: #313c51;
}

#contentMain ul li {
	font-family: Verdana;
	font-size: 11px;
	color: #313c51;
	list-style: disc;
}

#contentMainRightFill {
	float: left;
	width: 24px;
	background-image: url('../site_img/mainRight.jpg');
	background-repeat: repeat-y;
	min-height: 387px;
}

#contentSep {
	clear: both;
	float: left;
	width: 709px;
	background-image: url('../site_img/contentSep.jpg');
	background-repeat: repeat-x;
	height: 3px;
}

#contentSepRightFill {
	float: left;
	width: 24px;
	background-image: url('../site_img/contentSepRightFill.jpg');
	background-repeat: no-repeat;
	height: 3px;
}

#contentBottom {
	clear: both;
	float: left;
	width: 709px;
	height: 158px;
	background-image: url('../site_img/contentLow.jpg');
	background-repeat: no-repeat;
}

#contentBottom p {
	margin-left: 4px;
	padding-left: 4px;
	margin-top: 1px;
	padding-top: 1px;
	font-family: Verdana;
	font-size: 11px;
	color: #313c51;
}

#contentBottom h2 {
	margin-left: 4px;
	padding-left: 4px;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #313c51;
}

#contentBottom ul {
	font-family: Verdana;
	font-size: 11px;
	color: #313c51;
}

#contentBottom ul li {
	font-family: Verdana;
	font-size: 11px;
	color: #313c51;
	list-style: disc;
}

#contentBottomRightFill {
	float: left;
	width: 24px;
	height: 158px;
	background-image: url('../site_img/contentBottomRightFill.jpg');
	background-repeat: no-repeat;
}

/* Gallery specific */
#contentMainGal {
	clear: both;
	float: left;
	width: 709px;
	background-image: url('../site_img/content.jpg');
	background-repeat: repeat-y;
	height: 387px;
	overflow: auto;
}

/* Footer Section */

#footerLeftFill {
	clear: both;
	margin-top: -1px;
	float: left;
	width: 162px;
	height: 102px;
	background-image: url('../site_img/footMenu.jpg');
	background-repeat: no-repeat;
}

#footer {
	float: left;
	margin-top: -1px;
	position: inherit;
	width: 733px;
	height: 102px;
	background-image: url('../site_img/footer.jpg');
	background-repeat: no-repeat;
}

#footer div {
	text-align: left;
	font-size: 12px;
	margin-top: 86px;
	margin-left: 15px;
}

#footer div a {
	color: white;
	text-decoration: none;
}