* {font-family:"Georgia", tahoma, verdana, arial, sans-serif;}
body {
	background-color: black;
	background-image: url('../img/bg.png');
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0;
}
div#header {
	background-color: transparent;
	background-image: url('../img/header.png');
	backround-repeat: no-repeat;
	height: 106px;
	left: 16px;
	position: absolute;
	/* top: 8px; */
	width: 817px;
	/* z-index: 10; */
}
div#homelink {
	cursor: pointer;
	height:70px;
	width: 455px;
	z-index: 999;
}
div#menu,div#menuSub {
	height: 229px;
	left: 16px;
	position: absolute;
	top: 85px;
	width: 232px;
	z-index: 500;
}	
div#menu,div#menuSub {
	background-image: url('../img/menuBg.png');
	background-repeat: no-repeat;
}	
div#menu {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}	
div#menuSub {
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
}
div#menuText {
	color: #FFFFFF;
	height: 229px;
	left: 16px;
	position: absolute;
	top: 85px;
	width: 232px;
	z-index: 700;
}
div#commonLinks {
	background-image: url('../img/commonLinksBg.png');
	background-repeat: no-repeat;
	left: 692px;
	/* padding: 26px 0 20px 0; */
	position: absolute;
	top: 160px;
	width: 143px;
	z-index: 10;
}
div#commonLinks img {
	margin: -3px;
}
div.nav {
	line-height: 1.5em;
	margin-left: -65px;
	padding-left: 90px;
	position: relative;
	top: -10px;
}
div#navOph {
	margin-top: -30px;
}
div#navEye {
	margin-top: -15px;
}
div.nav a {
	color: #462525;
	font-family: Georgia;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	width: 1.2em;
}
div.nav a:hover {
	color: #fff;
}
div.nav a.navSel {
	color: #fff;
}
div.nav a img {
	/* margin-top: -10px; */
}
img {
	border: 0;
}
img#menuHome1,img#menuHome2 {
	cursor: pointer;
	position: relative;
	z-index: 999;
}
img#menuHome1 {
	left: -10px;
	top: 2px;
}
img#menuHome2 {
	left: 35px;
	top: 137px;
}
img.imgNav {
	cursor: pointer;
}
div#contentOuter,div#contentOuterSub {
	left: 150px;
	padding: 70px 0 0 120px;
	position: absolute;
	top: 85px;
	width: 621px;
}
div#contentOuter{
	background-image:url('../img/content.png');
	background-repeat: no-repeat;
	height: 623px;
}
div#contentOuterSub{
	background-image: url('../img/contentSub.png');
	background-repeat: repeat-y;
}
div#contentInner,div#contentInnerSub {
	font-size: 15px;
	left: 2px;
	padding-bottom: 5px;
	position: relative;
	text-align: justify;
	width: 375px;
}
div#contentInner {
	width: 375px;
}
div#contentInnerSub {
	display: block;
	/* min-height: 200px; */
	/* height: 100px; */
	padding-bottom: 20px;
	width: 390px;
}
div#contentInnerSub img#top {
	border:0px solid red;
	margin: -70px 0 0 -61px;
}
div#contentInner p:first-letter,div#contentInnerSub div p:first-letter {
	font-size: large;
	font-weight: bold;
}
div#contentInnerSub div {
	margin-top: -45px;
	padding-top: 10px;
}
/* img#dcdc {
	float: right;
	position: relative;
} */
div#footer,div#footerSub {
	border: 1px solid #b5ac7d;
	font-weight: bold;
	letter-spacing:0.7em;
	line-height: 1.5em;
	margin: 0;
	padding: 10px;
	text-align: center;
	width: 370px;
}
div#footer {
	background-color: #fff;
	color: #000;
	margin-top: 115px;
}
span#dcdc,span#dcdcSub {
	font-size: 0.8em;
	font-style: italic;
	margin-left: 45px;
}
span#dcdc {
}
span#dcdcSub {
}
span#dcdc a{
	color: #fff;
}
span#dcdcSub a{
	color: #633;
}
div#footerSub {
	background-color: #633;
	color: #b5ac7d;
	position: relative;
        top: 75px;
}
a, a:visited {
	color: #663333;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #000;
	font-size: 1.2em;
	margin: 0 0 -20px 0;
}
.caps {
	text-transform: uppercase;
}
.hilite {
	background-color: #000;
	color: #fff;
}
.strike {
	font-style: strikethrough;
}
div#contentSubTopLeft {
	left: 180px;
	position: absolute;
	top: -2px;
	z-index: 9;
}