
/* ---------------------------- FRONT PAGE BEGIN ------------------------------- */
#frontContent{
	margin: 0px auto;
	width: 990px;
	height: 600px;
	position: relative;
	border: 1px solid gray;
	margin-top: 10px;
}
#frontContent #title{
	float: left;
	margin: 5px 0px 0px 50px;
	display:inline; /* to counteract IE double margin */
}
#frontContent #author{
	float: left;
	clear:both;
	margin: 10px 0px 0px 140px;
	display:inline; /* to counteract IE double margin */
}
#frontContent #frontPageInfoNav{
	float: left;
	width: 78px;
	height: 73px;
	clear:both;
	margin: 5px 0px 0px 710px;
	border: 1px solid gray;
	padding-left: 3px;
	padding-top: 10px;
	display:inline; /* to counteract IE double margin */
}
#frontContent #frontPageInfoNav img{
	margin: 0px;
	padding: 0px;
	float:left;
	clear:both;
}
#frontContent #frontPageInfoEmail {
	float: left;
	width: 71px;
	height: 43px;
	clear:both;
	margin: 15px 0px 0px 710px;
	border: 1px solid gray;
	padding: 10px 0px 10px 10px;
	display:inline; /* to counteract IE double margin */
}
#frontContent #frontPageInfoEmail a:link,a:visited,a:hover,a:active {
	font: normal 1.3em Futura, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
	margin-left: 0px;
}

#frontContent #frontNavigation{
	float: left;
	width: 680px;
	height: 293px;
	background-image:url(../images/frontNavigationBg.gif);
	position: relative;
	clear:both;
	margin: 15px 0px 0px 90px;
	display:inline; /* to counteract IE double margin */
}
#frontContent #frontNavigation #muchAdoAboutLovers{
	position:absolute;
	top: 128px;
	left: 15px;
	height: 40px;
	width: 75px;
	text-align: center;
}
#frontContent #frontNavigation #vanadium{
	position:absolute;
	top: 44px;
	left: 380px;
	height: 25px;
	width: 130px;
	text-align: center;
}
#frontContent #frontNavigation #inFlicker{
	position:absolute;
	top: 130px;
	left: 300px;
	height: 25px;
	width: 85px;
	text-align: center;
}
.footer{
	font-size: .75em;
	text-align:center;
	float: left;
	clear:both;
	width: 760px;
	display:inline; /* to counteract IE double margin */
}
/* ---------------------------- FRONT PAGE INFORMATION BEGIN ------------------------------- */

#frontPageInfoContainer{
	width:290px;
	height:420px;
	position: absolute;
	top: 49px;
	left: 0px;
	z-index: 100;
}
#frontPageInfoClose {
	position:absolute;
	top: 5px;
	left: 10px;
	z-index: 130;
	border:3px solid #000000;
	height: 10px;
	width: 10px;
}
#frontPageInfoContent{
	float: left;
	margin-left: 10px;
	z-index: 100;
	display:inline; /* IE BUG */

}
#frontPageInfoTitle {
	float:right;
	margin-right: 21px;
	display:inline; /* IE BUG */

}
#frontPageInfoText {
	float:left;
	margin: 3px 0px 0px 10px;
	overflow:auto;
	display:inline; /* IE BUG */

}
#frontPageInfoContainer #frontPageInfoBG{
	width:100%;
	height:100%;
	position:absolute;
	top: 0px;
	left: 0px;
	background-color:#666666;
	filter:alpha(opacity=.25);
	opacity: 0.25;
	z-index: -100;
}
/* ---------------------------- FRONT PAGE INFORMATION END ------------------------------- */


/* ---------------------------- FRONT PAGE END ------------------------------- */
