
#SHHeader {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 0px;
	top: 0px;
}

#LeftNavLayer {
	position:absolute; 
	width:150px; 
	height:900px; 
	z-index:2; 
	left: 0px; 
	top: 120px; 
	background-color: #890B35; 
}

#CurveLayer {
	position:absolute;
	z-index:90;
	top: 120px;
	left: 150px;
}

#LeftNav {
	position:absolute;
	width:150px;
	z-index: 6; 
	top: 190px; 
	left: -25px;
}
#LeftNav ul {
	list-style-type:none;
}

#LeftNav li {
	background-color: #C4C0AC;
	color: black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
	padding: 2px 0px;
	text-align: center;
}

#LeftNav li a:link {
	color: black;
	text-decoration:none;
}
#LeftNav li a:visited {
	color: black;
	text-decoration: none;
}
#LeftNav li a:hover {
	color: #890B35;
	font-weight:bolder;
}

#Home #LeftNav {
	top: 80px;
}

#Silhouettes, #Statement, #LeftNav {
	top: 80px;
}

body#Home a#home,
body#Statement a#statement,
body#Silhouettes a#silhouettes,
body#Materials a#materials,
body#Contact a#contact {
	color: #890B35;
	text-decoration:none;
}

#ContentLayer {
	position:absolute;
	width:700px;
	height:800px;
	z-index:4;
	left: 150px;
	top: 120px;
	background: white;
	padding-left: 35px;
	padding-top: 30px;
}

#CommentLayer {
	position:absolute;
	width:600px;
	height:800px;
	z-index:4;
	left: 150px;
	top: 120px;
	background: white;
	padding-left: 35px;
	padding-top: 30px;
}

#Silhouette1, #Silhouette2, #Silhouette3, #Silhouette4, #Silhouette5, #Silhouette6 {
	position:absolute;
	width:800px;
	height:800px;
	z-index:4;
	left: 150px;
	top: 120px;
	background: white;
	padding-left: 35px;
	padding-top: 35px;
}

#ImageLayer {
	position:absolute;
	width:200px;
	height:115px;
	z-index:91;
	padding-top: 20px;
}


.GeneralText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: black;
}
.TableTitles {
	font-style: italic;
}

#SilhouettesNav {
	position:absolute;
	left:80px;
	top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#SilhouettesNav ul {
	padding: 3px 0;
	margin-left:0px;
	border-bottom: 1px solid #778;
	font: bold 9px Verdana, sans-serif;
}

#SilhouettesNav ul li {
	list-style: none;
	margin: 2px;
	display: inline;
}

#SilhouettesNav ul li a {
	padding: 3px 0.5em;
	margin-left: 0px;
	border: 1px solid #778;
	border-bottom: none;
	background: #C4C0AC;
	text-decoration:none;
}

#SilhouettesNav ul li a:link {
	color: black;
}

#SilhouettesNav ul li a:visited {
	color: black;
}

#SilhouettesNav ul li a:hover {
	color: #890B35;
	background: #C4C0AC;
	border-color: #C4C0AC;
}

div#Silhouette1 a#s1,
div#Silhouette2 a#s2,
div#Silhouette3 a#s3,
div#Silhouette4 a#s4,
div#Silhouette5 a#s5,
div#Silhouette6 a#s6 {
	color: #890B35;
	background: #C4C0AC;
	border-color: #C4C0AC;
}

#Detail {
	position: absolute;
	color: #890B35;
	background: #C4C0AC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	top: 400px;
	left: 800px;
	z-index: 100;
}

#Detail a:link {
	color: #890B35;
	background: #C4C0AC;
	text-decoration:none;
}

.footertext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #184726;
}

#announcement {
	color:#890B35; 
	background-color:#C4C0AC; 
	padding-left:20px; 
	padding-top:5px; 
	padding-bottom:5px;
	padding-right: 10px;
}

#announcement a:hover {
	color: black;
}
