/*

layout styles

*/

body {
	background: url(../images/bodyBkgd.jpg) repeat-y;
	background-color: #000;
	background-position: center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	z-index: 0;
}
div#shell {
	margin: auto;
	padding: 0;
	position: relative;
	width: 934px;
	z-index: 2;
}
div#content {
	/*margin: 40px 0 0 0;*/
	margin: 60px 0 0 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
div#foot {
	margin: 0;
	padding: 0;
	position: relative;
	width: 934px;
	/*height: 32px;*/
	height: 60px;
}
ul#footNav {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#footNav li {
	display: inline;
	list-style: none;
	padding: 0 4px;
}
#footNav li a {
	color: #aaa;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: none;
}
#footNav li a:hover {
	color: #e1e1e1;
}
div#copyright {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 708px;
	left: 0;
	width: 934px;
}
#foot p, #copyright p {
	color: #aaa;
	font-family: georgia, serif;
	font-variant: small-caps;
	font-size: 0.8em;
	font-weight: normal;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	width: 734px;
}
#iframeOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	/*background-color: #000;*/
	z-index: 95;
}
#iframeDiv {
	position: absolute;
	top: -586px;
	margin: 0;
	padding: 0;
	width: 710px;
	height: 586px;
	z-index: 100;
}
#iframeDiv a {
	display: block;
	margin: 0;
	padding: 0;
	width: 710px;
	height: 18px;
	text-decoration: none;
}
#iframeDiv a img {
	border: none;
	width: 710px;
	height: 18px;
}
#iFrameMultiPage {
	width: 710px;
	height: 550px;
	margin: 0;
	padding: 0;
	display:block;
}
