@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #6F0023;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/redbkgrd.png);
	background-repeat: repeat-y;
	overflow: hidden;
	margin-bottom: 10px;
}
#wrapper #titleRight {
	float: right;
	margin-right: 27px;
}
#wrapper #star {
	position: absolute;
	left: 482px;
	top: -2px;
	clip: rect(auto,auto,auto,100px);
	text-align: right;
}
#wrapper #header {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: auto;
	clip: rect(auto,auto,auto,auto);
}
#wrapper #logoright {
	float: right;
	position: relative;
	height: 232px;
	width: 429px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
#wrapper #navbar {
	width: 220px;
	float: left;
	line-height: 40px;
	padding-bottom: 4px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-style: solid;
	border-top-width: 2px;
	padding-right: 5px;
	position: relative;
	background-image: url(images/navbkgrd.png);
}
#wrapper #bodyArea #mainttext {
	left: auto;
	right: auto;
	margin-right: 15px;
	margin-left: 15px;
}
#wrapper #bodyArea {
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: relative;
}
#wrapper #footer {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	margin-top: 50px;
	background-image: url(images/crowdfooter.png);
	height: auto;
	background-position: center center;
}
#message { display: none; }