body {
	background-color: #000000;
	background-image: url(images/main_page_bg.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#wrapper {
	background-color: #fff2e8;
	border: 1px solid ffffff;
	margin: 5px auto;
	width: 800px;
}

    #nav {
      float:right;
      width:100%;
      background:#fff2e8 url(images/bg.gif) repeat-x bottom;
      font-size:93%;
      line-height:normal;
      }
    #nav ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #nav li {
      float:left;
      background:url(images/norm_right.gif) no-repeat right top;
      margin:0;
      padding:0;
      }
    #nav a {
      display:block;
      background:url(images/norm_left.gif) no-repeat left top;
      padding:5px 15px 4px;
      }
	  
	  #nav a:link,  #nav a:visited {
		font-weight: bold;
		color: #990000;
		text-decoration: none;
      }
	  
	 #nav a:hover,  #nav a:active {
		font-weight: bold;
		color: #990000;
      }
	  
    #nav #current {
      background-image:url(images/norm_right_on.gif);
      }
    #nav #current a {
      background-image:url(images/norm_left_on.gif);
      padding-bottom:5px;
      }

#pagetitle {
	float: left;
	padding-top: 5px;
	width: 280px;
	text-align: center;
	  padding-left: 5px;
}

#pagetitle div#img {
	padding: 5px;
	width: 225px;
	border: 3px solid #CCCCCC;
	margin: 10px 0px;
}

#container {
	clear: both;
	}

#content {
	float: right;
	padding: 5px;
	width: 505px;
}

#clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	}

#footer {
	clear: both;
	font-size: .8em;
		margin: 1px auto;
	width: 600px;
	color: white;
}

.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right                !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }