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

body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: url(../img/global/bg.gif) repeat-x;
}

.container_mast {
	width: 900px;
	height: 95px;
	margin: auto;
}

.container_mainimg {
	width: 900px;
	height: 255px;
	margin: auto;
}

.container_nav {
	background: url(../img/global/nav00.jpg) repeat-x;
	width: 900px;
	height: 35px;
	margin: auto;
}

.content_overlay {
	width: 900px;
	height: auto;
	margin: auto;
	display: block;
	background: #fff url(../img/global/overlay.jpg) no-repeat top right;
}

.content_title {
	width: 900px;
	height: 50px;
	margin: auto;
}

.content_text {
	width: 850px;
	height: auto;
	margin: auto;
	padding: 25px 25px 25px 25px;
	font-size: 12px;
}

.content_bottom {
	width: 900px;
	height: 34px;
	margin: auto;
	background: url(../img/global/bottom.gif) no-repeat;
}

.container_photo_r {
	width: 340px;
	height: auto;
	margin: 0px 0px 20px 20px;
	float: right;
}

.container_photo_l {
	width: 340px;
	height: auto;
	margin: 0px 20px 0px 0px;
	float: left;
}

.container_photo {
	width: 340px;
	height: auto;
	margin: auto;
}

.container_caption {
	width: auto;
	height: auto;
	margin: auto;
	padding: 8px;
	font-size: 9px;
	color: #663300;
	background: #eed8b8;
}

.container_bottom {
	width: 900px;
	height: 129px;
	margin: auto;
}

/* text links */

a.textregblue:link {
	font-size: 13px;
	color: #606;
	font-weight: bold;
	text-decoration: none;
}

a.textregblue:hover {
	font-size: 13px;
	color: #60C;
	font-weight: bold;
	text-decoration: underline;
}

a.textregblue:active {
	font-size: 13px;
	color: #606;
	font-weight: bold;
	text-decoration: none;
}

a.textregblue:visited {
	font-size: 13px;
	color: #606;
	font-weight: bold;
	text-decoration: none;
}