﻿
#Layer1 {
	position:absolute;
	float:left;
	left:76px;
	top:14px;
	width:427px;
	height:310px;
	z-index:1;
	border: thin solid #FFFFFF;
	background-color:rgb(255,255,255);
	padding:4px 4px 4px 4px;
	
}
#Layer2 {
	position:absolute;
	float:none;
	left:523px;
	top:15px;
	width:300px;
	height:310px;
	z-index:2;
	border: thin solid #000000;
	background-color:rgb(255,255,255);
	padding:4px 4px 4px 4px;
}

#Layer3 {
	position:absolute;
	left:76px;
	top:344px;
	width:747px;
	height:100px;
	z-index:1;
	border: thin solid #FFFFFF;
	background-color:rgb(255,255,255);
	padding:4px 4px 4px 4px;
}

#Border {
	width: 900px;
	height:600px;
	/*background-attachment: fixed;*/
	background-image: url(PageImages/Backdrop900.png);
	background-repeat: repeat-y;
	background-position: 0% 0%;
	
}

#TopBorder {
position:relative;
	width: 900px;
	height:15px;
	/*background-attachment: fixed;*/
	background-image: url(PageImages/TopBorder900.png);
	background-repeat:repeat-y;
	background-position: 0% 0%;
}
#BottomBorder {
	position:relative;
	top:0px;
	width: 900px;
	height:10px;
	/*background-attachment: fixed;*/
	background-image: url(PageImages/BottomBorder900.png);
	background-repeat:no-repeat ;
	background-position: 0% 0%;
}

#InlineNavList 
{
	/*position:relative;*/
	display:inline;
	/*top:150px;
	left: 206px;*/
	margin-left: 15px;
	padding: 0px;
	list-style:	none;
	background-color: transparent;
	width: 602px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#InlineNavList ul {
	display: inline;
}

/*<!-- dreamweaver seems to read this description for the inline nav list -->*/
#InlineNavList li{
	background:url(PageImages/NavListBackdrop.png) top left transparent no-repeat;
	float: left;
	height: 25px;
	margin: 0px 2px 0px 0px;
	padding: 0px 7px 0px 0px;
	
	display: block;
	line-height: 25px;
	color: #000000;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
	text-decoration: none;
	text-indent: 8px;
	

}

/*<!--ie6 seems to read this description as well as the above for it's description -->*/
#InLineNavList li a{
	background: url(PageImages/NavListBackdrop.png) top left transparent no-repeat;

	display: block;
	line-height: 25px;
	color: #000000;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
	text-decoration: none;
	padding: 0px 2px;
	text-indent: 8px;
	
}
body {
	background-color: rgb(130,120,120);
	font-size:13px;
}






