#headertop {
	background: url('theme_simple/top.jpg') no-repeat;
	width: 728px;
	height: 268px;
}
#headmiddle {
	background: url('theme_simple/center.jpg') no-repeat;
	width: 334px;
	height:16px;
}
#headbottom {
	background: url('theme_simple/bottom.jpg') no-repeat;
	clear:both;
	width: 728px;
	height: 17px;
}
#homelink {
	background: url('theme_simple/b_home.jpg') no-repeat;
	width: 65px;
}
#profilelink {
	background: url('theme_simple/b_profile.jpg') no-repeat;
	width: 61px;
}
#serviceslink {
	background: url('theme_simple/b_services.jpg') no-repeat;
	width: 69px;
}
#portfoliolink {
	background: url('theme_simple/b_portfolio.jpg') no-repeat;
	width: 73px;
}
#jobslink {
	background: url('theme_simple/b_jobs.jpg') no-repeat;
	width: 48px;
}
#contactlink {
	background: url('theme_simple/b_contact.jpg') no-repeat;
	width: 78px;
}
#contactlink:hover {
	background: url('theme_simple/b_contact_ro.jpg') no-repeat;
}
#homelink:hover {
	background: url('theme_simple/b_home_ro.jpg') no-repeat;
}
#profilelink:hover {
	background: url('theme_simple/b_profile_ro.jpg') no-repeat;
}
#serviceslink:hover {
	background: url('theme_simple/b_services_ro.jpg') no-repeat;
}
#portfoliolink:hover {
	background: url('theme_simple/b_portfolio_ro.jpg') no-repeat;
}
#jobslink:hover {
	background: url('theme_simple/b_jobs_ro.jpg') no-repeat;
}
#headmiddle, #homelink, #profilelink, #serviceslink, #portfoliolink, #jobslink, #contactlink {
	float: left;
	height: 15px;
}