@charset "UTF-8";
/* CSS Document */

html, body, div, span, ul, li, a{
	margin: 0;
	padding: 0;
}
html, body {
	background-color: #e1ce9c;
}
#site{
	width: 1000px;
	height: 1450px;
	margin: 0 auto;
	background-attachment: scroll;
	background-image: url(../images/BG_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: solid 0px red;
}

#header{
	width: 900px;
	margin: 0 auto;
	border: solid 0px red;
}
#header h1{
	margin: 0;
	padding: 0;
	height: 120px;
	visibility: hidden;
}
#nav {
	float: left;
	width: 155px;
}
#nav ul{
	margin: 0;
	padding: 0;
	list-style:none;
	width: 155px;
}
#nav li{
	margin: 0;
	paddin: 0;
	display:block;
	float:left;
	width: 150px;
	height: 30px;
	border: solid 0px red;
}
#nav li a{
	display: block;
	text-align:center;
	line-height:30px;
	width: 150px;
	height: 30px;
	border: solid 0px red;
	text-decoration:none;
}
#nav li a:link,
#nav li a:visited{
	color:#663300;
	background-image: url(../images/wood_btn_link.png);
}
#nav li a:hover{
	color:#999999;
	background-image: url(../images/wood_btn_hover.png);
}

#body{
	width: 950px;
	margin: 0 auto;
	border: solid 0px blue;
	height: 1300px;
	clear: both;
}
#body .padding{
	float: right;
	width: 750px;
	padding: 10px;
}
#body .gallery{
	float: left;
	width: 700px;
	padding: 20px;
	position: relative;
}


.Caption {
    color: #999999;
    font-family: 'HelveticaNeue-Bold', 'Helvetica Neue', 'Arial', 'sans-serif';
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

a img {
	border:0;
}
.img_block {
	width: 250px;
	float: left;	
	margin-bottom: 20px;
}
.img_block .medium {
	width: 250px;
}
.img_block .thumb {
	width: 100px;
}
.img_block .tiny {
	width: 55px;
}

.img_block .img_desc {

	margin-bottom: 10px;
}
.img_footer { 
	font-size: .7em;
	clear:both;
}
.img_title {
	height: 20px;
	width: 240px;
}
.img_footer .views {
}
.img_footer .comments {
}
.admin_tools { 
	clear:both;
}

hr {
	clear:both;
}

div.medlgimgcentered {
	width: 500px;
	margin:0 auto;;
}