body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #201B17;
	margin: 0px;
	padding: 0px;
/*	scrollbar-face-color: #cc3333;
	scrollbar-highlight-color: #cc3333;
	scrollbar-shadow-color: #cc3333;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #cc3333;
	scrollbar-3d-light-color: #cc3333;
	scrollbar-dark-shadow-color: #cc3333;
	scrollbar-track: #cc3333; */
}

a { color:#FF3300; font-weight: normal; font-variant: normal; text-transform: none; text-decoration: none; }

div#nav {
	width: 163px;
	height: 607px;
	margin: 0px;
	padding: 0px;
	border-left: #cc3333 15px solid;
	position: absolute;
	left: 0px;
	top: 0px;
}

div#content, div#footer, div#extrafooter {
	margin-left: 225px;
	margin-right: 20px;
}

div#content {
	margin-top: 15px;
	margin-bottom: 0px;
	padding-right: 45px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(images/c-head-r.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #FFFFFF;
}

div#content div#contentheader, div#content div#contentfooter {
	text-align: center;
	background-image: url(images/c-head-l.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 48px;
	margin: 0px;
	padding: 0px;
}

div#content div#contentbody {
	padding-left: 115px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
	background-image: url(images/cbg-l.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #201B17;
}

div#content h1 {
	margin-top: 0px;
	text-align: center;
}
div#content p {
	margin-bottom: 0px;
}

div#footer {
	padding: 0px;
	height: 18px;
}

div#footer div#footerdecor {
	height:18px;
	background-image: url(images/c-foot-r.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div#footer div#footerdecor div {
	height:18px;
	background-image: url(images/c-foot-l.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div#extrafooter {
	text-align:right;
	margin-top:100px;
	padding-top:100px;
}

