	body,
	html {
    font-family: Verdana, "Times New Roman", Times, serif;
  	font-size: 12px;
		margin:0;
		padding:0;
		background:#a7a09a;
		color:#000;
	}
	body {
		min-width:768px;
	}
	html {
	  overflow-y: scroll;
	}
	#wrap {
		background:#e8e4d2 url(images/background.png) repeat;
		margin:0 auto;
		width:768px;
	}
	#header {
		background:#a7a09a;
		height:181px;
	}
	#nav {
		background:#FFFFFF;
		width:160px;
		float: left;
  	width: 160px;
	}
	#main {
    height: 1%; /* Holly hack for Peekaboo Bug */	
		background:#e8e4d2;
		float:right;
		width:608px;
  	font-size: 12px;
  	line-height: 20px;
  	list-style-type: square;
  	text-decoration: none;
		min-height:600px;
	}
	#pagetitle {
	  padding:0px;
		margin:0px;
	}
	#picturebar {
	  padding:0px;
		margin:5px;
	  text-align:center;
	}
	#sidebar {
		background:;
		float:left;
		width:160px;
		margin-top:150px;
	}
	#footer {
		background:#e8e4d2;
		clear:both;
	  text-align:center;
		border-top: 1px solid #a7a09a;
	}

	#picturebar img {
    border: 0px;
		margin: 5px 5px;
		padding: 0px;
	}

	#pagetitle img {
    border: 0px;
		margin: 0;
		padding: 0;
	}

	#header div.title {
		position:relative;
		top:-169px;
		left:50px;
		color:#e8e4d2;
		font-size:64px;
		z-index:3;
  }
	#header div.shadow {
		position:relative;
		top:-245px;
		left:52px;
		color:#777777;
		font-size:64px;
		z-index:2;
  }

	#header div.subtitle {
		position:relative;
		top:-241px;
		left:160px;
		color:white;
		font-size:20px;
		z-index:3;
  }
	#header div.subshadow {
		position:relative;
		top:-265px;
		left:162px;
		color:#777777;
		font-size:20px;
		z-index:2;
  }
	#nav ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li {
		display:block;
		margin:12px 0;
		padding:0;

		border-bottom: 1px solid #E7DEBF;
  	color: #998E64;
  	font-size: 12px;
  	line-height: 18px;
  	padding-left: 8px;
  	text-decoration: none;
	}

  #nav li a {
  	color: #998E64;
    text-decoration:none !important;
  }
  #nav li a:visited {
  	color: #998E64;
    text-decoration:none !important;
  }
  #nav li a:hover {
    color:#015353;
    text-decoration:none !important;
  }

	#main h1 {
		padding:0 10px;
  	font-size: 16px;
	}
	#main h2 {
		width: 588px;
		background-color: #BAB6A2;
		overflow: hidden; 
		font-weight: bold;
		padding:5px 10px;
		font-size:16px;
		color:white;
		letter-spacing: 10px;
	}
	#main h3 {
		font-size:14px;
		width: 588px;
		font-weight:100;
		padding:5px 10px;
		border-top:1px solid #BAB6A2;
		border-bottom:1px solid #BAB6A2;
	}
	
	#main p {
		padding:0 10px;
  }
	#main p.contact{
		text-align:center;
		font-size: 18px;
  	line-height: 24px;
  }
	#footer p {
		padding:5px;
		margin:0;
    }

  .navselected {
  	font-weight: bold
  }
  .column {
		float: left;
		display: block;
	}
	.divendrow {
	  clear: both;
	}
	.price {
	}
	.article {
		width:80%;
		padding:0 20px;
	}
	