@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(images/bg.jpg) repeat-x;
}

#top {
	width: 950px;
	height:95px;
	margin: 0 auto;
	padding: 0 auto;
	min-width: 633px;
}


#top a,
#top a:link,
#top a:visited {
	display: block;
	height: 95px;
	margin: 0;
	padding: 0;
	float:left;
}

#top img.home {
	margin-top:20px;
	width: 400px;
}

	
#top img.next {
	margin-top:20px;
	width: 233px;	
}





#navigation {
	width:950px;
	height:40px;
	margin: 0 auto;
	padding: 0 auto;
	min-width: 624px;
}

#navigation a,
#navigation a:link,
#navigation a:visited {
	display: block;
	height: 40px;
	margin: 0;
	padding: 0;
	float:left;
}

#navigation a.home {
	width: 104px;
	background: url(images/HomeNavi.jpg) 0 0 no-repeat;
}

#navigation a.currenthome {
	width: 104px;
	background: url(images/HomeNavi.jpg) 0 0 no-repeat;
	background-position: 0 -40px;
}

#navigation a.company {
	width: 104px;
	background: url(images/CompanyNavi.jpg) 0 0 no-repeat;
}

#navigation a.currentcompany {
	width: 104px;
	background: url(images/CompanyNavi.jpg) 0 0 no-repeat;
	background-position: 0 -40px;
}

#navigation a.project {
	width: 104px;
	background: url(images/ProjectNavi.jpg) 0 0 no-repeat;
}

#navigation a.currentproject {
	width: 104px;
	background: url(images/ProjectNavi.jpg) 0 0 no-repeat;
	background-position: 0 -40px;
}

#navigation a.log {
	width: 104px;
	background: url(images/LogNavi.jpg) 0 0 no-repeat;
}

#navigation a.currentlog {
	width: 104px;
	background: url(images/LogNavi.jpg) 0 0 no-repeat;
	background-position: 0 -40px;
}

#navigation a.resource {
	width: 104px;
	background: url(images/ResourceNavi.jpg) 0 0 no-repeat;
}

#navigation a.currentresource {
	width: 104px;
	background: url(images/ResourceNavi.jpg) 0 0 no-repeat;
	background-position: 0 -40px;
}

#navigation a.people {
	width: 104px;
	background: url(images/PeopleNavi.jpg) 0 0 no-repeat;
}

#navigation a.currentpeople {
	width: 104px;
	background: url(images/PeopleNavi.jpg) 0 0 no-repeat;
	background-position: 0 -40px;
}

#navigation a.space {
	width: 326px;
	background: url(images/SpaceFiller.gif) 0 0;
}

#navigation a:hover,
#navigation a.active {
	background-position: 0 -40px;
}

#stuff {
	width:950px;
	height:20px;
	margin: 0 auto;
	padding: 0 auto;
	min-width: 950px;
}

#content {
	width:950px;
	margin: 0 auto;
	padding: 0 auto;
	min-width: 950px;
	background: #ffffff;
	
}


#content p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width:800px;
	color:#47403c;
	font-family: "century gothic";
	font-size: 13px;
}




#body {
	
}



#intro {
	height:20px;
}

#intro h1 {
	margin: 0 0 0 0 ;
	padding: 20px 0px 0px 20px;
	width: 600px;
	height: 20px;
	color:#47403c;
	font-family: "Arial Black";
	font-style: oblique;
}


#content_home {
	height: 125px;
	width: 950px;
	padding: 70px 0 0 70px;
}


#content_company {
	height: 420px;
	width: 950px;
	padding: 70px 0 0 70px;
}


#content_project {
	height: 600px;
	width: 950px;
	padding: 70px 0 0 70px;
}


#content_log {
	height: 5000px;
	width: 950px;
	padding: 70px 0 0 70px;
}


#content_resources {
	height: 250px;
	width: 950px;
	padding: 70px 0 0 70px;
}

#content_resources ul {
	font-family: "century gothic";
	font-size: 13px;
}


#content_people {
	height: 400px;
	width: 950px;
	padding: 70px 0 0 70px;
}







#bottom p {
	margin: 0 auto;
	padding: 0 0 0 0;
	height: 53px;
	width: 650px;
	font-family: Georgia;
	font-size: 11px;
	text-align: center;
}

