body { 
	background:#32271e url(../images/b_head.jpg) top left no-repeat;
	color: #333; 
	margin:0;
	padding:0;  
	font-family: georgia, arial, helvetica, sans-serif;
    font-size:   13px;
    line-height: 18px;
	}
	
a:link, a:visited, a:active {
	color:#7a7729;
}

h1 {
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:0.8em;
}

.bigUps {
	font-size:1.4em;
	font-weight:bold;
	margin:10px;
	margin-top:5px;
	float:left;
}

#wrap {
	margin:100px 100px 0px 100px;
	text-align:center;
	width:950px;
}

#foot {
	background:#32271e url(../images/foot.jpg) top left no-repeat;
	width:763px;
	float:left;
	margin-left:31px;
	height:200px;
	padding-top:10px;
	text-align:center;
	color:#ada493;
}

*html #foot {
	margin-left:15px;
}



#top #nav {
	margin:0px auto;
	padding:0px 0px 0px 60px;
	height:72px;
	width:100%;
}

*+html #top #nav {
	height:132px;
}

#top #nav img {
	float:left;
}

.navmenu {
	display:inline;
	list-style:none;
	float:left;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:80px;
}

.navmenu li{
	display:inline;
	padding:5px;
	margin:0px;
	text-transform:uppercase;
	color:#32271e;
	font-size:16px;
	float:left;
}

.navmenu li a {
	color:#32271e;
	text-decoration:none;	
}

#content {
	width:712px;
	float:left;
	background:#e8e0d1;
	margin-left:45px;
	padding: 10px;
}

*html #content {
	margin-left:22px;
}

#main {
	text-align:left;
	width:100%;
	float:left;
	border-top:solid 1px #c0b7a6;
	padding-top:6px;
	min-height:175px;
}

#side {
	text-align:left;
	margin:0px 10px 10px 10px;
	padding:5px 10px 10px 10px;
	background:#f2edd9;
	width:250px;
	float:left;
}



.infoArea {
	background:#efe7d9;
	border:dashed 1px #c0b7a6;
	margin-bottom:25px;
	padding-left:5px;
	padding-right:5px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

/*  Gallery  */
#gallery_menu {
	float:left;
	margin:10px;
	margin-top:5px;
	margin-left:0px;
}

#thumbs {
	width:100%;
	border-top:solid 1px #c0b7a6;
	float:left;
}

#thumbs image a{
	border-top:solid 1px #fff;
	border-left:solid 1px #fff;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #b8b8b8;
}
	
#thumbs .external {
	width:300px;
	padding:6px 5px;
	margin-right:10px;
	margin-top:10px;
	float:left;
	background:#efe7d9;
	border:dashed 1px #c0b7a6;
	min-height:145px;
}

#thumbs .external img {
	margin:5px;
	padding:6px;
	background:#fff;
	border-top:solid 1px #fff;
	border-left:solid 1px #fff;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #b8b8b8;
}

/*  About Page  */
#content #about_photo {
	font-size:11px;
	font-style:italic;
	text-align:center;
	border:solid 1px #c0b7a6;
	margin:10px;
	padding:5px;
	background:#e8e0d1;
	float:left;
}

div.spacer {
  clear: both;
  }

#content #about_photo p {
	padding:3px;
	margin:0px;
}

/*  Contact Page  */
#content #contacts {
	border-collapse:collapse;
	margin-bottom:10px;
}

#content #contacts td {
	padding-top:5px;
}

#content #contacts .area {
	font-weight:bold;
	font-size:14px;
}

/*  Defaults  */
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

