html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: #212121;
}
#bgradient {
	z-index: 1;
	position: absolute;
	margin: 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: red;
	background: url(../images/gradient.gif);
	background-repeat: repeat-x;
	overflow: visible;
}
#container {
	position:absolute;
	left:0px; top:0px;
	width:710px; height:450px;
	z-index:3;
}
#navbartext {
	position:absolute;
	left:193px;
	top:17px;
	width:297px;
	height:15px;
	z-index:4;
}
#navbartext p {
	margin: 0px;
}
#navbartext a {
	margin-right: 10px;
	font-size: 12px;
	font-weight: regular;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.navbartext:link{
	color: #aea474;
}
a.navbartext:visited {
	color:#aea474;
} 
a.navbartext:hover {
	color: #f1eee8;
}
a.navbartext:active {
	color: #9900CC;
}
a {
	font-size: 12px;
	font-weight: regular;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:link{
	color: #aea474;
}
a:visited {
	color:#aea474;
} 
a:hover {
	color: #260039;
}
a:active {
	color: #f1eee8;
}
#contentmain{
	position:absolute;
	left:250px;
	top:43px;
	width:510px;
	height:440px;
	z-index:5;
	padding:9px 15px;
	text-align: right;
	background-color: #f1eee8;
	layer-background-color: #f1eee8;
	border: 1px none #000000;
}
#contenttext {
	position:absolute;
	left:17px;
	bottom:17px;
	width:370px;
	height:390px;
	z-index:6;
	overflow: visible;
	text-align: left;
	visibility: visible;
}
#credits {
	position:absolute;
	left:0px;
	bottom:-20px;
	width:300px;
	height:50px;
	z-index:20;
	overflow: auto;
	text-align: left;
	visibility: visible;
}
#credits p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #aaa;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#credits a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#contentpicvert {
	position:absolute;
	left:17px;
	bottom:17px;
	width:315px;
	height:390px;
	z-index:7;
	overflow: auto;
}
#contentpichoriz {
	position:absolute;
	left:17px;
	bottom:17px;
	width:390px;
	height:315px;
	z-index:8;
	overflow: auto;
}
#captions {
	position:absolute;
	right:10px;
	top:393px;
	width:110px;
	height:60px;
	z-index:9;
	overflow: visible;
	text-align:left;
}
#captions p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #8c8293;
	line-height: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#copyright {
	position:absolute;
	left:17px;
	top:440px;
	width:219px;
	height:24px;
	z-index:10;
	text-align:left;
}
#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #aaa;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8c8293;
	line-height: 18px;
	margin-top: 0px;
}
#tiles {				/* layout: gallery navigation area */
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: left;
	position:absolute;
	left:194px;
	top:515px;
	width:780px;
	height:30px;
	z-index:11;
}
#tiles ul {position: absolute; margin: 0px; padding: 0px; width: 780px; height: 25px;}
#tiles li {position: relative; top: 0px; padding-right: 1.5px; width: 22px; height: 22px; display: inline; list-style: none;}
#tiles img {padding: 3px; width: 24px; height: 24px; border: 0px solid #fff;}
#tiles img.selectedbox {padding: 2px; width: 24px; height: 24px; border: solid 1px #866f25;}
#tiles img:hover {padding: 2px; width: 24px; height: 24px; border: solid 1px #866f25;}
.indentedprgph {
	text-indent: 15px;

}
