@charset "UTF-8";
body  {
font: 10px  Verdana, Arial, 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: #380f02;
	background-color: #FEF9E5;
}
#overall {
	width: 1100px;  /* 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. */
	background-image:url(art/bg.jpg);
	background-repeat:no-repeat;

} 
a { color: #9e0b0f; }
h2 { font-family:  Verdana, Arial, sans-serif;font-weight:bold;font-size:10px;}
#container {
	width:1052px;
	height:680px;
}
#c1 { width:375px;padding-top:128px;float:left;}
#clickhome { height:90px;margin-bottom:10px;}
#nav {
	width:200px;
	margin-left:136px;
	height: 300px;
}
#viewprojects {
	width:200px;
	margin-left:136px
}
#c2 { margin-left:375px;}
#hero { padding-top:112px;}


#footer {
	margin:0 auto;
	text-align:left;
	font-size:11px;
	color:#8C3215;
	text-align:right;
	margin-right:100px;
	margin-bottom: 20px;
} 
#footer .credit a {
	color:#8C3215;
	text-decoration:underline;
}
#footer .credit { margin-top:8px;}
#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: 2px 0; 
	font-size:10px;
}
.footerlinks a {
	color:#8C3215;
	text-decoration:none;
}
.footerlinks {
	margin:20px 0 5px;
}
.footerlinks li {
	list-style-type:none;
	display:inline;
	padding-left:6px;
	margin-left:6px;
	border-left: #dda93c solid 1px;
	font-size:10px;
	color:#dda93c;
}

