/*
CSS Document
complied by Guy Hoogewerf - www.ncompass.co.uk - ©2007
*/
* {
	margin: 0;
	padding: 0;
}

/* mac hide \*/
html, body {
	height: 100%;
	width: 100%;
}
/* end hide */

body {
	background-color: #003366;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 76%;
	color: #64686b;
	text-align: center;
}
#container {
	width: 750px;
	margin: 25px auto 0px;
	background-color: #fff;
	text-align: left;
}

/* Header */
#header {
	background: #eaeaea url(../images/steven_dewitt.gif) no-repeat center center;
	width: 750px;
	height: 90px;
	text-indent: -999em;
}
#photo {
	background: url(../images/portfolio_background.jpg) no-repeat center top;
	width: 750px;
	height: 190px;
	text-align: center;
}
#photo ul {
	margin: 0px 60px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	padding-top: 5px;
}
#photo li {
	float: left;
	display: block;
	padding: 3px 0px 0px 8px;
}
#photo img{
	border: 0;
}
#homebar {
	background-image: url(../images/homebar_background.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 8px;
}
#homebar a {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin: -6px 0px 0px 45px;
	position: absolute;
}

/* Content */
#content {
	background-image: url(../images/content_background.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#content #intro {
	float: right;
	width: 425px;
	padding: 20px 35px 0px 0px;
}
#content #thumbs img {
	padding: 0px 5px 5px 0px;
}
#content #thumbs {
	width: 190px;
	padding: 20px 0px 0px 70px;
}
#content a:link, #content a:visited {
	color: #600;
}
#content a:hover, #content a:active {
	color: #a67d2e;
}
#content form {
	padding: 20px 35px 0px 70px;
}
#content #about {
	padding: 20px 35px 0px 70px;
}
#content #about p{
	padding: 0px 0px 12px 0px;
}
#content #about img {
	padding: 0px 5px 0px 5px;
}
/* Navigation */
#nav {
	display: block;
	width: 750px;
	height: 22px;
	text-align: left;
	background: #003366 url(../images/nav_background.gif) no-repeat center top;
}
#nav ul {
	background: url(../images/nav_bar.gif) repeat-x left top;
	margin-right: 40px;
	float: right;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
#nav li {
	float: left;
	display: block;
	height: 22px;
}
#nav li a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin: 1px 5px;
	white-space: nowrap;
}
#nav .start {
	background: url(../images/nav_bar_start.gif) no-repeat left top;
	width: 10px;
}
#nav .end {
	background: url(../images/nav_bar_end.gif) no-repeat right top;
	width: 10px;
}
/* Form */
fieldset
{
	border: 1px dashed #600;
	width: 500px;
	align: center;
	margin: 0 auto;
	padding: 10px;
	position:relative
}
legend
{
	padding: 1px 5px;
	background-color: #a67d2e;
	color: #fff;
	font-weight: bold;
}
label {
	width: 140px;
	float: left;
	text-align: right;
	margin: 0 10px 10px 0;
	clear: both
}
.input-box {
	float: left;
	width: 180px;
	margin: 0 10px 10px 0;
	color: #333;
	background: #fff;
	border: #a67d2e solid 1px;
}
select {
	color: #64686b;
	background: #eaeaea;
	border: #64686b solid 1px
}
#container #content #about .quote {
	font-style: italic;
	color: #600;
}

