body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-image: url(images/bg.gif);
	font-size:14px;
}

p, td, li {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:14px;
}

a {
color:#555531;
}

a:hover {
color:#2b2b17;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

h1 {
	font-family: trajan-pro,sans-serif;
	color: #003300;
	font-weight: 700;
	font-size: 24px;
}

h2 {
	border-bottom-color: #003300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-family: trajan-pro,sans-serif;
	color:#555531;
	font-weight: 700;
	font-size: 20px;
}

h2 a {
	text-decoration: none;
}

h3 {
	font-family: trajan-pro,sans-serif;
	color: #003300;
	font-weight: 700;
	font-size: 16px;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	background-color: white;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 150px;
}

#nav {
	background-repeat: repeat-x;
	height:30px;
	background-image: url(images/menubg.gif);
}

#nav ul {
margin:0px;
padding:0px;
list-style-type:none;
}

#nav ul li {
float:left;
height:30px;
line-height:30px;
}

#nav ul li a {
text-shadow: 2px 2px 2px black;
color:white;
text-decoration: none;
text-align:center;
width:140px;
display:block;
}


#nav ul li a:hover {
background-image: url(images/menubg_hover.gif);
background-repeat: repeat-x;
}


#content {
	width: 659px;
	margin:10px;
	float: right;
}

#sidebar {
	border-left-color: #555531;
	border-left-style: solid;
	border-left-width: 1px;
	width: 300px;
	float: left;
	background-color:#dedebb;
	overflow-x:hidden;
}

#sidebar p {
	padding-left:10px;
	padding-right:10px;
}

#footer {
	clear: both;
	background-repeat: repeat-x;
	height:30px;
	background-image: url(images/menubg.gif);
	text-align:center;
	line-height:30px;
	color: white;
	font-size:10px;
	overflow:hidden;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.gal-item{
            float: left;
            margin: 10px;
            text-align: center;
        }
        
        .gal-item a{
            display: block;
        }
        
        .gal-item img{
            border: solid 4px #CCC;
        }
        
        .gal-item img:hover{
            border: solid 4px #666;
        }
        
.albumPreview {
	 		float: left;
            margin: 10px;
            width: 160px;
            text-align: center;
            overflow: hidden;
}