*{
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	color: #000000;
	background: #FFFFFF;
	text-align: center;
}
#container{
	width: 400px;
	margin: 50px auto;
	position: relative;
	text-align: left;
}
#directory{
	margin-bottom: 30px;
	font: bold 10px "Trebuchet MS", Verdana, Geneva, sans-serif;
}
#directory a{
	color: #CB2D20;
	text-decoration: none;
}
#directory a:hover{
	background: #EAEAEA;
}
#content{
	width: 325px;
	position: relative;
}
#projname h1{
	margin-bottom: 15px;
	font: bold 14px "Trebuchet MS", Verdana, Geneva, sans-serif;
}
#projimage{
	position: relative;
}
#projdesc1{
	color: #000000;
	font: 12px "Trebuchet MS", Verdana, Geneva, sans-serif;
}
#projdesc1 a{
	color: #CB2D20;
	text-decoration: none;
}
#projdesc1 a:hover{
	background: #EAEAEA;
}
#projdesc{
	display: none;
}
#navigation{
	top: 50px;
	right: 0;
	font: bold 11px "Georgia", "Book Antiqua", "Times New Roman", Times, serif;
	position: absolute;
}
#navigation a{
	color: #CB2D20;
	text-decoration: none;
}
#navigation a:hover{
	background: #EAEAEA;
}
#watermark{
	left: -75px;
	top: 37px;
	width: 28px;
	height: 23px;
	position: absolute;
}
#license{
	color: #888;
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height: 1.2;
	margin-top: 60px;
}
#license .pull{
	float: left;
	margin-right: 5px;
}
#license p{
	margin: 5px 0 5px 55px;
}
#license p a{
	color: #777;
	font-weight: bold;
	text-decoration: none;
}
#license p a:hover{
	background-color: #EAEAEA;
	color: #CB2D20;
}
.filelink a{
	background-position: 3px 3px;
	background-repeat: no-repeat;
	display: block;
	height: 18px;
	line-height: 18px;
	padding: 3px 3px 3px 23px;
}
.cs3{
	background-image: url(artwork/source/page_white_vector.png);
}
.eps{
	background-image: url(artwork/source/page_white_cd.png);
}
.pdf{
	background-image: url(artwork/source/page_white_acrobat.png);
}
