* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #656656 url(../i/bgFadeDark.png) top left repeat-x;
	color: #f0f2cc;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #9fa187;
}

.hidden {
	display: none;
}

.clearboth {
	clear: both;
}

.twoColLeft {
	display: inline-block;
	float: left;
	width: 47%;
}

.twoColRight {
	display: inline-block;
	float: right;
	width: 47%;
}

#main {
	width: 90%;
	max-width: 1280px;
	min-width: 1124px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

#sidebar {
	background: transparent url(../i/dancer.png) top left no-repeat;
	display: inline;
	float: left;
	width: 375px;
	height: 565px;
}

#content {
	padding-left: 375px;
}

#header {
	width: 715px;
	margin: 0 auto;
	margin-bottom: 20px;
	height: 55px;
	display: block;
	background: transparent url(../i/header.png) top center no-repeat;
}

#seperator {
	width: 610px;
	height: 14px;
	margin: 0 auto;
	margin-bottom: 20px;
	display: block;
	background: transparent url(../i/seperator.png) center center no-repeat;
}

#navWrapper {
	margin-bottom: 30px;
	text-align: center;
}

#navWrapper ul {
	list-style: none;
}

#navWrapper li {
	display: inline-block;
	*display: inline;
	padding: 0 10px;
}

#footer {
	font-size: 7pt;
	text-align: center;
	color: #9fa187;
}

