body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #dbd3a6 url(../images/bodyBack.gif) top repeat-x;
	font-family: Verdana, Tahoma, Helvetica;
}
a{
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
}
#plot{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/plotBack.gif) center top repeat-x ;
}
#main{
	position: absolute;
	width: 922px;
	height: 100%;
	left: 50%;
	margin-left: -461px;
	background: #cec698;
	border-left: solid 2px #b9b183;
	border-right: solid 2px #b9b183;
}
#header{
	width: 922px;
	height: 167px;
	/*background: url(./images/header.jpg) no-repeat top left; */
}
#menu{
	top: 167px;
	position: absolute;
	width: 922px;
	height: 27px;
	background: url(../images/menu.jpg) no-repeat top left; 
	color: #FFF;
	padding-top: 4px;
}
p{
	position: relative;
	font-weight: bold;
	font-size: 10px;
	color: #FFF;
	display: inline;
}
a.path{
	position: relative;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
}
a.pathSmall{
	position: relative;
	font-weight: bold;
	font-size: 10px;
	color: #FFF;
}
a.path:hover, a.pathSmall:hover{
	border-bottom: solid 4px #ddd4a6;
}
#links_menu{
	position: absolute;
	margin-top: 3px;
	right: 0;
	font-size: 13px;
}
#links_menu a{
	display: block;
	float: left;
}
#links_menu a:hover{
	border-bottom: solid 4px #ddd4a6;
}
#content{
	position: absolute;
	top: 194px;
	height: 361px;
	width: 922px;
	background: none;
}
#bottom{
	position: absolute;
	top: 557px;
	width: 922px;
	background: url(../images/bottom.gif) repeat-x;
	height: 28px;
	color: #8c835b;
	font-size: 10px;
}
#links_bottom{
	margin-left: 15px;
	margin-top: 7px;
}
#dbg a{
	color: #aaa06f;
	font-size: 10px;
}	
#links_bottom a{
	font-size: 10px;
	color: #7a6f3f;
}
#links_bottom a:hover, #dbg a:hover{
	color: #FFF;
}
#dbg{
	margin-top: 7px;
	position: absolute;
	right: 20px;
}