@import url(elements.css);
@import url(styles.css);

#banner {
	float: right;
	height: 120px;
	width: 458px;
}

#container {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 760px;
}

#content {
	clear: both;
	padding-top: 15px;
	width: 760px;
}


#footerbg {
	background: url(../images/footer-bg.gif) repeat-x;
	clear: both;
	height: 174px;
	width: 100%;	
}

#footer {
	margin: 0 auto;
	line-height: 20px;
	padding-top: 50px;
	width: 760px;
}

#header {
	clear: both;
	height: 120px;
	width: 760xp;	
}

#hire {
	background: url(../images/hirebg.jpg) no-repeat;
	color: #ffffff;
	height: 125px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	width: 220px;
}

#left {
	float: left;
	line-height: 20px;
	width: 260px;
}

* html #left {
	line-height: 20px;
}

#logo {
	float: left;
	height: 120px;
	width: 260px;
}

#right {
	float: left;
	line-height: 20px;
	width: 500px;
}

* html #right {
	line-height: 20px;
}

#nav {
	clear: both;
	height: 28px;
	padding-top: 7px;
	text-transform: uppercase;
	width: 760px;
}

* html #nav {
	padding-top: 5px;
	height: 30px;
}

	#nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	
	}
	
	#nav li {
		float: left;
		border-left: 1px solid #7d4737;
		list-style: none;
		margin: 0;
		margin-right: 15px;
		padding: 0;
		padding-left: 15px;
	}

#topbar {
	color: #ffffff;
	height: 23px;
	padding-top: 5px; 
	width: 760px;
}

#quote {
	background: url(../images/quotebg.jpg) no-repeat;
	margin-top: 30px;
	padding-left: 30px;
	padding-top: 15px;
	width: 470px;
}