body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	margin: 0px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#logo {
	top: 100px;
	margin-left: 0px;
	position: relative;
	width: auto;

	
}
#header {
	position: relative;
	top:30px;
	left:0px;
	height:80px;
	width:auto;
	background-color:#680C0C;
}
hr {
	color: #000000;
	margin: 0px;
	padding: 0px;
	height: 2px;
	
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
#content {
	
	width: auto;
	margin-left: 215px;
	margin-right: 100px;
	margin-bottom: 120px;
	position: relative;
	top: 58px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
#content a {
	color:#0000FF;
	}
#content a:hover {
	color:#FFFF00;
}
#content a:visited {
	color:#660066;
}
.width1 p{
	width: 550px;
}
.width2 p{
	width: 500px;
}
.width3 {
	width: 400px;
}
#footer {
	position:relative;
	bottom:50px;
	right: 85px;
	padding-top: 10px;
	margin: 40px 0px 15px 0px;
	text-align: center;
	font-size: 8pt;
	}
#footer a {
	color:#0000FF;
	}
#footer a:hover {
	color:#FFFF00;
}
#footer a:visited {
	color:#660066;
}
.news {
	border: 2px solid #8A3324;
	display: block;
	background-color: pink;
	padding: 2px;
	}
