/* Reset default browser styles */
@import url('reset.css');

body {
	background-color:		#f5f5f5;
	font-family: 			"Helvetica Neue", "Trebuchet MS", "Trebuchet";
	font-size: 				11px;
	color: 					#52514A;
	background-image: 		url(bg.jpg);
	background-repeat: 		repeat;
}

a { 
	text-decoration:		none;
	font-weight:			bold;
	color:					#292C29;
}

#head {
	position: 				absolute;
	background-color: 		#292C29;
	top: 					0px;
	left: 					0px;
	height: 				15px;
	width: 					100%;
	z-index:				1;
}

#wrapper {
	position:				relative;
	top: 					70px;
	width:					1020px;
	margin:					0px auto;
}

#header {
	position: 				relative;
	float: 					left;
	width:					192px;
	margin-right:			30px;
	color:					#292C29;
	text-align:				center;
}

#about {
	padding-top:			10px;
}

.projectwrapper {
	display:				block;
	position:				relative;
	width: 					798px;
	height:					330px;
	float:					right;
}

.projectimage {
	float:					left;
	border-left:			7px solid #fff;
}

.projecttext {
	background-color:		#fff;
	float:					right;
	width: 					291px;
	height:					282px;
}

.projecttext h1 {
	position:				relative;
	top:					13px;
	left:					15px;
	width:					246px;
	padding:				7px 10px 0 7px;
	font-size:				11.5px;
}

.projecttext p {
	position:				relative;
	top:					13px;
	left:					15px;
	width:					246px;
	padding:				10px 10px 0 7px;
	margin:					0;
}

.projecttext ul {
	position:				absolute;
	display:				block;
	top:					85%;
	left:					66%;
	background-color:		#fff;
	padding:				5px;
}

.projecttext li {
	display:				block;
	float:					left;
	background-color:		#424242;
	width:					15px;
	height:					15px;
	margin:					0px 1px;
}

.projecttext li a
{
	display:				block;
	height:					100%;
	width:					100%;
	text-align:				center;
	text-decoration:		none;
	color:					#fff;
	line-height:			1.5;
	font-size:				10.5px;
}

.about {
	display:				block;
	position:				relative;
	width: 					787px;
	background-color:		#fff;
	float:					right;
}

.column1 {
	float:					left;
	width:					353px;
	padding:				25px 15px 25px 25px;
	line-height:			1.5;
	font-size:				12px;
	margin: 				0;
}

.column2 {
	float:					right;
	width:					353px;
	padding:				25px 25px 25px 15px;
	line-height:			1.5;
	font-size:				12px;
	margin: 				0;
}	
