body 
{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(../../media/Design/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

body, td
{
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 14px;
	color: #333333;
}

a
{
	color: #880b4a;
}

#crack
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 298px;
	width: 679px;
	background-image: url(../../media/Design/crack.jpg);
	z-index: -1;
}

#mainContainer
{
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0px;
	text-align: left;
	position: relative;
}

#tornBorder
{
	width: 960px;
	margin-top: 28px;
	background-image: url(../../media/Design/torn-border.png);
	height: 22px;
}

#header
{
	background-image: url(../../media/Design/headerBG.jpg);
	width: 960px;
	height: 150px;
	position: relative;
}

#girl
{
	background-image: url(../../media/Design/girl.png);
	width: 400px;
	height: 150px;
	position: absolute;
	top: 0px;
	left: 26px;
}

#logo
{
	background-image: url(../../media/Design/logo.png);
	width: 389px;
	height: 53px;
	position: absolute;
	top: 65px;
	left: 511px;
}

#logoFlash
{
	background-image: url(../../media/Design/logo-flash.png);
	width: 46px;
	height: 65px;
	position: absolute;
	top: 0px;
	left: 513px;
}

#payoff
{
	background-image: url(../../media/Design/payoff.png);
	background-repeat: no-repeat;
	width: 407px;
	height: 19px;
	position: absolute;
	top: 119px;
	left: 500px;
}

#ufos
{
	background-image: url(../../media/Design/ufos.png);
	background-repeat: no-repeat;
	width: 158px;
	height: 21px;
	position: absolute;
	top: 21px;
	left: 742px;
}

#badge
{
	background-image: url(../../media/Design/badge.png);
	background-repeat: no-repeat;
	width: 116px;
	height: 117px;
	position: absolute;
	top: -43px;
	left: 893px;
	visibility: hidden;
}

#menuContainer
{
	width: 960px;
	height: 34px;
	position: relative;
}

#menuRoundedCorner
{
	width: 960px;
	height: 34px;
	width: 10px;
	position: absolute;
	background-image: url(../../media/Design/menu-rounded-corner.png);
	top: 0px;
	left: 0px;
}

#menu
{
	background-image: url(../../media/Design/menuBG.gif);
	background-repeat: repeat-x;
	height: 34px;
	position: relative;
	margin-left: 10px;
	padding-top: 7px;
	padding-left: 10px;
}

#mainInnerContainer
{
	width: 1014px;
	margin-left: -30px;
}
#main
{
	width: 1014px;
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-top: 30px;
	overflow: hidden;
}

.verticalDivider
{
	background-image: url(../../media/Design/vertical-divider.gif);
	background-repeat: repeat-y;
	width: 42px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
	float: left;
}

#leftCol
{
	float: left;
	text-align: left;
	width: 230px;
	position: relative;
}

#midCol
{
	float: left;
	width: 396px;
}

#rightCol
{
	float: left;
	width: 280px;
}

#leftCol li
{
	font-size: 18px;
	color: #666666;
}

#bobbo
{
	float: right;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 10px;
}

#bobbo img
{
	margin-bottom: 4px;
}

h1
{
	margin-top: 0px;
	color: #666666;
}

h2
{
	margin-top: 0px;
	margin-bottom: 10px;
	color: #666666;
}

h3
{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #666666;
}

p
{
	margin-top :0px;
	margin-bottom: 10px;
}

#apply fieldset
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#apply label 
{
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
	width: 120px;
	font-size: 12px;
}

#apply ol
{
	margin: 0px;
	padding: 0px;
}

#apply  li
{
	list-style: none;
	padding: 2px;
	margin: 0px;
}

input, textarea, select
{
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 12px;
	color: #333333;
	width: 180px;
}

#topics li
{
	cursor: pointer;
}

#progress
{
	position: absolute;
	top: 270px;
	left: 500px;
	z-index: 6000;
	display: none;
}

.votestar, .votestarhover
{
	display: inline-block;
	width: 34px;
	height: 34px;
	background-image: url(../../media/design/voteStar.png);
	background-repeat: no-repeat;
	line-height: 34px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	padding-left: 12px;
}

.votestarhover
{
	background-image: url(../../media/design/voteStarHover.png);
}