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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h6 {
	font-size: 14px;
	color: #666;
	vertical-align: text-bottom;
	margin-bottom: 5px;
	margin-top: 0px;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #F30;
}
a:active {
	color: #666;
	text-decoration: none;
}
#container {
	width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#main {
	float: left;
	height: auto;
	width: 745px;
	margin-left: 20px;
}
#projectdescription {
	width: 235px;
	height: auto;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 11px;
	color: #666;
	line-height: 14px;
	padding-bottom: 20px;
	float: left;
	margin: 0px;
}
