body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-align: center;
	margin: 0px;
	background-color: #000000;
}
#wrapper {
	width: 786px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(assets/bgSlice.jpg);
	background-repeat: repeat-y;
}
#header {
	height: 143px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: bottom;
	background-image: url(assets/header.jpg);
	width: 786px;
}
#navigationHolder {
	height: 65px;
	width: 786px;
	background-image: url(assets/xBottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 0.95em;
	font-weight: bold;
}
#contentArea .photo {
	float: right;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 10px;
}
#contentArea #photoRight {
	float: right;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 10px;
	width:170px;
	text-align:center;
}
#contentArea .photoLeft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
}
#contentArea .sponsor{
	height: 110px;
}
#navigationHolder a {
	text-decoration: none;
	color: #999999;
}
#navigationHolder a:hover {
	text-decoration: none;
	color: #B07DCC;
}
#footer {
	background-color: #000000;
	background-image: url(assets/footer.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 786px;
	padding-left: 20px;
	padding-top: 20px;
	vertical-align: middle;
	padding-bottom: 10px;
}
#footer p {
	font-size: 0.7em;
	color: #FFFFFF;
}
#contentArea {
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	min-height:350px;
}
h1 {
	font-size: 1.1em;
	color: #B37CCD;
	text-align: left;
	font-weight: bold;
}
h2 {
	font-size: 0.9em;
	color: #B37CCD;
	text-align: left;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #DFC5EA;
	width: 250px;
	font-weight: normal;
}
h3 {
	font-size: 0.9em;
	color: #B37CCD;
	text-align: left;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #DFC5EA;
	width: 150px;
	font-weight: bold;
}
#contentArea p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
#contentArea ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000000;
}
#contentArea td {
	padding-bottom:20px;
}
#contentArea td p {
	padding-left:20px;
}
#content {
	width: 500px;
	margin-left: 245px;
}

#header span {
	display: none;
}
#navigationItemsLeft p {
	display: inline;
	margin-right: 12px;
	margin-left: 12px;
}
#navigationItemsLeft {
	width: 247px;
	padding-left: 15px;
	position: absolute;
	top: 160px;
	text-align: center;
}
#navigationItemsRight {
	width: 368px;
	position: absolute;
	top: 160px;
	padding-right: 15px;
	text-align: center;
	margin-left: 400px;
}

#navigationItemsRight p {
	display: inline;
	/*originally 12px*/
	margin-right: 4px;
	margin-left: 4px;
}
#contentArea a {
	color: #B37ED0;
	text-decoration: none;
}
#contentArea a:hover {
	color: #B37ED0;
	text-decoration: underline;
}
#contentArea td a {
	color: #000000;
	text-decoration: none;
}
#contentArea td a:hover {
	color: #000000;
	text-decoration: underline;
}
#Form .button {
	background-color: #D9D9D9;
	border: 2px outset #B37CCF;
	margin-top: 0.5em;
	margin-left: 7.5em;
	color: #333333;
	font-weight: bold;
}
#Form .resetButton {
	border: 2px outset #B37CCF;
	background-color: #D9D9D9;
	font-weight: bold;
	color: #333333;
}
#Form .inputBox {
	border: 2px solid #B37CCF;
	text-align: left;
	width: 250px;
	margin-left: 1em;
}
#Form .lable {
	text-align: right;
	float: left;
	width: 6em;
}
#Form .errorLable {
	color:#FF0000;
	text-align: right;
	float: left;
	width: 6em;
}
#Form .errorText {
	color:#FF0000;
	font-weight:bold;
}
#signUpForm .button {
	background-color: #D9D9D9;
	border: 2px outset #B37CCF;
	margin-top: 0.5em;
	margin-left: 10em;
	color: #333333;
	font-weight: bold;
}
#signUpForm .resetButton {
	border: 2px outset #B37CCF;
	background-color: #D9D9D9;
	font-weight: bold;
	color: #333333;
}
#signUpForm .inputBox {
	border: 2px solid #B37CCF;
	text-align: left;
	width: 250px;
	margin-left: 1em;
}
#signUpForm .inputBoxNoLable {
	border: 2px solid #B37CCF;
	text-align: left;
	width: 250px;
	margin-left: 10.5em;
}
#signUpForm .lable {
	text-align: right;
	float: left;
	width: 9.5em;
}
#signUpForm .errorLable {
	color:#FF0000;
	text-align: right;
	float: left;
	width: 9.5em;
}
#signUpForm .errorText {
	color:#FF0000;
	font-weight:bold;
}
#rightPanel {
	width: 150px;
	float: right;
	background-color: #E5E5E5;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #D0ABDE;
	padding: 10px;
}
#contestants img {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 16px;
	margin-left: 3px;
	text-align: center;
}
#contentArea p.makeoverGallery {
	text-align: center;
}
#contentArea .makeoverGallery img {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#galleryInfo {
	height: 125px;
}
#galleryInfo img {
	float: left;
	margin-right: 15px;
}

