@charset "UTF-8";
#header {
	height: 150px;
	width: 800px;
	background-color: #000000;
}


.spacer1 {
	clear: both;
	height: 30px;
}
.spacer2 {
	font-size: 1px;
	clear: both;
	height: 10px;
}
.spacer3 {
	font-size: 2px;
	clear: both;
	height: 20px;
}
#projectContainer {
	width: 686px;
	background-color: #333333;
	background-image: url(../build/bg-02.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 7px;
}
#projectContainerPics {
	float: left;
	width: 199px;
}
#projectContainerPics img {
	border: 1px solid #000000;
}
#projectContainerText {
	margin-left: 207px;
	padding-top: 7px;
	padding-right: 14px;
	padding-bottom: 7px;
	padding-left: 14px;
	line-height: 12px;
}
#projectContainerText p {
	font-size: 12px;
	line-height: 15px;
}
#mainContent a {
	text-decoration: none;
	color: #A5A6A9;
	font-weight: bold;
}
#mainContent a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

p {
	font-size: 13px;
	line-height: 16px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h1 {
	font-size: 18px;
	margin-bottom: 2px;
	font-weight: normal;
}
h2 {
	font-size: 10px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-transform: uppercase;
	padding: 0px;
}
h3 {
	font-size: 11px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	color: #8E8278;
}
.left {
	float: left;
	display: inline;
	margin-right: 20px;
	border: 1px solid #FFFFFF;
}
.right   {
	float: right;
	display: inline;
	margin-left: 20px;
	border: 1px solid #FFFFFF;
}

