@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	background-image: url("../images/Tile2b.png");
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
main {
	background-color: #FFF;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
header {
	background-image: url(../images/header_2018.png);
	background-repeat: no-repeat;
	height: 235px;
	width: 960px;
}
nav {
	float: left;
	width: 230px;
}
nav ul { 
  list-style-type: none;
  float: left;
}
 nav ul li a:hover, nav ul li a:focus { 
  color: white; 
  background-color: #601907; 
  font-weight: bold;
}  
section {
	float: left;
	width: 660px;
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(../images/wall336.jpg);
	background-repeat: repeat;
	color: #601907
}
aside {
	float: left;
	width: 20px;
	padding-right: 10px;
}
footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 23px;
	width: 960px;
}
