* {
  margin: 0;
  padding: 0;
  }

body {
  font-size: normal;
  font-family: "Georgia", "Times New Roman", Times, serif;
  line-height: 1.5em;
  color: #000;
  background: #111 url(../media/graphics/interface/body-bg.gif) repeat;
  }

a {
  color: #49014B;
  }

h1 {
  color: #343F39;
  }


h2 {
  color: #312323;
  font-size: large;
  }

h3 {
  color: #261C1C;
  font-size: medium;
  }

h4 {
  color: #261C1C;
  font-size: smaller;
  }

#wrap {
  width: 985px;
  margin: 20px auto 0 auto;
  }

#header {
  width: 880px;
  height: 124px;
  background: #FFF url(../../css/media/graphics/interface/img_pres/title.jpg) top left no-repeat;
  }

#header h1,
#header h2 {
  text-indent: -10000px;
  }

#photo {
  float: left;
  width: 694px;
  height: 450px;
  background: #FFF url(../../css/media/graphics/interface/img_pres/photo.jpg) top left no-repeat;
  }

#photo h3 a {
  display: block;
  width: 694px;
  height: 420px;
  padding-top: 30px;
  font-size: 1px;
  color: #413F44;
  }

#navigation {
  float: right;
  width: 186px;
  height: 450px;
  background: #FFF url(../../css/media/graphics/interface/img_pres/sidebar-bg.jpg) top left no-repeat;
  }

#navigation ul {
  margin-left: 25px;
  margin-right: 25px;
  padding: 15px 0;
  border-top: 1px solid #CCC;
  }

#navigation ul li {
  padding: 1px 0;
  list-style: none;
  }

#navigation ul li a {
  font-size: 110%;
  font-weight: bold;
  }

#navigation ul li a:hover {
  color: #900;
  }

ul#begin {
  margin-top: 55px;
  border-top: none;
  background: url(../../css/media/graphics/interface/img_pres/begin-bg.gif) left no-repeat;
  }

ul#begin li a {
  font-size: 160%;
  }

#footer {	
  clear: both;
  width: 880px;
  background-color: #000;
  }

#footer p {
  color: #CCC;
  font-size: 85%;
  font-weight: bold;
  padding: 3px 0 5px 80px;
  }

#footer a {
  color: #CCC;
  border-bottom: 1px solid #CCC;
  }
	
#footer a:hover {
  color: #FFF;
  border-bottom: 2px solid #FFF;
  }
