html, body {
		margin:0;
		padding:0;
		height:100%;
		font: 10pt/180% Arial, Verdana, 'Times New Roman', serif;
		color: #000;
		background-color: #E6E6E6;
		}
#container	{
		width: 908px;
		float: left;
		}
#layout		{
		width: 674px;
		float: left;
		background-color: #FFF;
		min-height:100%;
		position:relative;
		margin: 0 auto;
		height: 100%;
		}
#header		{
		margin: 40px 0px 0px 40px;
		}
#navigation	{
		margin: 0px 0px 0px 40px;
		height: 25px;
		width: 570px;
		}
.nav_links	{
		border-right: 3px solid #e5e5e5;
		}
#navigation a {
		float: left;
		display: block;
		padding-right: 20px;
		padding-left: 30px;
		color: #737373;
		background-color: #FFF;
		font-size: 1.4em;
		text-transform: lowercase;
		font-family: Tahoma, Arial, Georgia, "Times New Roman", serif;
		text-decoration: none;
		letter-spacing: 0.2em;
		margin: 0px 5px;
		font-weight: normal;
		}
#navigation a:hover 
		{
		color: #F1BF00;
		background-color: #FFF;
		text-decoration: none;
		font-weight: normal;
		}
#content	{
		width: 590px;
		margin: 0px 0px 0px 40px;
		height: 100%;
		padding-bottom: 350px;	/* Height of the footer */
		overflow: auto;	
		}
#featured	{
		width: 200px;
		float: right;
		background-color:#A1CB45;
		margin: 110px 0px 0px 0px;
		padding: 0px 0px 15px 0px;
		}
#featured_text	{
		margin: 5px 18px;
		}
#footer_nav	{
		width: 590px;
		float: none;
		max-height: 150px;
		min-height: 150px;
		}
#footer_text	{
		margin: 0px 0px 0px 40px;
		}
#findme		{
		width: 190px;
		float: left;
		padding-right: 5px;
		}
#onstaff	{
		width: 190px;
		float: left;
		padding-right: 5px;
		}
#joined		{
		width: 190px;
		float: left;
		}
#footer		{
		width: 590px;
		background-color: #4C1D81;
		color: #FFF;
		padding: 0px 42px 0px 42px;
		position:absolute;
		bottom:0;
		height:201px;			/* Height of the footer */
		}
h3		{
		margin-bottom: -15px;
		font-family: Tahoma, Arial, Georgia, "Times New Roman", serif;
		font-size: 1.1em;
		letter-spacing: 0.2em;
		}
h2		{
		color: #4C1D81;
		}
.project	{
		font-weight: bold;
		font-size: 1.3em;
		text-transform: uppercase;
		color: #4C1D81;
		}

img		{ border: 0; float: none; }

A,
A:link,
A:visited	{ color: #000; text-decoration: none; font-weight: bold; background-color: #FFF;}
A:active,
A:hover		{ color: #A1CB45; text-decoration: none; font-weight: bold; background-color: #FFF;}

#footer A,
#footer A:link,
#footer A:visited	{ color: #F1BF00; text-decoration: none; font-weight: normal; background-color: #4C1D81;}
#footer A:active,
#footer A:hover		{ color: #FFF; text-decoration: none; font-weight: normal; background-color: #4C1D81;}

#featured A,
#featured A:link,
#featured A:visited	{ color: #663399; text-decoration: none; font-weight: bold; background-color: #A1CB45;}
#featured A:active,
#featured A:hover	{ color: #FFF; text-decoration: none; font-weight: bold; background-color: #A1CB45;}

