div.container {
	top: 10px;
	position: relative;
	margin: 0 auto;
	width: 800px;
	background-color: fff8dc;
}

body {
	color: black;
	font-size: 77%;
	margin: 0;
	padding: 0;

}

body, textarea, input {
	font-family: arial, helvetica, sans-serif;
}

a {
	color: #8B4513;
	text-decoration: none;
}

a:visited {
	color: #CD853F;
}

a:hover {
	color: #FFA500;
	text-decoration: underline;
	background: none;
}

a:active {
	color: 8B4513;
}

abbr, acronym, .abbr {
	border: 0;
	cursor: help;
}


/*------------------- HEADER -------------------*/

#header {
	height: 125px;
	padding-left: 182px;
}

#header p {
	color: #339;
	padding-top: 48px;
	margin: 0;
	font-size: 0.9em;
}




/*------------------- CONTENT AREA -------------------*/

#content {
	margin-top: 80px;
	line-height: 1.5em;
	width: 800px;
}

#contenthomepage {
	margin-top: 320px;
	line-height: 1.5em;
	width: 800px;
}

#contenthomepage h1 {
	color: #000;
	font-size: 1em;
	text-align:center;
	margin-left: 150px;
	margin-right: 150px;
}

#contenthomepage p {
	color: #000;
	font-size: 1em;
	text-align:center;
	margin-left: 150px;
	margin-right: 150px;
}

#column1content {
	float:left;
	margin-left: 168px;
	margin-top: 0px;
	line-height: 1.5em;
	width: 500px;
}

#column2content {
	float:right;
	margin-top: 65px;
	margin-right:100px;
	line-height: 1.5em;
	width: 200px;
}

#column3content {
	float:left;
	margin-left: 168px;
	margin-top: 50px;
	line-height: 1.5em;
	width: 500px;
}

#content p {
	color: #000;
	font-size: 1em;
	text-align:left;
	margin-left: 170px;
	margin-right: 170px;
}

#content h1 {
	color: #000;
	font-size: 1em;
	text-align:left;
	margin-left: 170px;
	margin-right: 170px;
}

#column3content h1 {
	color: #000;
	font-size: 1em;
	text-align:left;
	margin-left: 0px;
	margin-right: 170px;
	margin-top: 0px;
}

#content h2 {
	color: #000;
	font-size: 1em;
	text-align:center;
	margin-left: 170px;
	margin-right: 170px;
	margin-top: 325px;
}


/*--- contact stuff ---*/

#footer {
	text-align:center;
	padding-top: 2em;
	padding-bottom: 1em;
	clear: both;

}

#footer p {
	color: #555;
	font-size: 0.9em;
	margin: 0;
	line-height: 2em;

}

.rule {border-top-width: 1px;
       border-top-style: solid;
       border-color: #888; 
       margin: 0px 2%;}

