@charset "utf-8";
body {
	background-color: #e0e0ea;
	background-image: url(images/heshFL-bbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 950px;
	padding: 0;
	margin: 50px auto;
	border: solid 1px #20252e;
}

#titlebar {
	margin: 0;
	padding: 0;
	height: 65px;
	background-color: #3b3a3a;
	background-image: url(images/title-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#titlebar h1 {
	color: #fff;
	font-size: 30px;
	padding: 10px 0 0 24px;
	margin: 0;
}
#topnav {
	margin: 0;
	padding: 0;
	height: 26px;
	background-color: #a02427;
	font-size: 14px;
	font-weight: bold;
}
#content-front {
	margin: 0;
	padding: 0;
	background-color: #e6cfa6;
	background-image: url(images/book-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 550px;
	width: 100%;
	position: relative;
}

#content-front .msg1 {
	margin: 0;
	padding: 70px 0 0 200px;
	font-size: 28px;
	line-height: 55px;
	font-weight: bold;
	color: #333;
}

#content-front  .tab1 {
	padding-left: 50px;
}

#content-front  .tab2 {
	padding-left: 100px;
}

#content-front  .tab3 {
	padding-left: 150px;
}

#content-front .msg2 {
	margin: 0;
	padding: 50px 0 0 350px;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #333;
}

#content-inner {
	margin: 0;
	padding: 10px 25px;
	height: auto;
	background-color: #e9dab8;
	background-image: url(images/grad-bg.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	font-size: 14px;
}

#content-inner .title {
	font-size: 16px;
	color: #a02427;
	font-weight: bold;
}

#content-inner .title2 {
	font-size: 14px;
	color: #666;
	font-weight: bold;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	display: block;
}

#content-inner .titleicon {
	padding-right: 15px;
}

#content-inner .pix {
	float: right;
	padding: 5px 15px;
	margin: 15px;
	background-color: #a02427;
	font-size: 12px;
	font-weight: bold;
	color: #e9dab8;
	text-align: center;
}
	
	

#footer{
	margin: 0;
	padding: 24px 24px 0 24px;
	height: 56px;
	background-color: #3b3a3a;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#footer .copyr {
	float: left;
}

#footer .newz {
	float: right;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: underline;
}

#footer a:active, #footer a:hover {
	color: #fff;
}

#news-form {
	background-color:#fff;
	border: 1px solid #a02427;;
}
	
a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:active, a:hover {
	color: #a02427;
}

