/*This is the main stylesheet that should stay at the root level of the Bigbite Homepage*/
body {
	background: #000000 no-repeat scroll 100px 550px;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0px;
}
.masthead {
	position: absolute;
	left: 120px;
}
div#content {
	position: absolute;
	background: #FFFFFF url(graphics/arenavenus-4.gif) no-repeat scroll right 50px;
	top: 375px;
	color: #000000;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 50px;
	padding-right: 80px;
	padding-bottom: 5px;
	padding-left: 150px;
	min-height: 300px;
	width: 580px;
	text-align: justify;
	left: 120px;
   }
div#links {
	position: absolute;
	top: 345px;
	left: 430px;
	margin: 0 0 0px;
	z-index: 500;
	height: 20px;
	overflow: visible;
	white-space: nowrap;
	text-decoration: none;
}
code, pre {color: #black; font: 110% monospace;}
div#links a {
	background: #FFFFFF no-repeat fixed;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: bottom;
	letter-spacing: 3px;
	text-decoration: none;
	color: #000000;
	padding: 5px;
	border: thin solid #666666;	
   }
div#links a:hover {
	background: #999999 no-repeat fixed;
	color: #FFFFFF;
	border: thin solid #666666;
	text-decoration: none;
   }
div#links a:active {
	background: #FFFFFF no-repeat fixed;
	color: #000000;
	border: thin solid #666666;
   }
div#content p {margin: 0 1em 1em;}
div#content h3 {margin-bottom: 0.25em;}
div#content a:link {
	color: #007700;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}
div#content a:visited {
	color: #007700;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}
div#content a:visited:hover {font: bold 1.1em; color: #FF6633; text-decoration: none;}
div#content a:link:hover {font: bold 1.1em; color: #FF6633; text-decoration: none;}
div#content a:link:active {
	color: #CC0033;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}
h1 {
	margin: 0px;
	padding: 6px 4 4px;
	text-align: right;
	background: #66FFFF;
	color: #000000;
	letter-spacing: 0.5em;
	font: bolder 25px Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
	width: 100%;
	vertical-align: bottom;
	white-space: nowrap;
	border: thin dotted #336666;
	text-transform: lowercase;
}
.pagehead {
	position: absolute;
	z-index: 400;
	margin: 0px;
	text-align: left;
	color: #CC0000;
	letter-spacing: 0.5em;
	font: bolder 30px Verdana, Arial, Helvetica, sans-serif;
	top: 325px;
	left: 32px;
	vertical-align: middle;
	text-transform: lowercase;
	width: 200px;
}
dt {font-weight: bold;}
dd {margin-bottom: 0.66em;}
.blue {
	color: #99CCFF;
}
.bold-center {
	font-weight: bolder;
	text-align: center;
}
.fineprint {
	font-size: .8em;
}
.center {
	text-align: center;
}
.colorprimary {
	font-size: 1.4em;
	font-weight: bolder;
	color: #CC0000;
}
.colorsecondary {
	font-size: 1.3em;
	font-weight: bold;
	color: #CC3300;
}
.rightfloat {
	float: right;
}
.bottomtag {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-align: right;
	white-space: nowrap;
	clear: both;
}
.rightalign {
	text-align: right;
}
.photoleft {
	float: left;
	position: relative;
	left: 5px;
	width: 220px;
	top: 400px;
	z-index: 100;
}
.orange {
	color: #FF6600;
}
