body { 
	background-color: #ffffff;
	font-family: times new roman;
	color: #000000;
	background-image: url(../images/fade.gif);
	background-repeat: repeat;
}

#main {
	background-color: white;
	border: 1px solid black;
	width: 600px;
	padding: 10px;
	margin-top: 20px;
	font-size: 0.8em;
	margin-bottom: 20px;
	float: left;
}

#logo {
	background-color: white;
	border: 1px solid black;
	width: 200px;
	padding: 30px 0px 30px 0px;
	background-image: url(../images/arch.png);
	background-image: align: left;
	background-repeat: no-repeat;
	margin: 20px;
	color: #92050A;
	font-size: 2em;
	text-align: center;
	float: left;
}

h1 {
	color: #92050A;
	margin: 0px;
	font-size: 1.3em;
	border-bottom: 3px solid #92050A;
	text-transform: uppercase;
}

#navigation {
	font-size: 1.6em;
	text-align: center;
	padding-top: 10px;
}

#navigation a:link,
#navigation a:visited,
#navigation a:active,
#navigation a:hover {
	color: #92050A;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

#footer {
	color: #909090;
	margin: 0px;
	font-size: 0.8em;
	text-align: right;
	font-weight: normal;
	border-top: 3px solid #92050A;
}

.slogan {
	font-style: italic;
	font-size: 1.4em;
	color: #92050A;
	font-weight: bold;
	text-align: center;
}