body {
	background: #e5e5e5 url(img/bg.gif) repeat-x top;
	font-family: arial, sans-serif;
	font-size: 70%;
	color: #555555;
	padding-top: 30px;
}

a:link, a:visited {
	color: #9e0b0f;
}

#main {
	width: 768px;
	background: url(img/mainshadow.png) repeat-y left;
	margin: auto;
}
#top {
	margin: 0px;
	background: url(img/topshadow.gif) no-repeat top;
	position: relative;
	height: 200px;
}
#header {
	position: absolute;
	top: 14px;
	left: 14px;
}

#menu {
	position: absolute;
	top: 172px;
	left: 14px;
	height: 26px;
	background-color: #898989;
	width: 453px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	list-style: none;
	float:left;
	padding: 0 0px;
	color: #fff;
	font: 10px arial;
	text-transform: uppercase;
	line-height: 26px;
	border-right: 1px solid silver;
}
#menu ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 20px;
}
#menu ul li a.active:link, #menu ul li a.active:visited {
	background: #808080;
}
#menu ul li a:hover {
	background: #959595;
}
#illustration {
	position: absolute;
	top: 14px;
	right: 14px;
}
#canvas {
	padding: 20px 14px 10px 24px;
	font-size: 1.1em;
	line-height: 1.5em;
}
#bottom {
	background: url(img/bottomshadow.gif) no-repeat bottom;
	padding: 10px 14px 14px 14px;
}
.bar {
	padding: 10px;
	background-color: #9e0b0f;
	color: #fff;
}

h1 {
	color: #898989;
	font-size: 17px;
	font-weight: bold;
	margin-top: 0;
}

h2 {
	color: #9e0b0f;
	font-size: 15px;
	font-weight: normal;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}

.colsRight {}
.colsRight .col1 {
	width: 443px;
	padding-right: 10px;
	float: left;
	overflow: hidden;
}
.colsRight .col2 {
	width: 277px;
	float: left;
}
.graybox {
	background: #898989;
	padding: 30px 20px;
	color: #fff;
	font: 17px georgia;
	margin-bottom: 10px;
}
.redbox {
	background: #9e0b0f;
	padding: 30px 20px;
	color: #fff;
	font: 17px georgia;
	margin-bottom: 10px;
}

.rightMenu {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
.rightMenu li a {
	display: block;
	background: #898989;	
	padding: 3px 10px;
	margin-bottom: 1px;
	color: #fff;
	text-decoration: none;
}
.rightMenu li a:hover {
	background: #959595;
}
.rightMenu li a.active {
	background: #505050;
}
