/* CSS Document */
body {
	text-align: center;
	background: url('../images/repeater.gif') repeat-x;
	padding: 0px;
	margin: 0px;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
div#header {
	margin: 0 auto;
	padding: 0px;
	background: url('../images/houseplanblogs.gif') no-repeat;
	width: 949px;
	height: 164px;
	text-align: left;
}
div#header h1 {
	margin: 0px;
	text-indent: -9999px;
}
div#header ul {
	margin: 85px 0px 0px 100px;
	padding: 0px;
}
div#header li {
	display: inline;
	list-style: none;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #FFFFFF;
}
div#header li.no-border {
	border: none;
}
div#header a {
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.search-bar {
	float: right;
	margin-top: 30px;
	margin-right: 10px;
	padding: 0px;
	margin-bottom: 0px;
	font-size: 15px;
	font-weight: bold;
}
.left-nav-repeater {
	float: left;
	width: 197px;
	height: 100%;
}
.left-nav {
	background: url('../images/navBG.gif') no-repeat;
	width: 197px;
	padding: 0px;
	margin: 0px;
}
div#content-container {
	background: url('../images/navRepeater.gif') repeat-y;
	margin: 0 auto;
	width: 949px;
	padding: 0px;
	overflow: hidden;
	padding-bottom: 20px;
}
.featured-discussion {
	background: url('../images/discussions.gif') no-repeat;
	width: 197px;
	height: 37px;
	margin: 0px;
	padding: 0px;
}
div#content-container h2 {
	text-indent: -9999px;
	padding: 0px;
	margin: 0px;
}
.left-nav ul {
	padding: 10px;
	padding-left: 20px;
	text-align: left;
	margin: 0px;
}
.left-nav li {
	list-style: none;
	padding-bottom: 15px;
}
.center-content {
	padding-top: 10px;
	padding-left: 10px;
	float: left;
	text-align: left;
}
.blog-title {
	margin: 0px;
	margin-top: 30px;
	padding: 0px;
	background: url('../images/blogTitle.gif') no-repeat;
	width: 426px;
	height: 40px;
}
.center-content h3 {
	padding: 10px 0px 0px 15px;
	font-size: 14px;
}
.center-content p {
	width: 400px;
	padding-left: 20px;
}
p.center-links {
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px dashed #cccccc;
}
p.center-links a {
	color: #6699cc;
}
.right-content {
	padding-top: 40px;
	float: right;
	width: 300px;
}
div#footer {
	background-color: #c1cae5;
	height: 100px;
	border-top: 5px solid #333333;
}
	
