body, div, p, h1, h2, h3, h4, img,ul,li {
	margin: 0px;
	padding: 0px;
}
body { background-color: #FFFFFF; 
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	height: 250px;
	width: 1000px;
	padding-top: 25px;
}
#main {
	float: left;
	width: 1000px;
	margin-top: 30px;
}
#navigation {
	float: left;
	width: 400px;
	margin-right: 25px;
}
a   {
	color: #9bb100;
	text-decoration: none;
}
a:hover  {
	color: #5c5131;
	text-decoration: none;
}




#navigation  h3   {
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: normal;
	color: #473e26;
	text-transform: uppercase;
}

#bloglinks {
	width: 400px;
	margin-top: 8px;
	margin-bottom: 15px;
	float: left;
}
#bloglinks ul {
	list-style-type: none;
	list-style-image: url(artwork/bullet-square-brown.gif);
	margin: 5px 0px 20px 15px;
}
#bloglinks li {
	font-family: Georgia, serif;
	font-size: 12px;
	margin-bottom: 5px;
}

#categories, #type {
	float: left;
	width: 110px;
	margin-right: 15px;
}

#clients {
	float: right;
	width: 148px;
}
#line100 {
	height: 14px;
	width: 110px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #473e26;
	text-align: right;
}
#line170 {
	height: 14px;
	width: 148px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #473e26;
	text-align: right;
}
#line400 {
	height: 14px;
	width: 400px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #473e26;
	text-align: right;
}
#line550 {
	height: 22px;
	width: 550px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #473e26;
	text-align: right;
}
#blurb {
	float: left;
	width: 400px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #473e26;
	border-bottom-color: #473e26;
	padding-top: 8px;
	padding-bottom: 8px;
}
#blurb p {
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #9bb100;
	text-align: justify;
}

#contact {
	float: left;
	width: 400px;
	margin-top: 15px;
}
#contact ul {
	list-style-type: none;
	margin-top: 5px;
}
#contact li {
	font-family: Georgia, serif;
	font-size: 12px;
	margin-bottom: 5px;
}

#column {
	float: left;
	padding-right: 10px;
}

#content {
	float: right;
	width: 550px;
	margin-left: 25px;
}
#blogpost {
	float: left;
	width: 550px;
	position: relative;
	margin-bottom: 20px;
}

#blogpost h1 {
	font-family: Georgia, serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #473e26;
}
#blogpost h2 {
	background-image: url(artwork/overlay-w70.png);
	height: 17px;
	width: 530px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #473e26;
	border-bottom-color: #473e26;
	z-index: 20;
	position: absolute;
	top: 302px;
	font-family: Georgia, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#blogpost p {
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 16px;
	color: #473e26;
	margin-top: 10px;
}
#footer {
	width: 1000px;
	margin-top: 20px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #473e26;
	float: left;
}
#footer p {
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: normal;
	color: #473e26;
	text-align: center;
}






.brown { color: #473e26; }
