body {
	background-image: url(img/bg.gif);
	margin: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#header {
	width: 650px;
	vertical-align: top;
}
#container {
	background-color: #D3CFC6;
	position: absolute;
	height: 2900px;
	width: 650px;
}
#nav {
	text-align: left;
	position: absolute;
	height: 2900px;
	width: 128px;
	background-image: url(img/navbg.gif);
	background-color: #504F47;
	background-repeat: no-repeat;
	left: 0px;
	margin-left: 0px;
	top: 137px;
}
#bar {
	background-image: url(img/barbg.gif);
	position: absolute;
	height: 31px;
	width: 650px;
	text-align: right;
	top: 106px;
}
#line {
	position: absolute;
	left: 127px;
	top: 137px;
	background-image: url(img/barlinebg.gif);
	width: 523px;
	height: 21px;
	background-repeat: repeat-x;
	background-color: #D3CFC6;
}
#navs {
	width: 100;
	float: none;
	margin-right: 3px;
	margin-left: 0px;
	list-style-type: none;
}
#nav ul {margin: 0; padding: 0;margin-left: 0px;}
#nav li {
	margin-top: 1px;
	margin-left: 0px;
	margin-bottom: 1px;
	display: block;
	list-style-type: none;
}
#nav a {
	width: 110px;
	display: block;
	margin: 0;
	margin-left: 0px;
	padding: 2px;
	background-color: #9C998F;
	color: #000000;
	text-decoration: none;
	text-indent: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}
#nav a:hover {
	width: 110px;
	display: block;
	margin: 0;margin-left: 0px;
	padding: 2px;
	background-color: #DDD7BF;
	color: #333333;
	text-decoration: none;
	text-indent: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	filter:alpha(opacity=60);
    -moz-opacity:0.6;
	opacity: 0.6;
	font-weight: bold;
	letter-spacing: 0.5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}

#content {
	position: absolute;
	left: 155px;
	width: 455px;
	top: 165px;
	}
