/* nova CSS styles */

body { 
  color: #600; 
  background: #ffc;
  font: .90em Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

	/* Header CSS styles */

#header {
  padding: .75em;
  color: #ffc;
  background-color: #f5e1a4;
  margin: 0;
  border-bottom: 1px solid #600;
}

#header h1 {
  padding: 5px;
  margin: 0;
  color: #ffc;
  background-color: #600;
  font-size: 30px;
  text-align: center;
}

	/* topnav CSS styles */


#topnav ul {
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
  color: #600;
  background-color: #f5e1a4;
  text-align: center;
  float: right;
  width: 100%;
}

#topnav li {
  display: inline;
}

#topnav li a:link, #topnav li a:visited {
  padding: 3px;
  color: #600;
  float: right;
  width: 9em;
  text-decoration: none;
  border-left: 1px solid #600;
  background: #f5e1a4;
}

#topnav li a:visited {
  color: #c60;
}

#topnav li a:hover {
  color: #f5e1a4;
  background: #600;
}


	/* content CSS styles */

#content {
  margin-left: 10%;
  margin-right: 10%;
}

	/* bottomnav CSS styles */

#nav {
padding: 0 0 1px 0;
}

#bottomnav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #ffc;
  background-color: #600;
  text-align: center;
  float: left;
  width: 100%;
  clear: both;
}

#bottomnav li {
  display: inline;
}

#bottomnav li a:link, #bottomnav li a:visited {
  padding: 3px;
  color: #ffc;
  float: left;
  width: 9em;
  text-decoration: none;
  border-right: 1px solid #ffc;
  background: #600;
}

#bottomnav li a:visited {
  color: #f5e1a4;
}

#bottomnav li a:hover {
  color: #600;
  background: #f5e1a4;
}

	/* footer CSS styles */

#footer {
  padding: .5em;
  margin-top: 0;
  color: #ffc;
  background-color: #600;
  border-top: 1px solid #ffc;
  clear: both;
}

#footer p {
  padding: 5px;
  margin: 0;
  color: #600;
  background-color: #f5e1a4;
  text-align: center;
  font-weight: bold;
}

	/* classes CSS styles */

.tnail {
  float: left;
  width: 154px;
  border: 2px solid #c60;
  margin: 0 15px 15px 0;
  padding: 5px;
  text-align: center;
  color: #600;
  background-color: #f5e1a4;
}

.tnail img {
  border: none;
}

.cboth {
  clear: both;
}

#fullsize {
	text-align: center;
}

.fs {
  border: 2px solid #c60;
  margin: 0 15px 15px 0;
  padding: 5px;
  text-align: center;
  color: #600;
  background-color: #f5e1a4;
}

.fs img {
  border: none;
}

#footer p a:link, #footer p a:visited, #footer p a:hover, #footer p a:active {
  padding: 3px;
  color: #600;
  text-decoration: none;
  background: #f5e1a4;
}

#text {
	clear: both;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}