html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 				0;
	padding: 				0;
	border: 				0;
	outline: 				0;
	font-size: 				100%;
	vertical-align: 		baseline;
	background: 			transparent;
}

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

body {
	line-height: 			1.3;
}

ol, ul {
	list-style: 			none;
}

table {
	border-collapse: 		collapse;
	border-spacing: 		0;
}

body {
	background-color:		#d4d4d4;
	font-family: 			"Trebuchet MS", "Trebuchet";
	font-size: 				10.2px;
	color: 					#292C29;
}

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

#headername {
	position:				absolute;
	background-color:		#fff;
	left:					12px;
	top: 					15px;
	width:					190px;
	height:					65px;
	z-index:				1;	
}	

#headername img {
	position:				relative;
	left:					10px;
}

#menu {
	position: 				absolute;
	background-color: 		#ffffff;
	top: 					85px;
	left: 					12px;
	height: 				25px;
	width: 					105px;
	z-index:				1;	
}

#menu p {
	position: 				relative;
	left: 					16px;
	margin-top: 			6px;
	color:					#292C29;
}

#menu a {
	font-weight:			normal;
}	

#wrapper {
	position: 				absolute;
	top: 					110px;
	left: 					205px;
	width:					780px;
}

.projectwrapper {
	display:				block;
	position:				relative;
	width: 					780px;
	height:					379px;
}

.projectimage {
	float:					left;
}

.projecttext {
	background-color:		#ffffff;
	float:					right;
	width: 					280px;
	height:					354px;
}

.projecttext p, h1 {
	position:				relative;
	top:					13px;
	left:					15px;
	width:					255px;
}

.projecttext ul {
	position:				absolute;
	display:				block;
	top:					85%;
	left:					66%;
}

.projecttext .scroll
{
	position:				absolute;
	display:				block;
	top:					85%;
	left:					95%;
}


.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;
}

.about {
	display:				block;
	position:				relative;
	width: 					780px;
	height:					220px;
	background-color:		#fff;
}

.column1 {
	float:					left;
	position:				relative;
	top:					13px;
	left:					20px;
	width:					370px;
	line-height:			1.5;
	font-size:				11px;
}

.column2 {
	float:					left;
	position:				relative;
	top:					13px;
	margin-left:			45px;
	width:					350px;
	line-height:			1.5;
	font-size:				11px;
}	

