body {
	background-color: #414141;
	padding: 0px;
	margin: 0px;
}

a {
	color: #CCCCCC;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 26px;
	color: #ffffff;
	top: 50px;
	font-weight: normal;
	margin: 15px 0px;
}

h2 {
	margin: 15px 0px 15px 0px;
	border-bottom: 5px #666666 solid;
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:24px;
	text-transform:uppercase;
	font-weight:normal;
	padding-bottom: 15px;
	color: #CCCCCC;
}

h3 {
	color: #FF0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-style:italic;
}

#body-wrapper {
	width: 100%;
	background: url(../images/bg2.png) repeat-x center top;
}

#main-wrapper {
	width: 770px;
	margin: 0px auto;
	position: relative;
	z-index: 10;
}

#menu {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#menu a {
	background: #000000;
	color: #CCCCCC;
	font-weight: normal;
	font-size: 0.8em;
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	text-align: center;
	text-decoration: none;
	margin: 10px 5px 0px 0px;
	height: 30px;
	font-weight: bold;
	padding: 10px;
	line-height: 30px;
}

#menu a:hover, #menu-active a:hover {
	background: #CCCCCC;
	color: #000000;
}

#flash {
	background-color: #000000;
	padding: 9px;
	margin: 0px;
	position: relative;
	top: 3px;
}

#inner-flash {
	width: 752px;
	height: 200px;
	background-color: #855717;
	padding: 9px;
}

#content {
	width: 764px;
	margin: 10px 3px 0px 3px;
	color: #EEE5D9;
	border-top: 5px #666666 solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

#left-column {
	width: 460px;
	border-bottom: 5px #666666 solid;
	padding: 10px 0px 20px 0px;
}

#right-column {
	width: 255px;
	float: right;
	border-bottom: 5px #666666 solid;
	padding-bottom: 20px;
}

#right-column img {
	border: 2px solid #CCCCCC;
}

#footer {
	height: 100px;
	padding-top: 10px;
}
