@charset "iso-8859-1";
/* CSS Document */
  
* {
  margin: 0;
  padding: 0;
  }
  
body {
  font-size: small;
  font-family: Helvetica, Arial, sans-serif;
  color: #000;
  text-align: center;
  background: #000 url(media/graphics/interface/body-bg.jpg) top left repeat-x;
  }
  
#wrap {
  width: 880px;
  height: 600px;
  margin: 20px auto 0 auto;
  text-align: left;
  background: #FFF url(media/graphics/interface/splash/background.jpg) top left no-repeat;
  }
  
#header {
  float: left;
  width: 745px;
  height: 100px;
  padding-top: 25px;
  padding-left: 135px;
  font-weight: bold;
  line-height: 1.6em;
  }
  
#header h1 {
  font-size: 225%;
  text-transform: uppercase;
  }
  
#header h2 {
  font-size: 120%;
  }
  
#photo {
  float: left;
  width: 652px;
  height: 450px;
  }
  
#photo a {
  display: block;
  width: 652px;
  height: 0px;
  padding-top: 450px;
  overflow: hidden;
  }
  
#sidebar {
  float: right;
  width: 228px;
  padding-top: 55px;
  }
  
#sidebar ul {
  margin-left: 62px;
  margin-bottom: 10px;
  }
  
#sidebar ul li {
  list-style: none;
  }
  
#sidebar ul li#begin {
  margin-left: -33px;
  font-size: 300%;
  font-weight: bold;
  text-transform: uppercase;
  }
  
#sidebar a {
  color: #000;
  text-decoration: none;
  line-height: 1.5em;
  font-weight: bold;
  }
  
#sidebar a:hover {
  color: #CC473C;
  }
  
#footer {
	clear: both;
	width: 880px;
	padding-top: 3px;
	color: #FFFFFF;
  }
#footer p {
	clear: both;
	margin-top: 10px;
	font-size: 85%;
	padding: 10px 2% 10px 2%;
}

  
#footer span {
  color: #FFF;
  font-size: 85%;
  }
  
span#copy {
  float: left;
  width: 68%;
  padding-left: 2%;
  }
  
span#producedby {
  float: right;
  width: 28%;
  padding-right: 2%;
  text-align: right;
  }
  
#footer a {
  color: #FFF;
  text-decoration: none;
  border-bottom: 1px solid #FFF;
  }
  
#footer a:hover {
  border-bottom: 2px solid #FFF;
  }
