body {
	border: none;
	margin: 0;
	padding: 0;
	color: #111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background: #fff;
}
h1 {
	font-size: 22px;
	font-weight: bold;
}
h2 {
	font-size: 17px;
	font-weight: bold;
}
div#wrapper {
	margin: 0 auto;
	width: 618px;
	min-height: 100%;
}
div.center {
	text-align: center;
}
div.project {
	width: 100%;
	margin-bottom: 36px;
	font-size: 14px;
}
div.project div.left, div.project div.center, div.project div.right {
	width: 206px;
	float: left;
}
div.project div.left {
	text-align: left;
}
div.project div.center {
	text-align: center;
}
div.project div.right {
	text-align: right;
}
div.clearleft {
	clear: left;
}
div#menu {
	font-size: 17px;
	margin-bottom: 36px;
}
div#menu a, div#menu span {
padding: 0 10px;
}
div#menu a ,div#menu a:link, div#menu a:visited, div#menu a:hover, div#menu span {
	font-weight: bold;
	text-decoration: none;
}
div#menu a, div#menu a:link {
	color: #111;
}
div#menu a:visited {
	color: #666;
}
div#menu a:hover, span {
	color: #C41616;
}
div#content a, div#content a:link {
	color: #C41616;
	font-weight: normal;
	text-decoration: none;
}
div#content a:visited {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
div#content a:hover, div#content a:active {
	color: #C41616;
	font-weight: normal;
	text-decoration: underline;
}
