body {
	background: #000000;
	margin: 0;
	padding: 0;
	font-family:"Georgia", sans-serif;
	font-size: 11px;
	line-height:16px;
	color:#fff;
}

img {
	display: block;
	border: none;
	margin: 0;
	padding: 0;
}

.topmargin {
	margin: 6px 0 0 0;
	
}

#container {
	position: relative;
}

#header {
	margin: 30px 0 70px 78px;
}

#header h1 a{
	display:block;
	width: 900px;
	height: 54px;
	background: url(images/logo.gif) no-repeat;
	overflow: hidden;
	text-indent: -5000px;
	margin: 0;
	padding: 0;
}


#content {
	margin:0 0 0 88px;
	padding:0;
	position: relative;
}

#description {
	display:block;
	width:550px;
	height:auto;
	margin:0 0 50px 0;
	padding:0;
}

#description h2{
	padding:0;
	margin:0 0 10px 0;
	font-size:12px;
	font-family:"Georgia", sans-serif;
	text-decoration:none;
}

#description p{
	padding:0;
}

#description p a{
	color:#fff;
}

#description p a:link, #description p a:visited {
	text-decoration:none;
	border-bottom:dotted 1px #fff;
}

#description p a:hover, #description p a:active {
	text-decoration:none;
	border-bottom:solid 1px #fff;
}

/*#######################################
TOP NAV CSS :: UNUSED IN THIS VERSION
########################################*/

/*#content #nav {
	position: relative;
	padding: 0 0 20px 68px;
	margin: 0 0 10px 0;
}

#content #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content #nav ul li {
	display: block;
	float: left;
	margin: 0 10px;
}

#content #nav ul li a {
	display: block;
	float: left;
	height: 14px;
	overflow: hidden;
	text-indent: -5000px;
}

#content #nav ul li.featured a:link,  #content #nav ul li.featured a:visited{
	width: 156px;
	background: url(images/featured_off.gif) no-repeat;
}

#content #nav ul li.featured a:hover, #content #nav ul li.featured a:active{
	background: url(images/featured_on.gif) no-repeat;
}

#content #nav ul li.about a:link,  #content #nav ul li.featured a:visited {
	width: 55px;
	background: url(images/about_off.gif) no-repeat;
}

#content #nav ul li.about a:hover, #content #nav ul li.featured a:active {
	width: 55px;
	background: url(images/about_on.gif) no-repeat;
}

#content #nav ul li.contact a:link,  #content #nav ul li.featured a:visited {
	width: 79px;
	background: url(images/contact_off.gif) no-repeat;
}

#content #nav ul li.contact a:hover, #content #nav ul li.featured a:active {
	width: 79px;
	background: url(images/contact_on.gif) no-repeat;
}*/

#content .project {
	padding:0;
	margin: 0 0 50px 0;
	clear: both;
}

#content .project a {
	text-indent: -5000px;
	display: block;

}

#content .project h2 {
	display:block;
	width:800px;
	height:15px;
    margin: 0 0 5px 0;
    padding: 0 0 2px 0;
	border-bottom:solid 1px #fff;
	font-size:11px;
}

#content .project h2 a:link, #content .project h2 a:visited {
	color:#fff;
	text-decoration:none;
}

#content .project h2 a:hover, #content .project h2 a:active {
	color:#ddd;
	text-decoration:none;
}



