html {
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	background-color: #BEAA94;
	background-image: url(images/stucco.jpg);
	background-repeat: repeat;
	background-position: left top;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #434343;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #E59E42;
}

#container {
	margin: 10px auto auto;
	padding: 7px 0px;
	height: auto;
	width: 776px;
	background-color: #FFFFFF;
}
#nav {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434343;
	background-color: #FFFFFF;
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
a:link {
	color: #862F0D;
}
a:visited {
	color: #862F0D;
}
a:hover {
	color: #E59E42;
}
#main {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	display: block;
	width: 760px;
	background-image: url(images/bodytopbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 760px;
	background-image: url(images/footbg.gif);
	background-position: center bottom;
	height: 218px;
	background-repeat: no-repeat;
}

#container #nav #footer #foot td {
	padding: 35px 15px 15px;
	color: #FFFFFF;
	margin: 0px;
	vertical-align: top;
}
#container #nav #footer #foot td a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#container #nav #footer #foot td a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#container #nav #footer #foot td a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.tinyfoot {
	font-size: 10px;
}
#container #nav #footer #boxes {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	text-align: center;
	display: block;
}
#container #nav #main #blueprint {
	background-image: url(images/blueprint.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 210px;
	width: 340px;
	clear: left;
	float: left;
	margin-top: -12px;
}
#container #nav #main #blueprint img {
	padding-top: 85px;
	padding-left: 40px;
}
#container #nav #main #pagecontent {
	width: 420px;
	clear: right;
	float: right;
	min-height: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container #nav #main #pagecontent li {
	list-style-image: url(images/bullet.gif);
	padding-bottom: 5px;
	padding-top: 0px;
	margin: 0px;
}

#container #nav #clearer {
	display: block;
	height: 1px;
	width: 760px;
	clear: both;
	float: none;
}
.projectstd {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.dividerline {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #E89D40;
	margin: 7px 0px;
}
.imgborder {
	border: 1px solid #000000;
}
