/* CSS Document */

body {
margin:0 auto; padding:0px 0px 0px 0px;
background:url(img/pg-bg.jpg) fixed;
font-family:Arial, Helvetica;
font-size:12px;
color:#CAB797;
word-spacing:2px;
line-height:20px;
}
#container {
margin:0 auto;
width:900px;
min-height:500px;
border-left:1px solid #B99444;
border-right:1px solid #B99444;
}
#top {
margin:0 auto;
height:111px;
width:900px;
clear:both;

}
#nav {
margin:0 auto;
width:900px;
height:23px;
background-image:url(img/nav.jpg);
top: -5px;
}
#content {
margin:0 auto;
width:870px;
background-color: #4C2111;
overflow: hidden;

padding:20px 15px 0px 15px; 
background-image:url(img/inner-pgbg.jpg);
}
#footer {
margin:0 auto;
width:900px;
height:27px;
}
.right {
  float:right;
  margin-bottom:5px;
  padding:2px 2px 2px 20px;
}

.left {
  float:left;
  margin-right:0px;
  margin-bottom:3px;
  padding:2px 2px 2px 2px;
}
h1 {
font-family:times new roman;
font-size:30px;
color:#CAB797;
word-spacing:3px;
line-height:17px;
font-weight:300;
}

/* NAV Classes */
#nav a:link, #nav a:visited {
	text-decoration: none;
	font-family:times new roman;
	font-size:12px;
	color:black;
	text-align:center;
	word-spacing: normal;
}
#nav {
  margin:0 auto; 
  padding:0;
  list-style:none;
  width:900px;
  text-align:center;
}

#nav li {
  margin-right:20px;
  margin-left:50px;
  float:left;
  list-style:none;
  background: none;
  padding-left:0;
  text-align:center;
}

#nav li a:link, #nav li a:visited {
	color: #CDB178;
	text-decoration: none;
	font-family:times new roman;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
#nav li a:hover {
	color: #ffffff;
	text-decoration: none;
	font-family:times new roman;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}


a img {
    border:0;
}

.photogallery .category, .photogallery .photo {
    float: left;
            margin-right: 5px;
            margin-bottom: 5px;
            text-align: center;
            font-size:11px;
            color:White;
            width:112px;
            height:153px;
}

.photogallery .category label, .photogallery .photo label {
    padding:2px 5px;
    display:block;
}

.photogallery .category a, .photogallery .photo a {
            color:White;
}

.photogallery img {
            border: 6px solid #211007;
}

.photogallery .categoryTitle {
    font-weight:bold;
    font-size:16px;
    color:White;
    margin:10px 0;
}

.pager {margin-top: 15px; margin-bottom: 15px; font-weight: bold;}

/*--------------------------------------*/