BODY {
	background-color: #AF4225;
	background-image: url(images/deepred.gif);
}
A:link {
	color: #AF4225;
	font-weight: bold;
	text-decoration: none;
}
A:visited {
	color: #AF4225;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
#container {
	width: 600px;
	\width: 620px;
	w\idth: 600px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

#banner {
	padding: 10px;
	height: 105px;
	background-color: #808080;
	background-image: url(images/banner.jpg);
}

#content {
	padding: 7px;
	margin-right: 175px;
	background-color: white;
	text-align: justify;
	font-size: small;
}

#sidebar-a {
	float: right;
	width: 150px;
	\width: 170px;
	w\idth: 150px;
	margin: 0;
	margin-left: 5px;
	padding: 10px;
	background-color: #D8E5FA;
	text-align: right;
	font-size: small;
}

#footer {
	clear: both;
	padding: 10px;
	background-color: #808080;
	font-size: smaller;
}
#empty {
	background-color: white;
	border: 1px solid black;
	width: 100%;
	height: 300px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h1 {
	font-weight: normal;
	font-size: x-large;
	margin: 0px;
}
h2 {
	font-weight: normal;
	font-size: large;
	margin: 0px;
}
h3 {
	font-weight: normal;
	font-size: large;
	margin: 0px;
}
.divider {
	background-color: #AF4225;
	border: 1px solid black;
	margin: 5px;
	width: 75%;
	height: 5px;
}