@charset "UTF-8";
/* CSS Document */

/* Reset Styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Site Styles */

body {
	background-color: #0d0b09;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

a:link, a:visited {
	color: #6a8959;
	text-decoration: underline;
}

a:hover, a:active {
	color: #fff;
	text-decoration: underline;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #6a8959;
	margin: 10px 0;
}

#topnav {
	background: url("images/leather.jpg") repeat-x #090807;
	height: 60px;
}

#topnavcontainer {
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#topnavcontainer img {
	margin: 20px 0 0 0;
	float: left;
}

#navigation {
	float: right;
	margin: 20px 0 0 0;
}

#navigation li {
	display: inline;
	margin: 0 20px;
	text-transform: uppercase;
	font-size: 14px;
}

#navigation a:link, #navigation a:visited {
	color: #fff;
	text-decoration: none;
}

#navigation a:hover, #navigation a:active {
	color: #6a8959;
	text-decoration: none;
}

#header {
	background: url("images/headerbg.jpg") repeat-x #3f5a28;
	height: 247px;
}

#headercontainer {
	background: url("images/flowers.jpg") no-repeat top center;
	margin: 0 auto;
	position: relative;
	width: 960px;
	height: 247px;
}

#headercontainer p {
	float: left;
	font-size: 14px;
	line-height: 200px;
}

#headercontainer img {
	float: right;
	margin: 70px 0 0 0;
}

#content {
	background: url("images/contentbg.png") top repeat-x #404347;
	min-height: 477px;
	border-bottom: 6px solid #6b895a;
}

#contentcontainer {
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#leftcontent {
	width: 560px;
	float: left;
	margin: 30px 0 0 0;
}

#fullcontent {
	margin: 10px 0;
	float: left;
}

#fullcontent h1 {
	margin-bottom: 20px;
	padding-top: 20px;
	clear: both;
}

#leftcontent p {
	line-height: 24px;
}

.featured {
	clear: both;
	margin: 30px 0 50px 0;
}

.featured img {
	float: left;
	padding: 0 10px 10px 0;
}

#rightcontent {
	float: right;
	width: 300px;
	margin: 30px 0 0 0;
}

.featuredwork {
	margin: 30px 0 0 0;
}

.featuredwork img {
	border: 6px solid #6b895a;
}

.featuredwork p {
	margin: 20px 0 0 0;
}

.portfolio {
	width: 280px;
	float: left;
	display: block;
	margin: 20px 10px 0 0;
	padding: 10px;
	background-color: #090907;
	border: 1px solid #171816;
}

.portfolio img {
	float: left;
	border: 3px solid #171816;
	margin: 0 10px 0 0;
}

.portfolio p {
	line-height: 18px;
}

#footer {
	margin: 0 auto;
	position: relative;
	width: 960px;
	padding: 10px 0 0 0;
}

#footer img {
	float: left;
	margin: 0 5px 0 0;
}

#footer p {
	line-height: 40px;
	height: 40px;
	font-size: 10px;
}

.clear {
	clear: both;
}