body {
	background-color: #E9E1B1;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 24px;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/sub.gif);
	text-align: center;
}

td, th {
	line-height: 24px;
	color: #333333;
}

h1 {
	margin: 0px;
}

h2 {
	color: #3B2A0C;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	padding-left: 20px;
	padding-top: 20px;
}

a {
	color: #3B2A0C;
	font-style: normal;
	text-decoration: none;
}
p {
	text-align: left;
	padding-right: 30px;
	padding-left: 30px;
}
.note {
	color: #970A02;
}
#wrapper {
	width: 700px; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	background-color: #968453;
}


#header {
	background-image: url(../images/cover.gif);
	height: 70px;
	width: 700px;
	background-repeat: no-repeat;
	margin: 0px auto;
	background-color: #e9e1b1;
}

#header h1 a {
	text-indent: -9999em;
	text-decoration: none;
	display: block;
	height: 70px;
	width: 700px;
}

#nav {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	display: inline;
	padding: 0;
}

#nav a {
	text-decoration: none;
	color: #3B2A0C;
	display: block;
	float: left;
	padding bottom: 1px;
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 0px;
	background-color: #d3d2a5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #968453;
}

#nav #current {
    text-decoration: none;
    color: #3B2A0C;
    display: block;
	float: left;
    padding bottom: 1px;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 0px;
    background-color: #968453}

#nav a:hover {
    color: #663300;
    background-color: #C6CC47;
}

#main {
	width: 700px;
	clear: left;
	background-color: #e9e1b1;
	height: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#portfolio ul {
	margin: 0;
	text-align: left;
	text-indent: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 60;
}

#portfolio {
	width: 680px;
	clear: both;
	background-color: #e9e1b1;
	height: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	float: left;
}

#items {
	width: 680px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: auto;
}

.itemBox {
	width: 215px;
	margin: 0 10px 10px 0;
	padding: 0;
	float: left;
}

.itemPhoto {
	border: 1px solid #999966;
	margin: 0;
	padding: 5px;
	text-align: center;
}

.itemText {
	margin: 0;
	padding: 5px;
	height: 60px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999966;
	border-right-color: #999966;
	border-bottom-color: #999966;
	border-left-color: #999966;
}

.itemText p {
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-align: left;
	line-height: normal;
}

a img {
	border: 0;
}
	
address {
	text-align: center;
	height: 24px;
	font-style: normal;
	background-color: #e9e1b1;
	margin: 0px auto;
	width: 700px;
}

address a {
	text-decoration: none;
}

address a:hover {
	color: #663300;
	background-color: #C6CC47;
}
