@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: 910px;
	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(m-art/bg-main.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:276px;
	padding-top:80px;
	float:left;
}
#nav {
	width:146px;
	margin-left:105px;
	height: 300px;
}
#viewprojects {
	width:200px;
	margin-left:136px
}
#c2 {
	margin-left:275px;
	padding-top:70px;
}
#clickhome {
	height:120px;
	margin-bottom: 78px;
}

#subt { width:63px;float:left;font-size:9px;text-align:center;color:#793D02;line-height:9px;}
#hero { padding-top:112px;}
.mediabullets li { margin-bottom:2px;}
/* more leading */
.mediabullets2 li { margin-bottom:5px;}

#footer {
	margin:0 auto;
	text-align:left;
	font-size:11px;
	color:#dda93c;
	text-align:right;
	margin-right:100px;
	margin-bottom: 20px;
} 
#footer .credit a {color:#dda93c;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:#dda93c;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;
}
#fa1, #fa2, #fa3, #fa4, #fa5, #fa6, #fa7, #fa8 {
	height: 408px;
	width: 566px;
	position: relative;
	top: 1px;
	display:none;
}
#fa1 { display:block;}

#subnav { margin-top:26px;margin-left:23px;}
#subnav img { margin-right:2px;}

.mediastd {margin:0px 20px 0px 20px;text-align:left;}
.mediastd p { margin:0;padding:0}
.mediastd h1 { font-size:10px;border-bottom:#bb8840 solid 1px;margin-bottom:4px;padding-bottom:3px;}

