@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #9b9e6f;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #header {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	margin: 0 0 0 170px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 750px;
	height: 405px;
}
.oneColFixCtr #sitemap {
	margin: 0 0 0 170px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 750px;
}
.oneColFixCtr #portfoliotop {
	margin: 0 0 0 170px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 750px;
	height: 500px;
}
.oneColFixCtr #portfoliobottom {
	margin: 0 0 0 170px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 750px;
	height: 45px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 1ex 0px 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #90953C;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	padding: 0px;
	margin: 1ex 0px 1em;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #90953C;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	padding: 0px;
	margin: 1ex 0px 1em;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #90953C;
	text-decoration: none;
}
.oneColFixCtr #nav {
	float: left;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 150px;
	height: 400px;
	
}
.oneColFixCtr #footer {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: normal;
	line-height: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}
blockquote {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
