@charset "UTF-8";
/* BIGGY CSS Document */

/******************************* Main BIGGY *******************************/

body {
	background-image:url(../images/bgBlackStripe.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/*this is the header for the Biggy page*/
.oneColLiqCtrHdr #container {
	background-repeat:no-repeat;
	background-repeat:no-repeat;
	border:0px solid #000000;
	margin:0pt auto;
	text-align:center;
	width:870px;
}
.oneColLiqCtrHdr #header {
background:transparent url(../images/indexHomeHeader.gif) no-repeat scroll 52% 0%;
height:180px;
margin-top:25px;
padding:10pt 0px 0pt 0px;
}
.oneColLiqCtrHdr #header h1 {
	margin:0pt;
	padding:10px 0pt;
}
.oneColLiqCtrHdr #mainContent {
clear:left;
float:left;
height:250px;
margin-top:0px;
padding:0pt 5px;
width:870px;
}
#mainContent .credits {
color:#4F19D7;
font-size:24px;
font-weight:bold;
line-height:1em;
margin-top:0px;
}
#mainContent .bodyText {
font-weight:normal;
	font-size:18px;
	color:#666666;
}
#mainContent .bodyText .endText {
	font-size:18px;
	color:#4F19D7;
	font-style:italic;
	font-weight:lighter;
	line-height:2.5em;
}
.oneColLiqCtrHdr #rightContent {
	background:transparent none repeat scroll 0% 50%;
	display:inline;
	float:left;
	height:400px;
	padding:0pt 30px;
	width:580px;
}

/****************************************************************************/
