body{
	background: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
#all{
	width: 740px;
	position: relative;
	text-align: left;
}
#head{
	background: #81C3E7 url(../img/head_top.gif) no-repeat top;
	height: 75px;
}
#head img{
	position: absolute;
	top: 7px;
	left: 7px;
	border: 0px;
}
#top_nav{
	float: right;
	margin: 0 6px 0 0;
}
#top_nav a{
	color: White;
	text-decoration: none;
	width: 51px;
	height: 60px;
	text-align: center;
	padding: 50px 0 0 0;
	margin: 10px 0 0 0;
	font-weight: bold;
}
a#home{
	background: url(../img/home.gif) no-repeat;
}
a#home:hover{
	background: url(../img/home_hover.gif) no-repeat;
}
a#apply{
	background: url(../img/apply.gif) no-repeat;
}
a#apply:hover{
	background: url(../img/apply_hover.gif) no-repeat;
}
a#cont{
	background: url(../img/contact.gif) no-repeat;
}
a#cont:hover{
	background: url(../img/cont-hover.gif) no-repeat;
}
#bulk{
	width: 740px;
	background: url(../img/bulk_bg.gif) repeat-y;
}
#main{
	width: 534px;
	margin: 0px 0 0 8px;

	text-align: justify;
	float: left;
}
#main img{
	position: absolute;
	top: 75px;
	left: 0px;
}
#main h1{
	margin: 10px 0 -10px 0;
	font-size: 15px;
	color: #81C3E7;
	text-transform: uppercase;
}
#main h2, #main h3{
	margin: 10px 0 -10px 0;
	font-size: 13px;
	color: #81C3E7;
	text-transform: uppercase;
}
#main p{
	color: #7B7B7B;
}
#main p a{
	color: #7B7B7B;	
}
#main p a:hover{
	color: #81C3E7;
}
#side_nav, #side_apply, #side_telephone{
	width: 171px;
	float: right;
	text-align: center;
	background: url(../img/side_nav_bg.gif) repeat-y;
	margin: 0 0 10px 10;
}
p.side_head{
	width: 171px;
	height: 37px;
	color: White;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold; 
	background: url(../img/side_nav_head_bg.gif);
	padding: 10px 0 0 0;
	margin: 0 6px 0 0;
}
#side_nav a{
	width: 151px;
	height: 26px;
	display: block;
	color: #7B7B7B;
	font-size: 11px;
	font-weight: bold;
}
#side_nav a:hover{
	color: Red;
}
#side_nav img, #side_apply img, #side_telephone img{
	position: relative;
	top: 3px;
}
#side_apply img{
	border: none;
}
p#blurb{
	margin: 5px 0 0 10px;
	color: #7B7B7B;
	text-align: left;
	width: 150px;
}
p#call_text{
	width: 160px;
	height: 103px;
	margin: 0px;
	text-align: right;
	background: url(../img/call-bg.gif) no-repeat;
	padding: 15px 5px 0 65px;
}
img#comp{
	position: static;
	margin: 0 0 0 11px;	
}
#footer{
	width: 740px;
	height: 44px;
	background: url(../img/footer_bg.gif) no-repeat;
	color: #7B7B7B;
	padding: 12px 0 0 120px;
}
#footer a{
	color: #7B7B7B;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#footer h3{
	display: inline;
	float: right;
	text-align: center;
	color: White;
	position: relative;
	top: -20px;
	right: 55px;
	font-weight: normal;
	font-size: 11px;
}
img#contact-info{
	position:	static;
	margin: 20px 0 0 1px;
}