@import url("form.css");
body {
	background: #e0e0ba url("../images/bg.jpg") repeat-x;
	margin: 0;
	padding: 0;
	font: normal 11px "Verdana", Arial, Helvetica, sans-serif;
	color: #3e3c2b;
}
h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font: normal 19px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	border-bottom: 1px solid #e0e0ba;
}
h1.noborder {
	border: none;
}
h1.tan {
	color:#e0e0ba;
}
p {
	margin: 0 0 10px;
	padding: 0;
	line-height: 17px;
}
a:link, a:active, a:visited {
	color: #3e3c2b;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul.bullets {
	margin: 9px 5px 5px 20px;
	padding: 0;
}
ul.bullets li {
	margin: 0 0 2px;
	padding: 0;
	list-style-image: url("../images/arrow-bullet.gif");
}
ul#portfolio {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header {
	height: 120px;
	width: 812px;
	margin: 0 auto;
}
#navbar {
	margin: 0 auto;
	height: 35px;
	width: 812px;
}
#homegraphic, #subgraphic {
	margin: 20px auto 10px auto;
	width: 812px;
}
#homegraphic {
	height: 417px;
	background: transparent url("../images/homegraphic-bg.gif") no-repeat;
}
#subgraphic {
	height: 217px;
}
#wrapper {
	width: 812px;
	margin: 0 auto;
}
#homeleftbar, #leftbar {
	float: left;
	position: relative;
	width: 539px;
	min-height: 216px;
	height: 100%;
}
#homeleftbar {
	background: transparent url("../images/leftbar-bg-top.jpg") no-repeat;
}
#leftbar {
	background: transparent url("../images/leftbar-bg-top-white.gif") no-repeat;
}
#homerightbar, #rightbar {
	float: right;
	position: relative;
	width: 265px;
	min-height: 216px;
	height: 100%;
}
#homerightbar {
	background: transparent url("../images/rightbar-bg-top.jpg") no-repeat;
}
#rightbar {
	background: transparent url("../images/rightbar-bg-top-white.gif") no-repeat;
}
#content {
	margin: 24px;
}
#footer {
	float: left;
	margin-top: 25px;
	padding-top: 15px;
	height: 102px;
	width: 100%;
	background: transparent url("../images/footer-bg.jpg") repeat-x 0 0;
	font: normal 10px "Verdana", Arial, Helvetica, sans-serif;
	color: #e0e0b9;
}
#footer a {
	text-decoration: underline;
	color: #e0e0b9;
}

