body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #999999;
}
a:active {
	color: #000000;
}
a.subNav:link {
	color: #FFFFFF;
	text-decoration:none;
}
a.subNav:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a.subNav:hover {
	color: #999999;
	text-decoration:none;
}
a.subNav:active {
	color: #000000;
	text-decoration:none;
}
.graphic {
	border:2px;
	border-thickness:1px;
	border-color: #999999;
	border-style: solid;
}
a:hover .graphic, a:active .graphic {
	border:2px;
	border-thickness:1px;
	border-color: #666666;
	border-style: solid
}
body {
	margin: 0px;
	background-image: url(BG.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 700px;
	height: 900px;
	margin: 0px auto;
}
#header {
	position:absolute;
	width:700px;
	height:339px;
	z-index:1;
}
#contentBG {
	position:absolute;
	background-image:url(contentAll.jpg);
	top:339px;
	width:700px;
	height:487px;
	z-index:1;
}
#gallery {
	position:absolute;
	top:380px;
	left:60px;
	width:576px;
	height:403px;
	overflow:auto;
	z-index:2;
}
#contentText {
	position:absolute;
	top:366px;
	left:80px;
	width:540px;
	height:440px;
	z-index:2;
}
#footerNav {
	position:absolute;
	top:832px;
	width:700px;
	height:10px;
	z-index:2;
}
#footerNav li {
	display: inline;
	color:#CCCCCC;
}
#footerNav ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align:center;
}
#footerNavImg {
	position:absolute;
	background-image:url(footNav.jpg);
	top:826px;
	width:700px;
	height:37px;
	z-index:1;
}
#footer {
	position:absolute;
	background-image:url(foot.jpg);
	top:863px;
	width:700px;
	height:37px;
	z-index:1;
}

