body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

h1,p,h2,a:link,a:visited,a:active {
	font-family:Arial, sans-serif;
	}

h1,p,h2 {
	color: #000000;
	background-color:#fffff;
	}
h1 {
	font-size: 1.2em;
	color:#595955
	}

h2 {
	font-size: 1.1em;
	color:#666661

}

p {
	/*font-size: 0.8em;*/
	}

/* Link styling */

a:link {
	color: #8C4646;
}

a:visited {
}

a:active {
	color: #00CCFF;
}

/* IDs and classes */

#wrapper {
	position: relative;
	width: 60%;
	min-width: 600px;
	text-align: left;
	margin: 0 auto;
	}

#subwrapper {
	position: absolute;
	width: 100%;
	height: auto;
	top: 110px;
	background: #A3CFF1; /* set same as navigation */
	overflow: hidden;
	} /*to surround navigation and main, styling columns */ 

#header,#subheader {
	width: 100%;
	height: 70px;
	left: 0px;
	top: 0px;
	/*padding: 10px;*/
	background: #b6a39e; /*darker red is #8C4646 */
	text-align:center;
	float: left;
	color:#000000; 
	font-family:Arial, sans-serif;
	font-size: 2em;
	}

#subheader {
	height: 40px;
	top: 70px;
	background:#c9eddc;
	font-size: 1.2em;
	text-align: left;
	}

#navigation {
	position: relative;
	width: 20%;
	background: #A3CFF1; /* set same as subwrapper */
	float: left;
	text-align: left;
	}

#main {
	position: relative;
	width: 80%;
	background: #e0e0e0;
	float: right;
	text-align: left;
	}

#footer {
	width: 100%;
	height: 20px;
	background: #c9eddc;
	color: #333333;
	text-align: right;
	font-size: 0.8em;
	clear: both;
	}

.padding {
	padding: 2%;
	}

.paddingsmall {
	padding: 1%;
	}