/* CSS Document */
body{
	text-align: left;
	background: black;
	margin: 0px 0px 0px 0px;
	z-index: 1;
}
A {
	color: white;
}
A:hover {
	color: red;
}
/************** banner div *****************/
#spacer{ 
	position: relative;
	top: 0px;
	left: 0px;
	}
#container{
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	width: 710px;
	height: 550px;
	border: 0px solid white;
	background: url(images/index-theme.jpg) top left no-repeat black;
	z-index: 2;
}
#containerd{
	position: relative;
	margin-top: -5px;
	margin-left: 283px;
	width: 482px;
	border: 1px solid white;
	background: url(images/content.jpg) top left no-repeat #648151;
	z-index: 3;
}
#containerde{
	position: relative;
	margin-top: -7px ;
	margin-left: 121px;
	width: 401px;
	border: 1px solid white;
	background: url(images/debgrnd.jpg) top left no-repeat #E7E9ED;
	z-index: 3;
}
#containern{
	position: relative;
	margin-top: -7px ;
	margin-left: 121px;
	width: 401px;
	border: 1px solid white;
	background: url(images/nbgrnd.jpg) top left no-repeat #E7E9ED;
	z-index: 3;
}
#containere{
	position: relative;
	margin-top: -7px;
	margin-left: 121px;
	width: 401px;
	border: 1px solid white;
	background: url(images/ebgrnd.jpg) top left no-repeat #E7E9ED;
	z-index: 3;
}
/************** menu divs *****************/
#menubase{
	position: absolute;
	width: 169px;
	height: 309;
	top: 398px;
	left: 0px;
	padding-bottom: 309px;
	background: url(images/menu.jpg) top left no-repeat;
	z-index: 3;
}
#linkbase{
	position: absolute;
	width: 219px;
	top: 310px;
	left: 80px;
	text-align: center;
	z-index: 4;
}
td#links a{
	display: block; 
	text-decoration: none;
	background: url(images/button-up.jpg) top left no-repeat;
	width: 200px; height: 30px;
	padding-top: 5px;
	margin-top: 3px;
	color: white; 
	font: bolder 11pt "verdana", mono;
	z-index: 5;}
td#links a:hover {background: url(images/button-dn.jpg) top left no-repeat;}
td#links a:active {background: url(images/button-fin.jpg) top left no-repeat;}
/************** content1 divs *****************/

#page{padding: 5px 10px 0px 10px;}
#page h1{font-size: 14px; color:#A42C39;}
#page h2{color: #CCCCCC; margin: 6px 0px 10px 0px; font:bolder 16pt "verdana", Courier, mono;}
#page h3{color: #CCCCCC; margin: 6px 0px 10px 0px; font:bolder 12pt "verdana", Courier, mono;}
#page img{padding: 5px 5px 5px 0px; float:left;}
#thumbs img{padding: 0px 0px 0px 0px;}
#page p{color: black; font:10pt "verdana", Courier, mono;}
#page p:first-letter {font-size: 22px; float:left; padding-right:2px; color:#A42C39;}
#footer1{position: absolute;
top: 480px; left: 200px;
	margin: 70px 0px 0px 15px;
	font:  7pt "verdana", Courier, mono;
	color: #666666;}
