body {
	margin: 10px 0;
	padding: 0;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

h1 {
	
}
	#header h1 {
		margin: 0;
	}

h2 {
	color: #FF9900;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 109.4%;
	margin: 0 0 2px 0;
}

p {
	margin: 0 0 10px 0;
	font-size: 93.7%;
	color: #CCCCCC;
}
	#footer p {
		text-align: center;
		color: #000;
		font-size: 85%;
	}
	p .dollar {
		color: #FF9900;
		font-size: 115%;
	}
	.price_list p {
		margin-bottom: 1px;
	}
	
.price_list .spacer {
	padding-bottom: 20px;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #333;
	
}
	#nav ul li {
		text-align: center;
		border-bottom: 2px solid #4d4d4d;
	}

a {
	color: #CCCCCC;

}
	#nav a {
		text-transform: uppercase;
		text-decoration: none;
		color: #ccc;
		display: block;
		padding: 2px;
		
	}

/* header */
#header {
	height: 170px;
}

#header h1 a {
	display: block;
	background: url('file:///Macintosh HD/Users/erinkowalski/Desktop/Erin/stylesheets/header.jpg') no-repeat;
	width: 1000px;
	height: 170px;
	overflow: hidden;
	line-height: 1000em;
}

/* layout */
#wrap {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
}
#nav {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#content {
	float: left;
	width: 600px;
	height: 600px;
}

#content_dogwalk {
	float: left;
	width: 450;
	height: 400px;
	
}

#content_daycare {
	float: left;
	width: 450;
	height: 525px;
}

#content_about {
	float: left;
	width: 450;
	height: 575px;

}

#content_catcare {
	float: left;
	width: 450;
	height: 800px;
	
}
#content_testimonial {
	float: left;
	width: 450;
	height: 1300px;

}
#content_home {
	float: left;
	width: 450;
	height: 900px;	

}

#content_container {
	position: relative;
	background: #4d4d4d;
	margin-bottom: 10px;
	padding-left: 150px;
}

#sidebar {
	width: 250px;
	position: absolute;
	right: 0;
	top: 0;
}
#sidebar_dogwalk {
	width: 400px;
	position: absolute;
	right: 0;
	top: 0;
}
#footer {
	
}
	
/** two col layout on homepage **/

.col_one {
	width: 299px;
	float: left;
}
.col_two {
	width: 299px;
	float: left;
}



/* NAV */
#nav ul a {
	font-size: 83%;
}

	


/* CONTENT */
.content_padding {
	padding: 12px;
}

/** price table **/
.price_list {
	margin-top: 10px;
}



.clearfix:after, .content-wrapper2:after, .left-right:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
		}
		.clearfix, .content-wrapper2, .left-right {display:inline-block;}
		/* Hide from IE Mac \*/
		.clearfix, .content-wrapper2, .left-right {display:block;}
		/* End hide from IE Mac */
style5 {
	color: #00FF00;
}
