body{
	background: White;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 5px;
}
div#all{
	width: 760px;
	background: url(../img/all_bg.gif) White;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
div#header{
	width: 760px;
	height: 131px;
	background: url(../img/header_bg.gif) no-repeat #1D86BB;	
}
div#header img{
	position: absolute;
	left: 220px;
}
a#home, a#apply, a#contact{
	display: block;
	width: 46px;
	height: 10px;
	position: absolute;
	top: 40px;
	color: White;
	padding: 30px 0 0 1px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
a#home{
	left: 580px;
	background: url(../img/home.gif) no-repeat center top ;
}
a#apply{
	left: 630px;
	background: url(../img/apply.gif) no-repeat center top ;
}
a#contact{
	left: 680px;
	background: url(../img/contact.gif) no-repeat center top ;
}
a#home:hover{
	left: 580px;
	background: url(../img/home_h.gif) no-repeat center top ;
}
a#apply:hover{
	left: 630px;
	background: url(../img/apply_h.gif) no-repeat center top ;
}
a#contact:hover{
	left: 680px;
	background: url(../img/contact_h.gif) no-repeat center top ;
}
div#side{
	width: 179px;
	float: left;
}
div#side_nav{
	width: 179px;
	height: 179px;
	background: url(../img/side_nav_bg.gif) no-repeat;
	margin: 0 0 10px 0 ;
}
div#side_nav a{
	display: block;
	width: 179px;
	line-height: 36px;
	text-indent: 15px;
	text-decoration: none;
	color: White;
	font-weight: bold;
}
div#side_nav a:hover{
	text-decoration: underline;
}
div#side_call{
	width: 179px;
	height: 201px;
	background: url(../img/call_bg.gif);
	position: relative;
}
div#side_call p{
	width: 80px;
	position: absolute;
	top: 79px;
	left: 20px;
	color: #645C59;
}
div#content{
	width: 402px;
	float: left;
}
div#content h1{
	font-size: 16px;
	color: #645C59;
	margin: 0 0 0 10px;
}
div#content h2, div#content h3{
	font-size: 14px;
	color: #645C59;
	margin: 0 0 0 10px;
}
div#content p{
	text-align: justify;
	color: #645C59;
	margin: 10px;
}
div#content p a{
	font-weight: bold;
	color: #0296D6;
	text-decoration: none;
}
div#content p a:hover{
	color: #CBEB1B;
}
div#side_apply{
	width: 179px;
	height: 193px;
	background: url(../img/apply_bg.gif) no-repeat;
	float: right;
	position: relative;
}
div#side_apply p{
	width: 145px;
	position: absolute;
	top: 15px;
	left: 15px;
	color: #645C59;
}
div#side_apply a{
	display: block;
	width: 54px;
	height: 41px;
	text-align: center;
	padding: 13px 0 0 0;
	position: absolute;
	top: 58px;
	left: 100px;
	color: White;
	background: url(../img/side_apply_bg.gif);
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
div#side_apply a:hover{
	background: url(../img/side_apply_bg_h.gif);
	color: #FF017E;
}
div#footer{
	width: 760px;
	height: 44px;
	background: url(../img/foot_bg.gif);
	position: relative;
}
div#footer p{
	color: #645C59;
	position: absolute;
	top: 13px;
	left: 440px;
}
div#footer p a{
	color: #645C59;
	text-decoration: none;
}
div#footer p a:hover{
	color: #645C59;
}