@charset "utf-8";
/* CSS Document */

body {
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	color:#FFFFFF;
  	padding:0px 0px;
	background-color:#B5AC9B;
	width:1015px;
  	margin-left:-500px;
	left: 50%;
	position:absolute;
}

.seperater {
	
}
/*projectclass and id's*/
.project {
	height: auto;
	margin: 10px;
	padding: 10px;
	border-top: 1px solid white;
	width:inherit;
	clear:both;
	
}

a {
	color:#77541a;
	text-decoration: none;
}

.info {
	height: auto;
	margin: 10px;
	padding: 10px;
	width:inherit;
	clear:both;
	
}

.info .text {
	width: 580px;
	padding: 5px;
	font-style: normal;
}

.info h1 {
	font-size: 16px;
	padding-bottom: 10px;
}

.info p {
	font-size: 10px;
	padding-bottom: 10px;
}

.project .text {
	width: 280px;
	padding: 5px;
	font-style: normal;
}

.textbox {
	display: inline;
	float:left;
}

.project .img {
	margin: 5px;
	padding: 3px;
	border:1px solid white;
	width: 210px;
	height: 124px;
	float: left;
}

.project .imgbox {
	display: inline;
}

.project h1 {
	font-size: 11px;
	padding-bottom: 10px;
}

.project p {
	font-size: 10px;
	padding-bottom: 10px;
}

.project .test {
	font-size: 10px;
	padding-bottom: 15px;
	float:right;
}

.project a {
	font-size: 10px;
	color:#77541a;
	text-decoration: none;
}

.headcopy {
	margin: 0px 10px;
	padding: 0px 10px;
	height: 61px;
	clear:both;
	width: inherit;
}

.headcopy .text {
	width: 360px;
	padding: 5px 5px 0px 5px;
	font-style: normal;
}

.headcopy .contact {
	width: 500px;
	float:left;
	display: inline;
	padding: 5px 5px 0px 5px;
	font-size: 10px;
}

.headcopy .img {
	/*margin: 0px 5px;*/
	padding: 0px 3px;
	float:right;
	display: inline;
}

.headcopy h1 {
	font-size: 12px;
	padding-bottom: 10px;
}

.headcopy p {
	font-size: 10px;
	padding-bottom: 10px;
}

#Footer {
	height: auto;
	margin: 0px 10px;
	padding: 0px 10px;
	width:inherit;
	clear:both;
	font-size: 10px;
	border-top: 1px solid white;
}

#Footer .text {
	width: 500px;
	float: right;
	display: inline;
}


#Footer .contact {
	width: 500px;
	float: left;
	display: inline;
	padding: 5px 5px 0px 5px;
}
