html, body, textarea {
	scrollbar-base-color:#000000;
	scrollbar-3d-light-color:#000000;
	scrollbar-arrow-color:#760203;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#333333;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#222222;
}
body {
	margin: 0 auto;
	color: #4D4D4D;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.8em;
	text-align: left;
	background-image: url(bg.gif);
	background-repeat: repeat;
	background-position: center top;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #993300;
}

h1{
	font:30px Trebuchet MS;
	color: #990000;
	margin: 15px 0 15px 0;
	padding-left: 15px;
}

h2 {
	font:22px Trebuchet MS;
	color: #990000;
	margin: 15px;
}

h3 {
	font:20px Trebuchet MS;
	color: #990000;
	margin: 15px;
}

p {
margin: 5px 15px 5px 15px;
}

blockquote p {
font:160% Georgia;
color:#aaa;
padding:5px;
line-height:25px;
}

.highlight {
	color: #CC0000;
	font-weight:bold;
}
/* content stuff */

#container {
	width: 810px;
	text-align: left;
	margin: 0px auto 0 auto;
	padding: 0 !important;
	line-height: 1.8em;
}

#header {
	height: 180px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}

#header h1 {
float: left;
color: #000;
font:45px Trebuchet MS;
margin: 40px 0 0 15px;
background: none;
font-weight:bold;

}

#content {
	float: left;
	width: 800px;
	margin: 10px 5px 10px 5px;
	background:#000;
	color:#FFFFFF;
	padding: 0;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#content a {
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}

#content a:hover {
	color: #CC0000;
}
#content-textlink {
	font-size: 2em
}

#content p {
margin: 10px 15px 30px 15px;
}

#sidebar {
	width: 780px;
	padding: 0;
	background:#000;
	color: #787878;
	border:1px dotted #333;
	height: 400px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* navigation!!!!!! */

#nav-top {
float: right;
margin: 5px 15px 0 0;
background:inherit;
}

#nav-top ul {
margin: 0;
padding: 2px;
background:inherit;
}

#nav-top li {
display: inline;
padding: 4px;
}

#nav-top a, #nav-top a:visited {
color: #000;
font-weight:bold;
text-decoration: none;
margin: 4px;
}

#nav-top a:hover, #nav-top a:visited:hover {
color: #aaa;
}

/* main navigation */

#mainnav {

margin: 2px 16px 2px 11px;
min-height: 30px;
background:inherit;
}

#mainnav ul {
height: 100%;
margin: 0;
padding: 0 100px 0 10px;
}

#mainnav li {
list-style-type: none;
float: right;
width: auto;
margin: 7px 5px 0 5px;

}

#mainnav a:link, #mainnav a:visited {
	display: block;
	color: #aaa;
	text-transform:uppercase;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 10px 2px 12px;
	background:inherit;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}

#mainnav a.active {
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 10px 2px 12px;
	background:#212121;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
}
#mainnav a:hover, #mainnav a:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 10px 2px 12px;
	background:#212121;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
}



/*sub main navigation */

#mainnavsub {
clear: both;
}

#mainnavsub ul {
margin: 0;
padding: 0 10px 0 10px;
}

#mainnavsub li {
list-style-type: none;
float: right;
margin: 4px 16px 0 2px;
padding-left: 8px;
}

#mainnavsub li a {
font-size:10px;
font-weight:bold;
text-transform:uppercase;
text-decoration: none;
color:#aaa;
}
#mainnavsub li a:hover {
text-decoration: none;
color:#fff;
}

/*right nav */

#nav-right ul {
list-style: none;
margin: 0;
padding: 0;
}

#nav-right {
margin: 10px;
}

#nav-right li {
display:block;
padding:0;
margin: 2px 0 2px 0px;
border-bottom: 1px dotted #888; 
}
#nav-right li a {
display:block;
padding: 1px 1px 1px 6px;
text-decoration: none;
background:inherit;
color: #aaa;
}

#nav-right li a:hover{
background:#212121;
color: #fff;
}

/* footer */
#footer-contents {
	clear: both;
	text-align: center;
	background:inherit;
	margin: 0;
	padding: 2px 0 2px 0;
	border-top:1px dotted #333;
}

	
#footer-copy {
	font-size: 12px;
	padding: 0;
	margin: 10px 16px !important;
	background:inherit;
	margin: 4px 16px 4px 10px!important;
	color: #666666;
	font-weight: lighter;
}

#footer-copy a,#footer-copy a:visited {
color: #666666;
}

#footer-copy a:hover,#footer-copy a:visited:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

#footer-links{
font-size: 10px;
padding: 0;
margin: 10px 16px !important;
}

#impress-copy {
	font-size: 12px;
	padding: 0;
	margin: 10px 16px !important;
	background:inherit;
	margin: 4px 16px 4px 10px!important;
	color: #fff;
	font-weight: bold;
}
