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

body  {
	margin: 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: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
	padding-top: 100px;
}
.twoColFixLtHdr #container {
	width: 1212px;
	margin: 0 auto;
	text-align: left;
	background-color: #000;
} 
.twoColFixLtHdr #header {
	background-color: #FFF;
	text-align: center;
	padding: 0;
	border: thin solid #FFF;
	background-image: url(../../banner/new%20bombshell%20header%202.jpg);
	height: 245px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 282px;
	background-color: #000;
	height: 3500px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	background: #000;
} 
a:link {
	color: #FF70CC;
}
a:visited {
	color: #FF70CC;
}
a:hover {
	color: #FF70CC;
}
a:active {
	color: #FF70CC;
}
.probio {
	height: 640px;
	width: 829px;
	border: thin none #FD7DD4;
	color: #FD7DD4;
	margin-left: 40px;
}
.protext {
	text-align: left;
	width: 400px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF70CC;
}
.headertext {
	font-size: 36px;
	color: #FD7DD4;
	text-align: center;
}
.bioinnertext {
	text-align: left;
	font-size: 24px;
	color: #FF70CC;
}
.probox {
	height: 623px;
	width: 829px;
	border: thin none #F00;
	margin-left: 40px;
}
.protn {
	width: 829px;
	border: thin none #F00;
	margin-left: 40px;
	clear: right;
	padding-left: 20px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.bottom_links {
	font-size: 12px;
	color: #FF70CC;
	text-align: center;
	text-decoration: none;
	padding-left: 75px;
	font-family: Georgia, "Times New Roman", Times, serif;
	overflow: hidden;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.contestinfo {
	font-size: 18px;
}
.twoColFixLtHdr #container #sidebar1 #ifbb {
	width: 282px;
	background-color: #FF60d2;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #FFF;
}
.twoColFixLtHdr #container #sidebar1 #ifbb p {
	text-align: center;
	color: #FFF;
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
}
.twoColFixLtHdr #container #sidebar1 #ifbb p a img {
	border: medium solid #FFF;
}
