body {
	margin: 0;
	background: #503d2c;
	font: 100% "Times New Roman", Times, serif;
	}

a {
	color: #cb525b;
	}

a:hover {
	background: #464f6e;
	color: #fff;
	text-decoration: none;
	}

h1 {
	margin: 30px 0;
	color: #464f6e;
	}

label {
	color:#555;
	font-size:90%;
	font-weight:normal;
	}

#wrapper {
	margin: 0 auto;
	width: 770px;
	background: #8d7c6c url(/img/bg.png) top repeat-y;
	}

#innerWrapper {
	width: 730px;
	margin: 0 auto;
	}

#header {
	height: 80px;
	background: #424970;
	width: 730px;
	margin: 0 auto;
	}

#header ul {
	padding: 50px 0 0 24px;
	margin: 0;
	}

#header ul li {
	float: left;
	list-style: none;
	}

#header ul li a {
	height: 17px;
	display: block;
	text-indent:-999em;
	}

#header ul li a#home {
	width: 83px;
	background: url(/img/nav/home.png) 0 -17px;
	}

#header ul li a#about {
	width: 98px;
	background: url(/img/nav/about.png) 0 -17px;
	}
	
#header ul li a#contract {
	width: 135px;
	background: url(/img/nav/contract.png) 0 -17px;
	}
	
#header ul li a#request {
	width: 179px;
	background: url(/img/nav/request.png) 0 -17px;
	}

#header ul li a#home:hover, #header ul li a#about:hover, #header ul li a#contract:hover, #header ul li a#request:hover,#header ul li#active a {
	background-position: 0 0;
	}

#handyman {
	width: 194px;
	height: 334px;
	position: absolute;
	top: -319px;
	left: 20px;
	}

#handyman a:hover {
	background: none;	
	}
	
#handyman img {
	border: none;	
	}

#rightCol {
	width: 210px;
	float: right;
	position: relative;
	margin: 278px 20px 0 0;
	color: #2e2e2e;
	}

#rightCol p {
	margin: 16px 4px 0 20px;
	}

#rightCol a {
	color: #fff;
	}

#rightCol a:hover {
	color: #464f6e;
	background: none;
	}

#rightCol ul li {
	list-style: none;
	background: url(/img/greyBullet.gif) 0 6px no-repeat;
	padding: 0 0 0 14px;
	line-height: 1.4em;
	}

blockquote {
	margin: 0;
	color: #464f6e;
	font-size: 17px;
	font-style: italic;
	}

#rightCol p.quoteCite {
	font-size: 15px;
	text-align: right;
	line-height: 1em;
	color: #333;
	}

#clients {
	background: url(/img/sideBarLong.png) top left no-repeat;
	padding: 6px 0 18px 12px;
	color: #fff;
	margin: 30px 0 0 0;
	}
	
#clients h3 {
	margin: 0px;	
	}

#clients ul {
	margin: 0 0 0 -20px; 
	}
	
#clients ul li {
	list-style: none;
	background: url(/img/bullet.gif) 0 .692em no-repeat;
	padding: 0 0 0 14px;
	line-height: 1.9em;
	}

#leftCol {
	width: 440px;
	margin: 0 19px 0 24px;
	}

#leftCol p {
	font: 18px/27px "Times New Roman", Times, serif;
	color: #2e2e2e;
	}

#leftCol ul li {
	list-style: none;
	background: url(/img/greyBullet.gif) 0 8px no-repeat;
	padding: 0 0 0 14px;
	line-height: 1.4em;
	}

#leftCol ol li {
	padding: 0 0 16px 0;
	line-height: 1.4em;
	}


#footerWrapper {
	background: url(/img/footerBg.png) bottom no-repeat;
	width: 770px;
	padding: 0 0 30px 0;
	}

#footer {
	background: #9a8c7e;
	margin: 0 auto;
	height: 110px;
	clear: both;
	width: 730px;
	}

#footer ul {
	float: left;
	margin: 0;
	padding: 15px 0 0 26px;
	}

#footer img {
	float: left;
	margin: 8px 0 0 19px;
	border: none;
	}

#footer ul li.push {
	margin:0 0 4px -13px;
	width: 110px;
	}

#footer ul li {
	list-style: none;
	line-height: 1.6em;
	margin: 0 0 4px 0;
	}

#footer #contactInfo {
	font: 70% Verdana, sans-serif;
	list-style: none;
	color: #2e2e2e;
	margin: -4px 0 0 0;
	}

#footer #contactInfo li.number {
	font-size: 14px;
	}

#footer #contactInfo li {
	line-height: 1.9em;
	margin: 0;
	}

#footer #contactInfo a {
	color: #2e2e2e;
	line-height: .8em;
	}
	
#footer #contactInfo a:hover {
	color: #fff;
	background: none;
	}

#footer #contactInfo li#link {
	margin: -1px 0 0 0;
	}

p.next {
	text-align: right;
	}

p.next a {
	font-size: 110%;
	padding: 7px 8px;
	margin: 12px 0;
	}

p.next a:hover {
	background: #464f6e;
	color: #fff;
		text-decoration: none;
	}
