html, body
{
	font-family:"lucida sans",arial,sans-serif;
	font-size:90%;
	height: 100%;
	margin: 0;
	padding: 0;
	cursor: default;
	background-color: #2A2A2A;
}

.bounding-width
{
	width: 910px;
	padding-right: 40px;
	overflow:hidden;
	margin:0 auto;
}

#banner
{
	padding-top: 100px;
	background: #2A2A2A url('banner.jpg') 0 120px no-repeat;
	background-repeat: repeat-x;
}

#projects
{
	text-align: center;
	background: transparent url('crack.png') 215px 100% no-repeat;
}

.project-bigthumb
{
	margin-right: 0px;
	height: 217px;
}

#title
{
	color:#6D7E92;
	font-size:2.2em;
	text-decoration:none;
	text-shadow:0 -1px 0 #000000;
	text-align: center;
	padding: 10px 0 0 0;
}

#title b
{
	font-size: 1.25em;
}


#footer
{
	color:#666666;
	font-size:0.8em;
	padding:5px;
	text-align:center;
}
