/***************************/
/*               COMMON                 */
/***************************/

body {
	background:#FFF;
	text-align:center;
	margin:0px;
	font-size:11px;
	font-family:Verdana,Arial,sans-serif;
	color:#654;
	}
#frame {
	width:775px;
	height:auto !important;
	margin:0px auto 0px auto;
	background:#FFF url('../../images/content_bg.jpg') repeat-y;
	text-align:left;
	}
	
#top, #middle, #footer {
	margin:0px;
	clear:both;
	}
#logo, #middle_left, #footer_left, #footer_left_home, #headernav, #footer_right, #content_home {
	float:left;
}
#headernav_top{
	background:url('../../images/headernav_top.gif') no-repeat;
	width:384px;
	height:31px;
}
#headernav_btm{
	background:#348;
	width:372px;
	height:21px;
}
#links a {
	display:block;
	clear:both;
	width:156px;
	height:20px;
	background:url('../../images/headernav_btn.jpg') no-repeat;
	padding:6px 0px 0px 30px;
	font-size:12px;
	font-family:Arial,Verdana,sans-serif;
	text-decoration:none;
	font-weight:bold;
	color:#876;
}
#links a.selected,#links a.selected:hover {
	color:#348;
	background:url('../../images/headernav_btn-over.jpg') no-repeat;
}
#links a:hover {
	color:#C00;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Arial,Verdana,sans-serif;
	font-weight:bold;
	text-align:left;
	color:#459;
	}
h1{font-size:22px;text-align:right;}
h2{font-size:16px;}
h3{font-size:13px;}
a {
	color:#459;
	}
a:hover {
	color:#C00;/*#348;*/
	}
#thumbs div{
	float:left;
	width:220px;
	margin:5px;
	text-align:center;
}
#thumbs img{
	border:solid 1px #876;
}

/***************************/
/*               HOME                      */
/***************************/

#btn_photo{
	text-align:center;
	padding:10px 0px 0px 0px;
}

#home_pic {
	background:url('../../images/home_pic.jpg') no-repeat;
	width:386px;
	height:152px;
}
#content, #content_home {
	padding:1px 30px 0px 30px;
	}
#content_home {
	width:320px;
}

/***************************/
/*               FOOTER                  */
/***************************/

#footer_left, #footer_left_home {
	background:#FFF url('../../images/content_bg.jpg') repeat-y;
	padding-top:16px;
}
#footer_left_home {
	background: url('../../images/home_body_left_bg.gif') repeat-y;
	}
#footer_right {
	background:url('../../images/footer_right.jpg') no-repeat;
	width:384px;
	height:95px;
}
#footer {
	}

/***************************/
/*               RAILINGS                */
/***************************/

#railing_pic_main {
	float:right;
	margin:0px 20px 0px 20px;
}
#railing_list {
	font-weight:bold;
	font-size:12px;
}
#railing_list li{
	margin-bottom:18px;
}


/***************************/
/*                 POSTS                  */
/***************************/
.post_heading {
	background:#6F3A23;
	color:#FFF;
	height:25px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	}
#post_mounting_options {
	background:#E4DDCB;
	text-align:center;
}

/***************************/
/*             THUMBNAILS             */
/***************************/

#showimage{
	position:absolute;
	visibility:hidden;
	border: 1px solid #999;
	background:#FFF;
	text-align:center;
}

#dragbar{
	cursor: hand;
	cursor: pointer;
	background-color: #348;
	color:#FFF;
	min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
	font-weight: bold;
	margin-right: 1px;
}

#photos img{
	margin:10px;
}

