/* Structural elements */

body {
	background: #ffffff url(../images/sandstone.jpg);
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#container {
	width: 840px;
	background: url(../images/paper-bg.jpg);
	text-align: left;
	margin: 0px auto 0px auto;
}

#header {
	width: 840px;
	height: 203px;
	background: url(../images/header.jpg) no-repeat;
}

#navbar {
	position: relative;
	width: 480px;
	top: 160px;
	left: 37px;
	font-size: 0.9em;
}

#sidebar {
	width: 200px;
	float: right;
	margin: 10px 37px 0px 0px;
}

#content {
	margin: 10px 282px 0px 37px;
}

/* this class should be placed on a div
or break element and should be the final 
element before the close of a container 
that should fully contain a float */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}	

#footer {
	width: 803px;
	height: 16px;
	background: url(../images/footer.jpg) no-repeat;
	text-align: right;
	font-size: 0.7em;
	padding: 45px 37px 10px 0px;
}


/* Font styles */

h1 {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #006645;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #006645;
	margin: 15px 0px 5px 0px;
}

h3 {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #006645;
	margin: 0px 0px 5px 0px;
}

#content p {
	font-size: 0.7em;
}

.quote {
	font-size: 0.7em;
	font-style: italic;
	color: #5e9576;
	margin: 0px 0px 5px 0px;
}

.author {
	font-size: 0.7em;
	text-align: right;
	color: #5e9576;
	margin: 0px 0px 20px 0px;
}

b {
	color: #006645;
}

ul {
	font-size: 0.7em;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
}

li {
	list-style-type: none;
}

ul.portfolio {
	font-size: 0.7em;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
}

ul.portfolio li {
	margin-bottom: 5px;
}

.feedburnerFeedBlock ul li {
	margin-bottom: 9px;
}


	
/* Link styles */

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

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

#navbar a:hover, #navbar a:active {
	color: #8eac9a;
	text-decoration: none;
}


/* Image and other styles */

img {
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img.thumbnail {
	border: 1px solid #006645;
	margin: 0px 3px 3px 0px;
}

#samples {
	float: right;
	width: 300px;
	margin: 0px 0px 0px 20px;
	border: 0px solid #000000;
}