body{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#wrapper{
	width: 860px;
	position: absolute;
	left: 50%;
	margin-left:-430px;
}
	#inner{
		border-left: 1px solid #CCC;
		border-right: 1px solid #CCC;
	}
#header{
	width: 860px;
	height: 86px;
	background: url(../images/green_bg.gif);
}
	#logo{
		background: url('../images/neat.gif');
		width: 135px;
		height: 86px;
		float: left;
	}
		#logo h1{
			visibility: hidden;
		}

#nav{
	background: url('../images/green_bg.gif');
	float: right;
	height: 20px;
	width: 620px;
}
	#nav ul {
		margin: 0;
		margin-left: 120px;
		margin-top: 66px;
		padding: 0;
		list-style: none;
		height: 20px;
	}
	#nav li {
			float: left;
			margin-right: 4px;
	}
	#nav li a{
		width: 86px;

		display: block;
		padding-top: 20px;

		overflow: hidden;
		height: 0px !important; 
			height /**/:40px; /* for IE5/Win only */
	}
	#nav a:hover{
		background-position: 0 -20px;
	}
	#home{
		background: url('../images/nav/home.gif');
	}
	#services{
		background: url('../images/nav/services.gif');
	}
	#beforeafter{
		background: url('../images/nav/beforeafter.gif');
	}
	#contact{
		background: url('../images/nav/contact.gif');
	}
	#downloadsn{
		background: url('../images/nav/downloads.gif');
	}
#main{
	width: 860px;
	
	clear: left;
	padding-top: 50px;
	margin-bottom: 50px;
}
	#left{
		margin-left: 0px;
		width: 460px;
		float: left;
		
	}
	#leftgray{
		width: 460px;
		float: left;
		
	}
		a:link, a:visited{
			color: #444;
			
		}
		a:hover{
			color: #000;
		}
		
		#left ul{
			font-size: 11px;
			line-height: 16px;
			color: #444;
			font-family: georgia, times, sans-serif;
		}
		#left h1{
			padding-top: 25px;
			width: 462px;
			height: 0px;
			overflow: hidden;
			margin-left: 0px;
			
		}
		#leftgray h1{
			padding-top: 25px;
			width: 462px;
			height: 0px;
			overflow: hidden;
			margin-left: 0px;
			
		}
			#getorganized{
				
				background: url('../images/headers/getorganized.gif');
			}
			#meetjen{
				
				background: url('../images/headers/meetjen.gif');
			}
			#contactheader{
				
				background: url('../images/headers/talktome.gif');
			}
			#residentialorganizing{
				
				background: url('../images/headers/cleansweep.gif');
			}
			#makeyourmove{
				
				background: url('../images/headers/makeyourmove.gif');
			}
			#whatyouthought{
				
				background: url('../images/headers/whatyouthought.gif');
			}
			#neatandtidy{
				
				background: url('../images/headers/neatandtidy.gif');
			}
			
			#downloads{
				
				background: url('../images/headers/downloads.gif');
			}
			
		#left p{
			text-align: justify;
			font-size: 11px;
			line-height: 16px;
			color: #444;
			font-family: georgia, times, sans-serif;
			margin-left: 60px;
		}
		#left .browncow, #leftgray .browncow{
			text-align: center;
			color: #502C20;
			font-family: helvetica, arial, sans-serif;
			font-size: 12px;
			font-weight: 100;
		}
		#left li a:link, #left li a:visited{
			font-family: helvetica, arial, sans-serif;
			font-size: 14px;
			text-decoration: none;
			color: #502C20;
		}
		#left li a:hover{
			text-decoration: underline;
		}
		
		
		form{
			width:380px;
		}
		dt{
			float: left;
			width: 120px;
			margin-top: 5px;
			color: #444;
		}
		dd{
			margin-left: 0px;
			margin-top: 5px;
			float: left;
			clear: right;
		}
		dd input{
			border: 2px solid #A3DCDA;
		}
		dd textarea{
			border: 2px solid #A3DCDA;
			width: 250px;
		}
		#bagray{
			background: #CCC;
			width: 460px;
			height: 430px;
			padding-top: 15px;
			padding-bottom: 15px;
		}
		#bagray img{
			border: 4px solid #FFF;
			
			margin-right: 10px;
			margin-left: 10px;
		}
		#bagray h2{
			background: #FFF;
			font-size: 14px;
			font-weight: 100;
			width: 80px;
			padding: 10px;
			color: #444;
			letter-spacing: 2px;
			padding-top: 5px;
			padding-bottom: 5px;
		}
	#right{
		float: left;
		padding-left: 100px;
		
	}
	#rightgreen{
		float: left;
		margin-top: 81px;
		height: 430px;
		background: #A3DCDA;
		width: 380px;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-left: 10px;
		text-align: center;
	}
	#rightgreen img{
		border: 8px solid #FFF;
		margin-top: 20px;
	}
#footer{
	
	height: 49px;
	width: 860px;
	
	float: left;
	
	background: url(../images/brown_bg.gif);
}
	#contactbottom{
		float: right;
	}
#prefix{
	

	width: 860px;
	text-align: center;
	color: #AAA;
	padding-top: 0px;
	
	
}
	#prefix a:link, #prefix a:visited{
		color: #AAA;
	}
	#prefix a:hover{
		color: #000;
		text-decoration: underline;
	}

