ul,ol { list-style: none; }

a {
	font-size:12px;
}

a:active, a:link, a:visited {
	text-decoration: underline;
	color: #8d3426;
}

a:hover {
	text-decoration: none;
}

body{
	background-color: #fcf5dc;
	font-family: Verdana;
}

#clear{ // placed after floating content to stretch page
	width:100%;
	height:1px;
	visibility:hidden;
	clear:both;
}

#container{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

#header{
	width: 100%;
	height: 187px;
	background: url("../images/layout/header_bg.jpg") no-repeat top;
}

#buttons{
	padding-left: 30px;
	padding-top: 161px;
}

#buttons img{
	padding-right: 2px;
	border: none;
}

#buttons a{
	outline: none;
}

#about_submenu{
	width:92px;
	margin-left: 131px;
	margin-top: -4px;
}

#gallery_submenu{
	width:109px;
	margin-left: 387px;
	margin-top: -4px;
}

#ent_submenu{
	width:125px;
	margin-left: 508px;
	margin-top: -4px;
}

#content{
	background: url("../images/layout/content_bg_repeat.jpg") repeat-y top;
}

#content_bg{
	background: url("../images/layout/content_bg.jpg") no-repeat top;
	padding-left: 25px;
	padding-right: 25px;

}

#content_container {
	float: right;
	clear: right;
	width: 352px;
}

#content_title{
	padding-left: 20px;
	padding-top: 10px;
	font-size: 24px; 
	font-weight: bold;
	color: #013658;
}

#content_text{
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px; 
}

#content_hilight{
	font-weight:bold;
	color: #8d3426;
}

#date_format{
	
	font-size:9px;
	font-weight:bold;

}

#footer{
	width: 100%;
	height: 139px;
	background: url("../images/layout/footer_bg.jpg") no-repeat top;
	vertical-align: bottom;
}

#sidebar{
	width: 374px;
}

#sidebar_top{
	background: url("../images/layout/note_top.jpg") no-repeat top;
}

#sidebar_title{
	padding-top: 60px;
	padding-left: 50px;
	padding-right: 30px;
	font-size: 24px; 
	font-weight: bold;
	color: #013658;
}

#sidebar_text{
	padding-left: 50px;
	padding-right: 30px;
	padding-top:3px;
	font-size: 12px; 
	line-height: 1.52;
}

#sidebar_repeat{
	background: url("../images/layout/note_repeat.jpg") repeat-y top;	
}

#sidebar_hilight{
	color: #8d3426;
}

#sidebar_bot{
	height: 72px;
	background: url("../images/layout/note_bot.jpg") no-repeat top;
}

#polaroid{
	float: right;
	height: 341px;
	width: 352px;
}

#polaroid_text{
	padding-top: 290px;
	padding-right: 15px;
	font-size:14px;
	text-align: center;
}

#polaroid_link{
	padding-top: 10px;
	font-size: 12px;
	float: right;
	color: #8d3426;	
}

#map {
	height:224px;
	width:294px;
	border: solid 1px #111111;
}

#footer ul{
	padding-top: 90px;
	padding-left: 40px;
	float: left;
}

#footer ul li {
	padding-left: 15px;
	float:left;
	font-size: 9px;
}

#footer a:link, #footer a:visited {
	color: #000000;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#thumb {
	background: url('../images/polaroid_small.jpg') no-repeat top;
	padding: 10px;
	float: left;
	width: 160px;
	height: 115px;
}

img.thumb_img {
	border: none;
	outline: none;
 	padding-left: 9px;
}

#contact_table {

	padding-left: 13px;
	
}

#contact_table td {

	font-size: 12px;

}

/*  Photo Gallery Frame Background */
#frame_tl{
	background: url('../images/layout/frame_top_left.jpg') no-repeat top;
	width: 18px;
	height: 17px;
}

#frame_tl_fill {
	background: url('../images/layout/frame_top_left_fill.jpg') no-repeat left;
	width: 38px;
	height: 18px;
}

#frame_trp {
	background: url('../images/layout/frame_top_repeat.jpg') repeat-x top;
	height: 17px;
}

#frame_tr {
	background: url('../images/layout/frame_top_right.jpg') no-repeat top;
	width: 21px;
	height: 17px;
}

#frame_lrp {
	background: url('../images/layout/frame_left_repeat.jpg') repeat-y top;
	width: 18px;
}

#frame_lt_fill {
	background: url('../images/layout/frame_left_top_fill.jpg') no-repeat top;
	width: 18px;
	height: 23px;
}

#frame_lb_fill {
	background: url('../images/layout/frame_left_bottom_fill.jpg') no-repeat bottom;
	width: 18px;
	height: 77px;	
}

#frame_c {
	background-color: #000000;
}

#frame_rrp {
	background: url('../images/layout/frame_right_repeat.jpg') repeat-y top;
	width: 21px;
}

#frame_bl {
	background: url('../images/layout/frame_bottom_left.jpg') no-repeat top;
	width: 18px;
	height: 64px;
}

#frame_brp {
	background: url('../images/layout/frame_bottom_repeat.jpg') repeat-x top;
	height: 64px;
}

#frame_br {
	background: url('../images/layout/frame_bottom_right.jpg') no-repeat top;
	width: 21px;
	height: 64px;
}

#frame_br_fill {
	background: url('../images/layout/frame_bottom_right_fill.jpg') no-repeat right;
	width: 100%;
	height: 63px;

}

#photo_container div {
	float:left;
}

#frame_container {
	width:100%;
}

#main_photo {
	width:720px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
}

#photo_frame {

	margin-right:auto;
	margin-left: auto;

}
.required{
	color: red;
}
.input_text{
	padding: 2px;
	border: 1px solid #934D2B;
}