body {
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
#wrap {
	width: 1024px;
	height: 768px;
	margin: auto;
	padding: auto;
	border: 0px solid #000;
}
#nav {	
	float: left;
	font-size: 18px; 
	margin: 0px;
	padding: 0px;
	width: 160px;
	height: 170px;
	border-bottom: 1px solid #999;
}
#nav ul {
	list-style: none;
}
#nav a {
	color: #000;
	text-decoration: none;
}
#nav a:hover {
	color: #DE7A02;
	text-decoration: underline;
}
#nav h3 {
	font-size: 10px;
	color: #999;
}
#sidebar {
	background: url(../images/prices-160x873.jpg) no-repeat;
	width: 160px;
	height: 873px;
	padding: 0px;
	margin: 0px
	float: left;
}
#content {
	float: right;
	background: url(../images/contact-800x600.jpg) no-repeat;
	width: 800px;
	color: #000;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#content table {
	width: 700px;
	text-align: left;
}
#content h2 {
	font-size: 18px; 
	text-align: left;
}
#content h3 {
	font-size: 14px; 
	text-align: center;
}
#content h4 {
	font-size: 18px;
	text-align: center;
}
#content img {
	border: 0px solid #FFF;
}
#tagline {
	float: left;
	width: 100%;
	margin: auto;
	font-size: 9px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #CCC;
	text-align: center;
}
#tagline a {
	text-decoration: none;
	color: #CCC;
}
#tagline a:hover {
	color: #369311;
}
