body{
	margin:0 auto;
	padding:0;
  background-color:#000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #cccccc;
	width:100%;
}

#wrapper{
	margin:0 auto;
	width:950px;
  #background-color:#000000;
}

#menuside {
  margin:5px;
}

#navcontainer { width: 165px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 145px;
background-color: #CC0000;
border-bottom: 2px solid #000;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #ff0000;
color: #fff;
}

#longdescription {
	border:1px solid #999999;
	padding: 5px;
	font-size: 0.8em;
	width: 140px;
}

#longdescription p {
  margin:0;
}


#contentside {
  margin: 5px;
	margin-left:0;
}

img.right {
  float:right;
	border:0;
	margin-left: 6px;
	padding: 3px;
}

h1 {
  font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 1.6em;
	font-weight:bold;
	margin-top:15px;
	margin-bottom: 5px;
	color: #ff1515;
	margin-right: 5px;
}

h2 {
  font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 1.3em;
	font-weight:bold;
	margin-top:5px;
	margin-bottom: 2px;
	color: #ffffff;
	margin-right: 5px;
}

h3 {
  font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	margin-top:5px;
	margin-bottom: 0px;
	color: #ffffff;
	margin-right: 5px;
	text-decoration:underline;
}

h4 {
  font-family: Verdana, sans-serif;
	font-size: 1em;
	font-weight:bold;
	margin-top:5px;
	margin-bottom: 2px;
	color: #ffffff;
	margin-right: 5px;
	text-decoration:none;
}

#contentside p {
  margin-top:0;
	margin-bottom: 15px;
	margin-right: 5px;
}

ul {
  margin-top: 10px;
}


#contentside li {
  margin-bottom:7px;
}


/* Footer */

#footer p {
  border-top: 1px solid #777777;
  margin-top: 3px;
  margin-bottom: 0;
	padding-top:10px;
  font-size: 0.7em;
  text-align: center;
	line-height: 2em;
	color:#999999;
  }

#contentside a, #contentside a:visited {
  color: #ffffff;
	text-decoration:underline;
}

#contentside a:hover {
	color:#ff0000;
  text-decoration: underline;
}

#footer a, #footer a:visited {
	color:#999999;
	text-decoration:underline;
}

#footer a:hover {
	color:#ff0000;
  text-decoration: underline;
}


/* Bottom Credit Area */

#credit p {
  font-size: 0.7em;
  float: right;
  clear: right;
  color: #454545;
  margin-top: 1px;
  padding-right: 5px;
  background-color: #000000;
  }

#credit a {
  color: #454545;
  background-color: #000000;
  text-decoration: none;
  }

#credit a:hover {
  color: #ababab;
  background-color: #000000;
  text-decoration: underline;
  }

img.photolibrary {
  border: 1px solid white;
	padding: 3px;
	margin: 5px;
	}

