body {
	font-family:arial;
	font-size: 13px;
	color: #000000;
	text-align:center;
	background-color:#990000;
		}

#container {
	text-align:left;
	background-color:#ffffff;
	width: 800px;
	margin-right:auto; margin-left:auto;
	margin-bottom:0px;
	background-image: url('bg.jpg');
}

#header {
	background-color:#ffffff;
	background-image: url('header.jpg');
	background-repeat: no-repeat;
	height:264px;
	margin-bottom:10px;
}


#footer {
	background-color:#AA7F2A;
	clear: both;
	text-align:center;
	margin:0px;
	color:#ffffff;
	padding:5px;
}

#content {
	width: 500px;
	float: right;
	background-color:#EAEAD3;
	margin-left: auto; margin-right: auto;
	padding-bottom:0px;
	padding:10px;
}

#navigation {
	background-color:#ffffff;
	width: 250px;
	height:100%;
	padding-left:20px;
	float: left;
	padding-bottom:0px;
}


blockquote {
padding-left: 5px;
}


img {
	border:0px;
	padding:5px;
	}

hr {
	width:175px;
	}


/* LINKS
-----------------------------------*/
a {
	text-decoration: none;
        font-weight:bold;
        color:#cc0000;
}


a:hover {
	text-decoration: underline;
	color:#000000;
}


#footer a {
	color:#ffffff;
	text-decoration:none;
	}

#footer a:hover {
	color:#ffffff;
	text-decoration:none;
	}
