body {
	background-color: #6d6c68;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
* {
	margin: 0px;
	padding: 0px;
}
html {height:100%; margin-bottom:1px;} /* Forces vertical scroll bar to be visible */

/**************** Sidebar area styles ****************/
#sidebar {
	position:absolute; 
	top:0; 
	left:0; 
	width:175px; 
	height:100%; 
	text-align:right;
	overflow:auto; 
	background:#6d6c68; 
	}

body > #sidebar {
	position:fixed;
}

#sidebar_header {
	height: 207px;
}

#sidebar_header h1 {
	margin:0px 20px 18px 0px;
	color:#21528c;
	font-size:28px;
	letter-spacing:-2px;
	text-align:right;
}

#sidebar_header h2, #sidebar_header h3 {
	margin:0px 20px 18px 0px;
	color:#808080;
	font-size:20px;
	font-weight:bold;
	letter-spacing:-1px;
	text-align:right;
}

#sidebar_header h3 {
	margin:20px 18px 4px 5px;
	color:#606060;
}

#sidebar_header  p {
	margin:0 20px 18px 5px;
	color:#606060;
	font-size:12px;
}

#sidebar_header a {
	color:#808080
}

/**************** Navigation menu styles ****************/
#menu a {
	display:block; 
	padding:5px 15px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#303030; 
	background:#6d6c68 url(img/sidebarbg.gif) top right repeat-y; 
	font-size:12px; 
	font-weight:bolder; 
	text-decoration:none; 
}

#menu a:hover {
	color:#303030;
	background:#cdd0d7 url(img/sidebarbg.gif) top right repeat-y;
}

#menu a.active {
	background:#cdd0d7;
	border-top:2px solid #c0c0c0;
	border-bottom:2px solid #c0c0c0;
}

#menu a.active:hover {
	color:#505050;
	background:#fafafa;
}

/****************** Content styles ************************/
#wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: 175px;
	text-align: left;
	background-color: #cdd0d7;
	border-left:2px solid #c0c0c0;
}
#logo {
	background-image: url(images/logo1.jpg);
	background-repeat: repeat-x;
	height: 130px;
	width: 700px;
}
#mainphoto {
	background-image: url(images/main_gr.jpg);
	height: 60px;
	width: 700px;
}
#nav {
	background-color: #252523;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	text-transform: capitalize;
}
#navlist a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bolder;
}
#navlist a:hover {
	color: #AF9981;
}
#shadow {
	height: 17px;
	width: 700px;
	background-image: url(images/shadow_b.jpg);
	background-repeat: no-repeat;
}

#nav_gal {
	height: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#navlist_gal {
	padding-top: 2px;
}
#navlist_gal li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	text-transform: capitalize;
}
#navlist_gal a {
	width: 90px;
	color: #cdd0d7;
}
#navlist_gal a:hover {
	color: #4A4237;
}

#album {
	width: 700px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
}
#thumbnails {
	list-style-type: none;
	margin: 1px;
	padding: 1px;
}
#thumbnails li {
	margin: 0px;
	padding: 0px;
	float: left;
}

#footer {
	clear: both;
	height: 20px;
	width: 700px;
	background-image: url(images/footer1.jpg);
}

.thump_imagebox {
	background-color: #cdd0d7;
	width:182px;
	height: 220px;
	margin-bottom:5px;
	margin-left:15px;
	text-align:center;
	padding-bottom:1px;
	padding-top:5px;
	border:1px solid #c0c0c0;
}
.imageborder {
	margin: 5px;
	padding: 5px;
	border: 1px solid #3A4A14;
	background-color: #F2F3F4;
}
.subhead {
	font-size: 11px;
	color: #78442C;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sidebar {
	margin-bottom: 10px;
	color: #666666;
	font-size: 10px;
	line-height: 140%;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #DAD6CF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #B4AA9E;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #B4AA9E;
	padding-bottom: 10px;
	padding-top: 5px;
}
#footer p {
	color: #EEEBE8;
	font-size: 9px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 15px;
}
a:link {
	color:#0059b4;
	text-decoration: none;
}
a:visited {
	color:#0059b4;
	text-decoration: none;
}
a:hover {
	color:#0059b4;
	text-decoration: underline;
}
a:active { color:#0059b4;}
