@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
}
#HeaderFrame{
	position:relative;
	width:100%;
	min-width:1000px;
	background-color:#fff;
	height:298px;
}
#HeaderContent{
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#IconLinksFrame{
	position:absolute;
	left:830px;
	width:170px;
	top:58px;
}
.IconLink{
	position:relative;
	float:left;
	background-image: url("../Images/Icons.jpg");
	overflow:hidden;
}
#TwitterLink{
	width:37px;
	height:40px;
	background-position:0 -40px; 
	}
#TwitterLink:hover{
	background-position: -0px 0px;
	
}
#FacebookLink{
	width:37px;
	height:40px;
	background-position:-37px -40px; 
}
#FacebookLink:hover{
	background-position: -37px 0px;
}
#YoutubeLink{
	width:60px;
	height:40px;
	background-position:-74px -40px; 
}
#YoutubeLink:hover{
	background-position: -74px 0px;
}
.hidden{
display:none;}
#StephenFanukaFrame{
	position:absolute;
	left:500px;
	top:140px;
}
#MillionDollarContractorFrame{
	position:absolute;
	left:650px;
	top:188px;
}
#StephenFanukaImageFrame{
	position:absolute;
	left:0px;
	top:20px;
}
.ImageLink{
	text-decoration:none;
	border:0px;
}
#MenuFrame{
	position:absolute;
	top:295px;
	left:385px;
	width:570px;
	list-style:none;
	color: #322e2f;
	margin-top: 0px;
}
.MenuItem{
	position:relative;
	float:left;
	top:-25px;
}
.ButtonLink{
	text-transform:uppercase;
	color: #322e2f;
	font-size: 14px;
	text-decoration:none;
	padding-left:4px;
	padding-right:4px;
	font-family: "Century Gothic", CenturyGothic, "Apple Gothic", sans-serif;
}
.ButtonLink:hover{
	color:#ffa90b;
}
#ContentFrame{
	position:relative;
	width:100%;
	min-width:1000px;
	background-color:#000;
	height:900px;
}
#Content{
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	height:900px;
}
#PressTitle{
	position: relative;
	top:25px;
	left:108px;
	font-size:24px;
	color: #ffa90b;
	font-family: "Century Gothic", CenturyGothic, "Apple Gothic", sans-serif;
}
.ButtonLink2{
	color:#fff;
	text-transform:uppercase;
	font-size: 14px;
	text-decoration:none;
	padding-left:4px;
	padding-right:4px;
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
}
.ButtonLink2:hover{
	color:#ffa90b;
}
.MailTo{
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	color:#ffa90b;
}