@import url(http://www.fatbeehive.com/beekeeper2/reset.css);

/*HOMESTRAIGHT MAIN STYLES*/
/*GLOBAL*/
html, body{
	background:url('../images/bg.gif') top repeat-x #ef4833;
	color:#525252;	
	font:85% Verdana, Arial, Helvetica, sans-serif;
	line-height:2em;
	margin:0;
	padding:0;
}
body img{ 
	border:0;
}
body h1{ 
	color:#F78F1E;
	font:2em Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	padding:0;
}
body h2{ 
	color:#464646;
	font:1.5em Verdana, Arial, Helvetica, sans-serif;
	margin:0; 
	padding:10px 0 5px 0; 
}
body h3{ 
	color:#68ad21;
	font: 1.3em Verdana, Arial, Helvetica, sans-serif; 
	margin:0; 
	padding:0;
}
body a{
	color:#245e84;
}
.clear{
	clear:left;
}

/*CONSTRUCT*/
#wrapper{
	margin:0 auto;
	padding-top:55px;
	width:650px;
}
#boxtop{
	background:url('../images/boxtop.gif') no-repeat;
	height:29px;
}
#boxmid{
	background:url('../images/boxmid.gif') repeat-y;
}
#boxbot{
	background:url('../images/boxbot.gif') no-repeat;
	height:16px;
}

/*CONTENT*/

/*leftcol*/
#leftcol{
	float:left;
	padding:5px 0 20px 40px;
	width:340px;
}
#leftcol img{
	padding-bottom:30px;
}

/*rightcol*/
#rightcol{
	background:url('../images/rightcolbg.gif') top no-repeat;
	float:right;
	height:524px;
	width:239px;
}
#rightcolbg{
	width:650px;
}
#apply{
	background:url('../images/applybut.gif') no-repeat;
	display:block;
	float:left;
	height:20px;
	margin-left:76px;
	margin-top:100px;
	padding-left:54px;
	text-indent:-3000px;
	width:88px;
}
#about{
	background:url('../images/about.gif') no-repeat;
	display:block;
	float:left;
	height:30px;
	margin-left:76px;
	padding-left:54px;
	text-indent:-3000px;
	width:93px;
}
#service{
	background:url('../images/servicebut.gif') no-repeat;
	display:block;
	float:left;
	height:27px;
	margin-left:76px;
	padding-left:54px;
	text-indent:-3000px;
	width:91px;
}
#float{
	background:url('../images/floatsupportbut.gif') no-repeat;
	display:block;
	float:left;
	height:40px;
	margin-left:75px;
	padding-left:54px;
	text-indent:-3000px;
	width:89px;
}
#textonly{
	background:url('../images/textonly.gif') no-repeat;
	display:block;
	float:left;
	height:22px;
	margin-left:75px;
	text-indent:-3000px;
	width:146px;
}

/*FOOTER*/
#footer{
	color:#fff;
	margin-top:10px;
	padding:0 20px 0 20px;
	text-align:center;
}
#footer a{
	color:#fff;
}

