html, body {height: 100%;}
body {
	background-image:url(images/bg_grad.jpg);
	background-repeat:repeat-x;
	background-color:#dedede;
	font-family:arial;
	font-size:12px;
	margin:0;
	padding:0;
	height:100%;
}

a {
	color:#5B5B5B;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:none;
}

img {border:0;}

.img_content_right {
	float:right;
	padding:0 0 10px 10px;
}

.page {
	width:951px;
	margin:0 auto;
	/*height:100%;*/
}
.header {
	background-image:url(images/header_tile.jpg);
	background-repeat:repeat-x;
	position:relative;
	height:103px;
}
	.header_left {
		margin:0 0 0 25px;
	}
	.header_right {
		position:absolute;
		bottom:4px;
		right:8px;
		font-size:10px;
		color:#fff;
	}
		.header_right img {
			position:relative;
			top:2px;
		}
		.header_right a {
			color:#fff;
			text-decoration:none;
			margin:1px 5px;
		}
		.header_right a:hover {
			color:#969696;
			text-decoration:none;
		}
.mainmenu {
	background-image:url(images/mainmenu_bg.jpg);
	background-repeat:repeat-x;
	height:30px;
	font-family:verdana;
	font-weight:bold;
	font-size:11px;
	position:relative;
	margin:0;
}
	.mainmenu a {
		color:#555555;
		float:left;
		margin:0;
		padding:8px 23px;
		text-decoration:none;
	}
	.mainmenu a:hover {
		background-image:url(images/mainmenu_bg_active.jpg);
		background-repeat:repeat-x;
		color:#fff;
	}
	a.mainmenu_active {
		background-image:url(images/mainmenu_bg_active.jpg);
		background-repeat:repeat-x;
		color:#fff;
	}
.content {
	min-height:424px;
	height:424px;
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat-x;
	background-color:#f2f1ec;
	overflow:hidden;
	width:951px;
}
.content_i {
	height:100%;
	min-height:425px;
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat-x;
	background-color:#f2f1ec;
	width:951px;
}
	.content_left {
		color:#383838;
		font-size:11px;
		width:205px;
		float:left;
		margin:0;
		padding:28px 0 0 15px;
		background-image:url(images/content_left_top.jpg);
		background-repeat:no-repeat;
	}
		.content_left h1 {
			color:#4f2323;
			font-size:17px;
		}
	.content_left_i {
		color:#383838;
		font-size:11px;
		width:205px;
		float:left;
		position:absolute;
		margin:0;
		padding:28px 0 0 15px;
	}
		.content_left_i h1 {
			color:#4f2323;
			font-size:17px;
		}
	.content_right {
		width:715px;
		float:right;
		border-left:1px solid #dadadb;
		margin:0;
		padding:0;
	}
	.content_right_i {
		border-left:1px solid #DADADB;
		float:right;
		/*height:88%;*/
		min-height:425px;
		overflow:hidden;
		margin:0;
		padding:25px 15px;
		width:686px;
	}
		.content_right_cb_item_content {
			margin-left:5px;
		}
	


a.subnav_active, a.subnav_inactive {
	font-size:12px;
	font-weight:bold;
	display:block;
	width:202px;
	text-decoration:none;
	background-image:url(images/subnav_border_b.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:16px;
	padding:3px 0px;
}	
	a.subnav_active {
		color:#552424;
	}
	a.subnav_inactive {
		color:#5b5b5b;
	}
	a.subnav_active:hover, a.subnav_inactive:hover {
		color:#000;/*#552424;*/
	}
	
	
	ul#site_map {
		list-style:none;
	}
	ul#site_map li a {
		color:#5b5b5b;
		text-decoration:none;
	}
	ul#site_map li a:hover {
		color:#552424;
		text-decoration:underline;
	}
	
	
	
.bottommenu {
	background-image:url(images/bottommenu_bg.jpg);
	background-repeat:repeat-x;
	height:28px;
	border-bottom:1px solid #a09e93;
	overflow:hidden;
	font-size:10px;
	font-family:arial;
	font-weight:bold;
	color:#000;
}
	.bottommenu img, .bottommenu a {
		float:left;
	}
	.bottommenu a {
		padding:8px 15px;
		color:#000;
		text-decoration:none;
	}
	.bottommenu a:hover {
		color:#541717;
	}
.bottomarea {
	background-image:url(images/bottomarea_bg.jpg);
	background-repeat:repeat-x;
	border-top:1px solid #fff;
	height:134px;
}
	.bottomarea_left {
		margin:10px 14px;
		float:left;
		width:220px;
	}
		.bottomarea_left h1 {
			color:#541717;
			font-size:11px;
			font-weight:bold;
			text-transform:uppercase;
		}
		.bottomarea_left u {
			color:#541717;
			font-size:11px;
			font-weight:normal;
			display:block;
			margin-bottom:3px;
		}
	
	.bottomarea_middle {
		margin:10px 14px 10px 0;
		float:left;
		width:215px;
	}
	.bottomarea_right {
		margin:10px 14px 10px 0;
		float:right;
		width:452px;
	}
	

.standardForm {
	border:1px solid #929292;
	padding:2px 5px;
	width:400px;
	color:#000;
}
.standardFormButton {
	border:1px solid #929292;
	padding:2px 15px;
	color:#000;
}
	
	
.footer {
	color:#292929;
	font-size:11px;
	margin:0;
	padding:0;
}
	.footer_left {
		float:left;
		cursor:help;
	}
	.footer_right {
		float:right;
	}
		.footer_right a {
			color:#292929;
			text-decoration:none;
		}
		.footer_right a:hover {
			color:#541717;
			text-decoration:underline;
		}
		
.lib_album_item_ {
	margin-left:5px;
}
.gallery_thumbnail_outer {
	width:100px;
	height:100px;
	overflow:hidden;
	margin-right:15px;
	margin-bottom:15px;
	float:left;
	position:relative;
}
.gallery_thumbnail_inner {
	left:35%;
	position:absolute;
	top:5%;
}
.gallery_photo {
	text-align:center;
}