body {
	margin: 0px;
	background-image: url(../images/woodBG1.jpg);
	background-color: #8d9194;
	font-size: 13px;
}

form {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 1009px;
}

#indexCopy #title {
	text-align: center;
	margin-bottom: 16px;
	color: #dc0911;
	font-size: 16px;
	line-height: 16px;
}

#indexCopy {
	padding-left: 15px;
	padding-right: 30px;
	padding-top: 36px;
	background-image: url(../images/index_copyBG.gif);
	height: 170px;
	vertical-align: top;
	color: #575757;
}

#projectPulldown {
	margin-top: 6px;
}

#projectCopy {
	height: 170px;
	vertical-align: top;
	color: #575757;
	background: url(../images/copyBG.gif) no-repeat;
	padding-right: 30px;
	padding-top: 16px;
	padding-left: 15px;
}

#projectCopy #title {
	color: #dc0911;
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 3px;
}

#projectCopy #type {
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
}

#projectTools {
	position: relative;
	margin-top: 8px;
	margin-left: 37px;
}

a:link {
	color: #ed1c24;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

a:hover {
	color: black;
	font-size: 11px;
	text-decoration: underline;
}

/* @group CLEARFIX */

.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
} 

.clearfix {display: inline-block;} 

/* Hide from IE Mac \*/ 
.clearfix {display:block;} 
/* End hide from IE Mac */ 
* html .clearfix{ height: 1px; }
/* @end */