@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #821808;
}
#container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFC;
	margin: 12px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CC3;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header.home {
	background-image:url(images/header5.jpg);
}
#header.services {
	background-image:url(images/header2.jpg);
}
#header.portfolio {
	background-image:url(images/header3.jpg);
}
#header.contact {
	background-image:url(images/header6.jpg);
}
#header.contact2 {
	background-image:url(images/header7.jpg);
}
#header.clients {
	background-image:url(images/header8.jpg);
}
#header {
	background: #330;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-repeat:no-repeat;
	height:129px;
	color: #FFF;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 30px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#topnav {
	margin: 0;
	text-align:left;
	background-color: #330;
	height:25px;
	background-image:url(images/abstractgreen.gif);
	background-position: 0 0;
	background-repeat:no-repeat;
}
#mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/OpelA.gif);
	background-position: center;
	background-repeat:no-repeat;
}
#mainContentPortfolio {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent h2 {
	color: #398208;
}
.#mainContent p, ul {
	font-size:11px;
}
#mainContent a {
	color: #08827C;
}
#mainContent sup {
	color: #08827C;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 1px #823B08 dotted;
	position: relative;
	background-color:#330;
	text-align:center;
	background-image:url(images/abstractgreen.gif);
	background-position: top right;
	background-repeat:no-repeat;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:9px;
}
.picborder {
	padding:3px;
	margin: 6px;
	border:1px solid #823B08;
}
/* ---------------------------------------------- */

a {
	color: #06F;
	text-decoration: none;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#contactForm td, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330;
}
#contactForm td {
	font-weight: bold;
}
.title {
	font-size: 24px;
	color: #300;
	font-weight: bold;
}
.boldgreen {
	font-weight: bold;
	color: #330;
}
.sm {
	font-size: 10px;
}
.goldfooter {
	font-size: 10px;
	color: #CC3;
}
.goldfooter a {
	color: #FFC;
}
.subhead {
	font-size: 16px;
	font-weight: bolder;
	text-decoration: underline;
	text-align: right;
	margin-right: 20px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
.credit {
	font-style: italic;
	color: #800000;
}
.clients li {
	font-size: 11px;
}
