body {
	color: #000;
	background-color:#FFF;
	font-family: Georgia, "Time New Roman", serif;

}

h1
{
	color: #000;
	font-weight: bold;
	margin: 0;
}

h2
{
	color: #000;
	font-weight: bold;
	text-align:center;
}

h3, h4, h5, h6
{
	color: #000;
	font-weight: bold;
}

a:link{
	color: #0000ff;
}

a:visited {
	color: #A81Aff;
}

a:hover {
	color: #cc3300;
}

a:active{
	color: #cc3300;
}


p {
	font-size: 1em;
	line-height: 1.2em;
}

img{
	border:none;
}

#header{
	background-color: #9C6;
	
}

#wrapper{
	margin: auto;
	width: 80%;
	background-color: #fff;
	
}

#navigation {
	background-color:#000;
	font:bold 1.0em/1.5em Arial,Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:left;
	position: fixed;
	top: 0px;
	/* bottom:0px; */
	float:left;
	margin-right: 10px;
}

#main{
	/*float:right; */
	width: 78%;
	margin-bottom: 100px;
}
#content {
    padding-left: 210px;
    background-color: #fff;
	}
#navigation li{
	margin-left:3%;
	list-style: none;
}

#navigation a{
	color:#FFF;
	text-decoration:none;

}

#heading h1{
	color: #063;
	position: relative;
	top:-100px;
	left: 50%;
}

#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5%;
	background-color: #000;
	color: #fff;
	font-size: 0.75em;
	}

#footer a{
	color: #fff;
	text-decoration: none;
	}

