div{
	position:relative;
}
body{
	margin:0 auto;
	text-align:center;
	background:url(../site/images/global/bground.gif) #47425f top center repeat-x;
}

#wrapper{
	margin:0 auto;
	text-align:left;
	width:780px;
	height:686px;
	border:1px solid black;
}
#header{
	float:left;
	width:780px;
}
#header_left{
	float:left;
	width:241px;
	height:85px;
	background:url(../images/global/header_left.gif) top left no-repeat;
}
#header_right{
	float:left;
	width:539px;
	height:85px;
	background:url(../images/global/header_right.gif) top left no-repeat;
}
#nav_bar{
	position:absolute;
	right:0px;
	width:430px;
	height:31px;
	top:50px;
}
#home{
	float:left;
	width:61px;
	height:31px;
	background:url(../images/global/home.gif) top left no-repeat;
}
#home a{
	display:block;
	width:61px;
	height:31px;
}
#home a:hover{
	background:url(../images/global/homeover.gif) top left no-repeat;
}
#agent{
	float:left;
	width:119px;
	height:31px;
	background:url(../images/global/agent.gif) top left no-repeat;
}
#agent a{
	display:block;
	width:119px;
	height:31px;
}
#agent a:hover{
	background:url(../images/global/agentover.gif) top left no-repeat;
}
#products{
	float:left;
	width:152px;
	height:31px;
	background:url(../images/global/products.gif) top left no-repeat;
}
#products a{
	display:block;
	width:152px;
	height:31px;
}
#products a:hover{
	background:url(../images/global/productsover.gif) top left no-repeat;
}
#about{
	float:left;
	width:78px;
	height:31px;
	background:url(../images/global/about.gif) top left no-repeat;
}
#about a{
	display:block;
	width:78px;
	height:31px;
}
#about a:hover{
	background:url(../images/global/aboutover.gif) top left no-repeat;
}
#contact{
	float:left;
	width:102px;
	height:31px;
	background:url(../images/global/contact.gif) top left no-repeat;
}
#contact a{
	display:block;
	width:102px;
	height:31px;
}
#contact a:hover{
	background:url(../images/global/contactover.gif) top left no-repeat;
}
#links{
	float:left;
	width:65px;
	height:31px;
	background:url(../images/global/links.gif) top left no-repeat;
}
#links a{
	display:block;
	width:65px;
	height:31px;
}
#links a:hover{
	background:url(../images/global/linksover.gif) top left no-repeat;
}
#feat_image{
	float:left;
	width:780px;
	height:221px;
	background:url(../images/global/feat_image.gif) top left no-repeat;
}
#inner{
	float:left;
	width:780px;
	height:354px;
	overflow:hidden;
}
#col_left{
	float:left;
	width:241px;
	height:354px;
	background:url(../images/global/col_left.gif) top left no-repeat;
}
#col_right{
	float:left;
	width:509px;
	height:324px;
	padding:15px;
	background:#fff;
}
#footer{
	float:left;
	width:780px;
	height:26px;
	background:url(../images/global/footer.gif) top left no-repeat;
}
