@CHARSET "UTF-8";
/* GENERAL */

*{font-family: tempus sans itc, sans-serif;}

html, body{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}
body{
	min-width: 740px;
	background-color: rgb(244, 228, 192);
	height: 8.5in;
}

a img{border: none;}
a{
	color: #FF6347;
	text-decoration: none;
}
a.active{text-decoration: none;}
a:visited{color: #A96458;}
a:hover{text-decoration: underline;}
p{
	margin: 0;
	padding: 0 0 15px 0;
}
/* END GENERAL */

/* Standard Layout Elements */
#header {
	margin-left: 1em;
	height: 6em;
}

#navigation {
	position: absolute;
	top: 8em;
	left: 1em;
	width: 16em;
	font-family: sans-serif;
}

#main {
    margin-top: 2em;
    margin-left: 18em;
    margin-right: 2em;
}

.important {
	text-align: center;
	font-weight: bold;
	margin: 1em;
}

#mission {
	text-align:	center;
	font-weight: bold;
	font-size: larger;
}

#footer {
	position: fixed;
	width: 100%;
 	height: 100px;
	top: auto;
	right: 0;
 	bottom: 0;
	left: 0;
}
