@charset "UTF-8";
/* CSS Document */

* {
  font-style: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body {
  background-color: #FFF;
  color: #000;
  text-align: center; /* dont worry IE */
  font: 0.8em/160% "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}

#wrapper {
  margin: 0 auto;
  text-align: left;
  width: 1000px;
  overflow: hidden;
}

#header {
	
}

#header h1 {
	background: #fff url(logo.jpg) no-repeat 100% 30px;
	width: 1000px;
	height: 100px;
	text-indent: -2000px;
}
#header .backlink {
	position:absolute;
	color:#666;
	text-decoration:underline;
	font-weight:bold;
	padding:70px 0 0 20px;
}
#menu {
	width: 340px;
	float: left;
}

#menu ul {
	list-style: none;
	width: 225px;
	padding: 10px;
	border-top: 1px dotted #ccc;
	margin-top: 10px;
}

#menu li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 7px;
	padding-bottom: 7px;
}

#menu li.selected {
	color: #4B2910;
	background: transparent url(navsel.gif) no-repeat 0 0;
	padding-left: 10px;
}

#menu a {
	color: #666;
}

#menu a:hover {
	color: #4B2910;
}

#menu a .menubig {
	font-size: 16px;
	display: block;
}

#menu h2 {
	background-color: #666;
	color: #FFF;
	width: 225px;
	height: 20px;
	padding: 10px;
	font-weight: normal;
}

#content {
	padding: 15px;
	border: 1px solid #ccc;
	width: 968px;
}

#images {
	float: left;
	width: 550px;
	padding-top: 50px;
}

#imagebox a {
	display: block;
	width: 95px;
	height: 70px;
	float: left;
	margin: 2px;
	padding: 2px;
	border: 1px solid #ccc;
	text-align: center;
}

#images a:hover {
	border-color: #000;
}

#imagetext h3 {
	color: #4B2910;
	padding-top: 10px;
}

#imagetext h5 {
	color: #4B2910;
	padding-bottom: 10px;
}

#imagebig img {
	border: 1px solid #ccc;
	text-align: center;
	padding: 5px;
}

#imagenav {
	text-align: center;
}

#imagenav a {
	padding-right: 10px;
	color: #666;
	font-size: 10px;
}

#footer ul {
	list-style: none;
}

#footer li {
	float: left;
	text-transform: uppercase;
	color: #666;
	font-size: 10px;
}

#footer a {
	color: #666;
}

#footer p {
	color: #666;
	text-align: right;
	font-size: 10px;
}
