*
{
	margin:0;
	padding:0;
}

a
{
	color: black;
	text-decoration: none;
	outline: none;
}

a:hover
{
	text-decoration: underline;
}

h2
{
	margin-top: 1em;
}

h3
{
	font-size: 1em;
	margin-top: 1em;
}

p
{
	max-width: 35em;
}

img
{
	border:none;
}

body 
{
	
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

body.home
{
	color: black;
	text-align: center;
}

	body.home a
	{
		color: black;
	}

ul
{
	margin: 0 auto;
}

#header
{
	padding: 0;
	margin: 0;
	height:40px;
	width:100%;
	top:30px;
	left: 0px;
	z-index: 3;
	background: transparent no-repeat 90%;
	position:fixed;
	font-size: 2.3em;
	text-transform: uppercase;
	text-align: center;
}

	#contentframe
	{
		overflow: hidden;
		height: 100%;
		text-align:center;
		z-index: 3;
	}
	
		#contentframe h1
		{
			display: inline;
			font-size: 1em;
		}
	
		#menu
		{
			display: inline;
			text-align: center;
		}
		
			#menu li
			{
				display: inline;
				padding: 5px;
			}
	

#content
{
	margin: 100px auto 0 ;
	padding-left: 370px;
	width: 600px;	
}

	#content a
	{
		text-decoration: underline;
	}
