* {
	margin: 0;
	padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: Garamond, serif;
  background-color: #d0c08d;
  font-size: 15px;
  color: #6a601c;
}

a {
  color: #6a601c;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0px;
}

#site {
  width: 967px;
  padding-right: 10px;
  padding-left: 13px;
  background: #fff url("/images/main_bg.jpg") 980px 0px repeat-y;
  margin: 0 auto;
  height: 542px;
}

#header {
  height: 76px;
}

#logo {
  float: left;
  padding-left: 4px;
  padding-top: 10px;
}

#header-container {
	float: left;
	width: 800px;
}

#social {
	float: right;
	padding-top: 10px;
}

#social div {
	float: left;
	padding-left: 20px;
}

#facebook {
	text-decoration: none;
	background: url("/images/facebook.jpg") 0 0 no-repeat;
	display: block;
	width: 70px;
	height: 25px;
	padding-left: 30px;
	font-size: 11px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	color: #000;
}

#facebook:hover {
	text-decoration: underline;
}

#nav {
  float: right;
  padding-top: 10px;
  font-weight: bold;
  padding-right: 25px;
	clear: both;
	width: 720px;	
}

#nav ul {
  list-style: none;
}

#nav li {
  float: left;
  padding-left: 70px;
  white-space: nowrap;
}

#nav a {
  text-decoration: none;
}

#nav a:hover {
	text-decoration: underline !important;
}


#left-content {
  width: 663px;
  height: 328px;
  float: left;
  margin-right: 10px;
}

#right-content {
  width: 280px;
  height: 449px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #164480;
  line-height: 18px;
}

#main-right-content {
  width: 260px;
  height: 308px;
  float: left;
  background-color: #e3e8ee;
  padding: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  line-height: 18px;
  margin-bottom: 16px;  
}

#bottom-subnav {
  background-color: #ddd0e3;
  color: #4b4050;
  width: 260px;
  height: 83px;
  padding: 10px;
  overflow-x: hidden;
  overflow-y: auto;
	float: left;
}

#bottom-subnav a {
  color: #4b4050;
  font-weight: bold;
}

#bottom-subnav ul {
  list-style: none;
}

#bottom-subnav li {
  padding-bottom: 5px;
}

#main-right-content ul {
  margin: 0px 10px;
}

#main-right-content li {
  padding-bottom: 15px;
}

#main-content {
  width: 252px;
  float: left;
  background-color: #e4e0d7;
  height: 328px;
  line-height: 24px;
  font-weight: bold;  
}

#main-photo {
  width: 411px;
  height: 328px;
  float: left;
	background-color: #000;

}

#main-photo img {
	float: left;
}

#main-photo #new-photo {
	position: relative;
	top: -328px;
	z-index: 100;
}

#main-left-content {
  margin-bottom: 16px;
  overflow: hidden;
}

#photo-nav {
	position: absolute;
  background-color: #FFF;
  height: 14px;
  font-size: 12px;
  padding-top: 2px;
  filter:alpha(opacity=80);
  opacity:0.7;
	width: 411px;
	z-index: 1000;
	top:388px;
	clear: both;
}

#photo-nav a {
  font-weight: bold;
  text-decoration: none;  
}

#photo-nav a:hover, #photo-nav a.selected {
  color: #0f4895;
}

#photo-nav-previous {
  float: left;
  padding: 0px 10px;
}

#photo-nav-next {
  float: right;
  padding-right: 10px;
}

#photo-nav ul {
  list-style: none;
}

#photo-nav li {
  float: left;
  padding: 0 10px;
}

#bottom-nav {
  margin-top: 16px;
}

#bottom-nav ul {
  list-style: none;
}

#bottom-nav li {
  float: left;
  padding-left: 6px;
}

#bottom-nav a:hover img {
  filter:alpha(opacity=40);
  opacity:0.4;
}


#footer {
  clear: both;
  width: 967px;
  padding-right: 10px;
  padding-left: 13px;
  background: url("/images/main_bottom.jpg") 0px 0px no-repeat;
  margin: 0 auto;
  padding-top: 6px;
  font-size: 14px;
}

#footer-left {
  float: left;
}

#footer-right {
  float: right;
  padding-right: 22px;
}

#main-left-text {
  position: absolute;
  top: 77px;
  width: 236px;
	padding: 8px;
	overflow-x:hidden;
	overflow-y:auto;
}

#side-buttons {
  position: absolute;
  width: 236px;
	padding-left: 8px;
}

#side-buttons ul {
  list-style: none;
}

#side-buttons li.left-button {
  float: left;
}

#side-buttons li.right-button {
  float: right;
}

a.side-button {
  display: block;
  width: 117px;
  height: 23px;
  background-image: url("/images/side-button.jpg");
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  margin-top: 5px;
  text-decoration: none;  
}

a.side-button:hover, a.side-button-selected {
  background-position: -117px 0px;
  color: #6a601c;
}

li.first {
  padding-left: 0px !important;
}

#errors {
	background-color:#FFCCCC;
	border:1px solid #DD7777;
	color:#A30000;
	margin:0;
	padding:3px;
}

* {
