.linkHider {
	font-size: 1px;
	visibility: hidden;
	color: #000;
	text-indent: -999;
	display: block;
}
p {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #999;
}
#wrapper {
	width: 780px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

#navigation {
	width: 180px;
	position: fixed;
	text-align: right;
	float: left;
	margin-top: 0px;
}
#header {
	height: 150px;
	width: 780px;
}
#header #headername {
	display: block;
	width: 180px;
	float: left;
	height: 150px;
}

#header #headertext {
	width: 520px;
	display: block;
	height: 150px;
	float: right;
}
#headername   h1  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2em;
	color: #F60;
	font-weight: normal;
	padding-top: 20px;
	position: fixed;
	padding-left: 35px;
	letter-spacing: -1px;
}
#headername h1 a {
	text-decoration: none;
	color: #F60;
}

#headertext h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2em;
	color: #999;
	font-weight: normal;
	text-align: left;
	padding-top: 20px;
	line-height: 1.2em;
	padding-bottom: 5px;
	letter-spacing: -1px;
}









#content {
	float: right;
	width: 520px;
	background: #FFF;
}

#content ul li {
	width: 520px;
	overflow: hidden;
}

.projectName {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 20px;
	color: #FFF;
	height: 25px;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 24px;
	background: #999;
	padding-left: 5px;
}
.projectImage {
	margin-bottom: 20px;
	display: block;
	width: 500px;
	border: 1px solid #CCC;
	margin-right: auto;
	margin-left: auto;
}

.projectInfoLeft {
	float: left;
	width: 250px;
	line-height: 1.5em;
	display: block;
	margin-bottom: 20px;
}
.projectInfoRight {
	float: right;
	width: 250px;
	line-height: 1.5em;
	display: block;
	margin-bottom: 20px;
}
.projectInfoSub {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
}


.projectInfo {
	margin-bottom: 20px;
	display: block;
	clear: both;
}
#linkwrapper  {
	display: block;
	width: 700px;
	height: 25px;
	margin-bottom: 60px;
}
#linkwrapper a  {
	font-size: 1.8em;
	font-weight: normal;
	color: #06F;
	text-decoration: none;
	border-bottom: none;
	display: block;
	height: 25px;
	white-space: nowrap;
	font-family: Verdana, Geneva, sans-serif;
	width: 170px;
	line-height: 25px;
	letter-spacing: -1px;
}
#linkwrapper a:hover {
	color: #F60;
}
#footer {
	display: block;
	height: 100px;
	background: #CCC;
}
