/* CSS Document */

html, body {padding:0; margin: 0}

body {
	background-image: url("../images/site/bg.gif");
	background-repeat: repeat;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #000000;
}

h1 {
	font-size: 180%;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	margin-top: 2%;
}

h2 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 0%;
}


h3 {
	margin: 0px;
	font-weight: normal;
	font-size: 140%;
}



strong {
	font-weight: normal;
	font-size: 140%;
}

a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;}

em {
	font-style: normal;
	font-weight: bold;
}


table {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

th	{
	vertical-align: top;
	font-weight: bold;
}

td	{
	vertical-align: top;
	padding-bottom: 0.8em;
}

ul.contact {
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}

ul.contact li {
	padding-bottom: 0.5em;	
}

div#nav-people{
	width: 250px;
	height: 200px;
	background-color: #cdcdcd;
	background-image: url("../images/site/people.gif");
	background-repeat: no-repeat;
	background-position: 15px 100px;
	position: relative;
	padding: 0px;
	margin: 0px;
	float: left;
}


div#nav-projects {
	width: 100px;
	height: 200px;
	background-color: #707070;
	float: left;
	background-image: url("../images/site/projects.gif");
	background-repeat: no-repeat;
	background-position: 15px 90px;
	cursor: pointer;
}

div#nav-projects:hover {
	width: 100px;
	height: 200px;
	background-color: #505050;
	float: left;
	background-image: url("../images/site/projects.gif");
	background-repeat: no-repeat;
	background-position: 15px 90px;
	cursor: pointer;
}

div#nav-aboutus {
	background-color: #b6b6b6;
	background-image: url("../images/site/aboutus.gif");
	float: left;
	height: 200px;
	width: 60px;
	background-repeat: no-repeat;
	background-position: 10px 82px;
	cursor: pointer;
}

div#nav-aboutus:hover {
	background-color: #505050;
}


div#nav-bar {
	background-color: #858585;
	background-image: url("../images/site/logo.gif");
	background-repeat: no-repeat;
	background-position: 550px 30px;
	clear: both;
	float: left;
	width: 780px;
}


div#content {
	background-color: #c6c6c6;
	width: 780px;
	text-align: left;
	margin: 0px auto;
}

div#centerimage {
	clear: both;

}

div.about {
	width: 300px;
	float: left;
	margin-top: 25px;
	margin-right: 45px;
	margin-bottom: 45px;
	margin-left: 45px;
}


div#footer {
	clear: both;
	text-align: center;
	font-size: 80%;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#nav-people ul {
	font-size: x-small;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 70px;
	list-style-type: none;
	line-height: 250%;
}

#nav-people a {
	font-weight: normal;
}
#nav-people a:hover {
	text-decoration: underline;
}
