body { 
	background-color: #e0e0e0;
	font-family: times new roman;
	color: #303030;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
}

#main {
	width: 500px;
	border: 1px solid black;
	background-color: #ffffff;
	float: left;
	margin-top: 20px;
	padding: 10px;
	font-size: 0.8em;
	margin-bottom: 20px;
}

#logo {
	background-color: white;
	border: 1px solid black;
	width: 140px;
	padding: 30px 0px 30px 0px;
	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 {
	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;
}
