body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
}

h1 {
	height: 33px;
	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
	background:  url(images/bar1_red.jpg) no-repeat;
}
h2 {
	height: 33px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background:  url(images/bar1_gray.jpg) no-repeat;
}
#bethluth_teacherease {
	width: 800px;
	height: 20px;
	margin: auto;
	text-align: right;
	padding-top: 4px;
}

#bethluth_container {
	width: 800px;
	margin: auto;
	background:  url(images/container_bg.jpg) repeat-y;
}
#bethluth_header {
	height: 115px;
	background:  url(images/bethluth_header1.jpg) no-repeat;
}
#bethluth_site_title {
	padding-top: 40px;
	padding-left: 50px;
	height: 40px;
	color: #D11349;
	font-weight: bold;
	font-size: 22px;
}
.bethluth_menu{
	float: left;
	width: 800px;
	height: 45px;
	margin: 0px;
	padding-left: 30px;
}

.bethluth_menu ul {
	margin: 0px;
	padding-left: 125px;
	list-style: none;
	text-align: center;
}

.bethluth_menu li{
	display: inline;
}

.bethluth_menu li a{
	float: left;
	padding: 0px 0px;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #fff;
	width: 80px;
	background-color: #333333;
}

#bethluth_header_pic {
	height: 117px;
	background:  url(images/bethluth_slogan.jpg) no-repeat;
}
#bethluth_slogan {
	float: right;
	width: 700px;
	text-align: right;
	padding-right: 100px;
	padding-top: 20px;
	font-weight: bold;
}
#bethluth_slogan_text {
	float: right;
	text-align: right;
	width: 250px;
	padding-right: 100px;
	padding-top: 5px;
	font-size:11px;
}
#bethluth_content {
	width: 800px;
}
#bethluth_content a:link, #bethluth_content a:visited {
	color: #990000;
	font-weight: bold;
}
#bethluth_content a:active, #bethluth_content a:hover {
	color: #660000;
	font-weight: bold;
}
#bethluth_top {
	float: left;
	width: 650px;
	margin-top: 30px;
	padding-left: 75px;	
	text-align: justify;
}
#bethluth_left {
	float: left;
	width: 200px;
	margin-left: 70px;
	margin-top: 30px;
	text-align: justify;
}
#bethluth_left span {
	color: #e3c922;
	font-weight:bold;
}
#bethluth_middle {
	float: left;
	width: 200px;
	margin-left: 30px;
	margin-top: 30px;
	text-align: justify;
}
#bethluth_right {
	float: right;
	margin-right: 80px;
	width: 195px;
	margin-top: 30px;
	text-align: justify;
}
#bethluth_right img {
	padding-left: 10px;
}

#bethluth_footer {
	clear: both;
	width: 748px;
	margin-left: 26px;
	margin-top: 30px;
	height: 80px;
	background: #393939;
}

.footer_left {
	float: left;
	width: 780px;
	height: 50px;
	padding-top: 1px;
	padding-left: 0px;
	color: #FFFFFF;
}
.footer_left a:link, .footer_left a:visited { color: #fff; text-decoration: underline; } 
.footer_left a:active, .footer_left a:hover { color: #CCCCCC; text-decoration: underline; }

.footer_dot {
	float: left;
	width: 1px;
	height: 80px;
	background:  url(images/bethluth_dot.gif) repeat-y;
}
.footer_right {
	float: right;
	padding-top: 10px;
	width: 250px;
	height: 70px;
	color:#FFFFFF;	
}

