@charset "utf-8";
/* CSS Document */

body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color:#000;
	background-image:url("/img/bg_tile.jpg");
	background-repeat:repeat;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6, serif;
	font-size: 12px;
	color: #000000;
}

#marketingContainer{
	position: relative;
	width:999px;
	margin:0 auto;
	background-image:url("/img/bg_tile.jpg");
}


#headerContainer{
	position: relative;
	background-image:url('/img/wicked_marketing_header.jpg');
	background-repeat:no-repeat;
	width:999px;
	height:261px;
}

#ContactheaderContainer{
	position: relative;
	background-image:url('/img/wicked_contact_header.jpg');
	background-repeat:no-repeat;
	width:999px;
	height:261px;
}

#TriviaheaderContainer{
	position: relative;
	background-image:url('/img/wicked_contact_header.jpg');
	background-repeat:no-repeat;
	width:999px;
	height:201px;
}

#contentContainer{
	width:974px;
	background-image:url('/img/content_bg_strip.jpg');
	background-repeat:repeat-y;
}

a{
	color: #3b813e;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

#headerTextContainer{
	position: relative;
	width: 663px;
/*	border: solid 1px #FFFFFF;*/
	top: -50px;
	left: 160px;
	text-align: right;
}

.navTable{
	position: relative;
	width: 663px;
}

.navTable a{
	text-decoration: none;
	color: #3b813e;
}

.navTable a:hover{
	text-decoration: underline;
}

#headerText{
	position: relative;
	text-align: left;
	border: solid 1px #999999;
	width: 653px;
	top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#bodyTextContainer{
	position: relative;
	width: 653px;
	left: 165px;
	top: -30px;
}

.sectionTitle{
	height: 18px;
	width: 658px;
	background-image: url('/img/sectionTitleBg.gif');
	background-repeat: no-repeat;
	padding-left: 6px;
	padding-top: 1px;
}

.bodyTextTable{
	width: 653px;
}

.firstCell{
	width: 150px;
	*width: 300px;
}

.firstCellMod{
	width: 130px;
	*width: 125px;
}

.divider{
	width: 658px;
	border-bottom: solid 1px #999999;
	padding-top: 5px;
}

.floatRight{
	float: right;
	text-align: right;
	margin-right: 20px;
}

.floatBackTop{
	float: right;
	text-align: right;
	margin-bottom: 5px;
}

.floatRight strong{
	font-size: 14px;
}

.withBorder{
	position:relative;
	top: 5px;
	left: 5px;
	width: 633px;
	padding-left: 5px;
	padding-right: 5px;
	border:	solid 1px #999999;
	margin-bottom: 10px;

}

span{
	text-indent: 10px;
}

.topPadding{
	padding-top: 5px;
}

#LoginUsername, #LoginPassword{
	width: 150px;
}

.error_message{
	color: #FF0000;
}

.firstImage, .secondImage, .thirdImage{
	padding-top: 5px;
}

.thirdImage{
	padding-bottom: 5px;
}

