html {
	overflow-y:scroll;
}
body {
	background:url(../images/graphics/main_background.jpg) repeat-x #333;
	font-family:"Century Gothic", Geneva, Arial, Helvetica, sans-serif; 
}
h1, h2, h3, h4, h5 {
	color:#CC0033;
	font-weight:bold;
}
h1 {
	font-size:18px;
	margin-bottom:10px;
}
h2 {
	font-weight:16px;
	margin-bottom:8px;
}
h3 {
	font-weight:15px;
	margin-bottom:8px;
}
h4{
	font-weight:14px;
	margin-bottom:6px;
}
h5 {
	font-weight:12px;
	margin-bottom:5px;
}
p {
	font-size:12px;
}
ul, li {
	font-size:12px;
}
a {
	color:#FF0000;
	text-decoration:none;
}
a:hover {
	color:#FF9900;
}
/* CORE CLASSES */
.container {
	width:900px;
	margin:12px;
	text-align:left;
	background:#fff;
	padding:5px;
}
.Highlight {
	color:#F60;
}

/* HEADER STYLES */
.header {
	color:#fff;
}
.header, .header a {
	color:#ff9900;
}
.header_left {
	float:left;
	text-align:left;
	width:200px;
}
.header_right {
	float:right;
	text-align:right;
	width:350px;
}
.header_center {
	text-align:center;
}
.header, .header_left, .header_right {
	height:120px;
}
.strapline {
	text-transform:uppercase;
	color:#ccc;
	font-szie:14px;
}
/* NAV STYLES */
.nav {
	background:#fff;
	clear:both;
	text-align:center;
	line-height:22px;
}
.nav, .nav a {
	color:#ff9900;
}

/* BODYMAIN STYLES */
.bodymain {
	margin:5px 0;
	
}
.bodymain_left {
	text-align:left;
	background:#fff;
	float:right;
	width:200px;
	display:block;
	margin-left:5px;
	overflow:hidden;
}
.bodymain_right {
	text-align:left;
	background:#fff;
	width:670px;
	height:323px;
	margin-bottom:5px;
	border:1px solid #ccc;
	padding:10px;
	overflow:auto;
}
.bodymain_center {
	background:#fff;
	text-align:left;
	width:670px;
	height:323px;
	border:1px solid #ccc;
	padding:10px;
}
.bodymain, .bodymain_left {
	min-height:445px;
}
.headingbar {
	display:block;
	background:url(../images/graphics/nav_background.jpg) top repeat-x #CC0000;
	padding:5px;
	color:#fff;
	border:1px solid #990000;
}
/* FOOTER STYLES */
.footer {
	background: url(../images/graphics/nav_background.jpg) top repeat-x #CC0000;
	clear:both;
	line-height:22px;
	padding:5px;
	font-size:11px;
}
.footer, .footer a {
	color:#FFF;
}
.footer a:hover {
	color:#ccc;
}
.footer_left {
	float:left;
	text-align:left;
	width:200px;
}
.footer_right {
	float:right;
	text-align:right;
	width:200px;
}
.footer_center {
	text-align:center;
}

