body {
	background:#191919;
	color:#ddbb77;
/*
	color:#222222;
*/
	margin:0px;
	padding:0px;
	font-family:Arial,serif;
	font-size:15px;
}

#thesite {
	position:relative;
	color:#ddbb77;
/*
	color:#222222;
*/
	background:#191919;
	width:900px;
	margin-top:8px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:8px;
	text-align:left;
	font-family:Arial,serif;
	font-size:15px;
}

#banner {
	position:relative;
	background: #999999;
	width:900px;
	height:130px;
	display:block;
}

#menu {
	background: #222222;
	color:#FFFFFF;
	width:900px;
	height:26px;
/*
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
*/
	display:block;
	position:relative;
	z-index:2;
}

#submenu {
	background:#666666;
	width:900px;
	height:26px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display:block;
	position:relative;
	z-index:1;
}

ul.nav {
	list-style-type:none;
	position:relative;
	padding:0px;
	margin:0px;
	height:26px;
	text-align:center;
}

ul.nav li {
	position:absolute;
	width:100px;
	height:26px;
	padding:0px;
	margin:0px;
}

ul.nav a {
	padding-top:3px;
	text-decoration:none;
	font-family:Arial,serif;
	font-size:15px;
	font-weight:bold;
	height:23px;
	vertical-align:middle;
	color:#0000FF;
	display:block;
	background-color:#888888;
}

ul.nav a:hover {
	background-color:#666666;
}

ul.nav li.nav_current > a {
	background-color:#666666;
}

ul.nav li ul {
	height:26px;
	display:none;
	list-style-type:none;
	position:absolute;
	top:26px;
	padding:0px;
	margin:0px;
	z-index:3;
}

ul.nav li.nav_current ul {
	display:block;
}

ul.nav li ul li {
	position:absolute;
	width:100px;
	height:26px;
	padding:0px;
	margin:0px;
}

ul.nav li ul a {
	height:23px;
	width:100px;
	padding-top:3px;
	text-decoration:none;
	display:block;
	background-color:#DDDDDD;
}

ul.nav li:hover ul {
	display:block;
}

ul.nav li:hover ul a:hover {
	background-color:#AAAAAA;
}

ul.nav li ul li.nav_current > a {
	background-color:#666666;
}

ul.nav li ul li.nav_current > a:hover {
	background-color:#666666;
}

#content {
/*
	background-color:#4488CC;
*/
	background-color:#224488;
	background-image:url('content_back.jpg');
/*
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:40% 200px;
*/
	background-repeat:repeat-y;
	background-attachment:scroll;
	background-position:center top;
	width:880px;
/*
	min-height:560px;
*/
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px 0px 0px 0px;
	text-align:left;

	height:560px;
	overflow:auto;

}

#content a {
	color:#ffcc40;
	font-family:Arial,serif;
	font-weight:bold;
	text-decoration:none;
}

#content a:link {
	color:#ffcc40;
	font-weight:bold;
	text-decoration:none;
}

#content a:visited {
	color:#ffcc40;
	font-weight:bold;
	text-decoration:none;
}

#content a:focus {
	color:#ffcc40;
	font-weight:bold;
	text-decoration:none;
}

#content a:hover {
	color:#ffcc40;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}

#content a:active {
	color:#ffcc40;
	font-weight:bold;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Arial,serif;
	font-weight:bold;
/*
	color:#800000;
*/
	color:#602000;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:22px;
}

h3 {
	font-size:20px;
}

h4 {
	font-size:18px;
}

h5 {
	font-size:16px;
}

h6 {
	font-size:15px;
}


