BODY {
	background-image: url("../images/bk.jpg");
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#body {
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -350px;
	width: 700px;
	height: 100%;
}
#tabs {
	z-index: 0;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -305px;
	width: 610px;
	text-align:center;
	background-color: #000000;
}
#tabs ul{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	width: 610px;
	height: 43px;
}
#tabs li {
	float: left;
	display: inline;
	list-style: none;
	width: 122px;
	height: 43px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
#tabs a {
	display: block;
	background-image: url("../tabs/darktab.png");
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 15px;
	width: 122px;
	height: 43px;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
}
#tabs a.current {
	background-image: url("../tabs/whitetab.png");
	background-position: center top;
	background-repeat: no-repeat;
	color: #000000;
}
#tabs a:hover{
	background-image: url("../tabs/mousetab.png");
	background-position: center top;
	background-repeat: no-repeat;
	color: #000000;
}
#bigbox {
	position: absolute;
	top: 43px;
	left: 50%;
	margin-left: -350px;
	width: 696px;
	border-left: 2px solid #A6A6A6;
	border-right: 2px solid #A6A6A6;
	border-bottom: 2px solid #A6A6A6;
	background-color: #FFFFFF;
	background-image: url("../images/top.png");
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 150px;
}
#logo {
	z-index: 5;
	position: absolute;
	left: 50%;
	top: 60px;
	margin-left: -330px;
	height: 122px;
	width: 122px;
}
#header {
	z-index: 5;
	position: absolute;
	left: 50%;
	top: 80px;
	margin-left: -170px;
	height: 80px;
	width: 495px;
	background-color: #EAE7BF;
	border: 2px solid #663300;
	text-align: center;
	background-image: url("../images/banner.jpg");
	background-position: center center;
	background-repeat: no-repeat;
}
#leftbox {
	z-index: 5;
	vertical-align: top;
/*	position: absolute;
	top: 190px;
	left: 10px;
	position: relative;
	top: 150px;
	left: 10px;
	clear: left;*/ 
/*	margin: 170px 10px 10px 220px; */
	border: 3px solid #444444;
	background-image: url("../images/fader.jpg");
	background-position: top left;
	background-repeat: repeat-y;
	height: 100%;
	width: 200px;
}
#content {
	z-index: 5;
/*	position: relative;
	top: 150px;
	left: 20px; 
	width: 435px; */
/*	clear: right; 
	margin: 170px 10px 10px 220px;*/
	border: 3px solid #888888;
	background-color: #EAE7BF;
	padding: 10px 10px 10px 10px;
	height: 480px;
}
#footer {
/*	clear: both;
	position: relative;
	top: 10px;
	left: 10px; 
	margin-top: 160px;*/
	text-align: center;
}
img {
	border: 0px;
}
h3 {
	font-size: inherit;
	font-weight: bold;
	color: #72594E;
	line-height: inherit;
	padding: 0px 0px 0px 4px;
	margin: 0px 0px 0px 4px;
}
a:visited, a, a:active {
	color: #72594E;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
