html, body {margin: 0; padding: 0; border: 0;}

body	{
    background: #333333;
	margin: 15px 0 0 0;
    text-align: center;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999
	}

#wrap   {
  position: relative;
  width: 745px;
  height: 490px;
  background: #48443E;
  margin: 0 auto 0 auto;
}

#leftcolumn {
  margin: 0;
  padding: 0px;
  position: absolute;
  top: 15px;
  left: 15px;
  border: 1px solid #89826E;
  width: 350px;
  height: 460px;
}

#logo span {
  display: none;
}

#logo {
  width: 350px;
  height: 87px;
  background-image: url(../images/layout/logo.gif);
}

#rightcolumn {
  margin: 0;
  padding: 0px;
  position: absolute;
  top: 131px;
  left: 380px;
  border: 1px solid #89826E;
  width: 350px;
  height: 344px;
  background: #776F5E;
}

#gallery {
  margin: 0;
  padding: 0px;
  position: absolute;
  top: 15px;
  left: 380px;
}

#flash {
  padding-top: 8px;
}

#posright {
  padding: 8px 0 0 0;
  margin: 0px;
}

#posright img {
  border: 1px solid #000;
}

#menu {
  margin: 0px;
  padding: 5px 0 0 0;
  width: 350px;
  height: 28px;
  background-image: url(../images/layout/menu_bg.gif);
  background-repeat: no-repeat;
  text-transform: uppercase;
}

#menu img {
	vertical-align: middle;
	margin: 0px
}
	
#menu ul, li {
  margin: 0;
  padding: 0;
  display: inline;
}

#menu a {
	font-size: 10px;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	color: #AFAC9C;
	border: 1px;
	}

* html #menu a {
    background: #545046;
    border: 1px solid #3E3A31;
}

#menu a:hover {
	text-decoration: none;
	color: #fff;
	background: #615B50;
	border-left: 1px solid #898277;
	border-top: 1px solid #898277;
	border-right: 1px solid #343028;
	border-bottom: 1px solid #343028;
 }
    
#content {
  margin: 0;
  padding: 0;
  width: 350px;
  height: 345px;
  position: absolute;
  top: 115px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  color: #000;
}

* html #content {
  height: 343px;
  }

#pos {
  padding: 20px 25px 0px 25px;
  margin: 0px;
  text-align: justify;
}

#pos H1 {
	font-size: 12px;
	color: #000;
	border-bottom: 1px dotted #000;
    margin: 0;
    padding: 0;
}

#pos a {
	color: #000;
	text-decoration: underline;
	}

#pos a:hover {
	color: #714707;
	text-decoration: none;
    }

#pos H2 {
	font-size: 12px;
	color: #35342F;
	border-bottom: 1px dotted #000;
    margin: 0;
    padding: 0;
}

#pos strong {
  	font-size: 10px;
	color: #464439;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#footer {
  margin: 0 auto;
  color: #70675D;
  margin: 25px;
}

.spacer {
  width: 20px;
  font-size: 1px;
}

.previewnavigation {
  color: #69675D;
  text-align: right;
  margin-bottom: 15px;
}

