body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #fff;
	background: url(page_bg.jpg) fixed;
}

a:link, a:visited { color: #920606; text-decoration: none; } 
a:active, a:hover {
	color: #920606;
	text-decoration: none
}
a:hover {
	color: #920606
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #810101;
}

h2 {
	padding-left: 10px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #a00801;
	height: 27px;
	background: url(h2.jpg) no-repeat;
}

h3 {
	margin-left: 30px;
	padding-left: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	height: 19px;
	background: url(h3new.jpg) no-repeat;
}

#container {
	width: 800px;
	margin: auto;
}

#top {
	height: 103px;
	background: url(topnew.jpg) no-repeat;
}
#title {
	float: left;
	width: 250px;
	margin: 30px 0px 0px 30px;
	font-size: 24px;
	font-weight: bold;
	color: #920606;
	line-height: 1.6em;
}
#title span {
	color: #7a7a7a;
}
.menu{
	float: right;
	margin-top: 60px;
}

.menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.menu li{
	display: inline;
}

.menu li a{
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
	width: 95px;
}

.menu li a:hover{
	color: #3e3e3e;
}

#header {
	height: 242px;
	background: url(headernew.jpg) no-repeat;
}

#header_slogan {
	padding: 45px 0px 0px 55px;
	width: 280px;
	text-align: justify;
	color: #fff;
}
#content {
	clear: both;
	float: left;
	margin: auto;
	background: url(content_bg.jpg) repeat-y;
}
#content_left {
	float: left;
	width: 285px;
	padding: 0px 20px 0px 20px;
	text-align: justify;
}
#content_left p {
	padding: 0px 20px 0px 30px;
}
#content_right {
	float: right;
	padding: 30px;
	width: 415px;
	color: #000;
	text-align: justify;
	font-size: 11px;
}

#content_right li {
	list-style: url(bulletnew.jpg);
}
#content_right strong {
	color: black;
	text-decoration: underline;
}
#content_right img {
	float: left;
	padding-right: 15px;
}
#footer {
	float: left;
	height: 112px;
	width: 800px;
	background: url(footer.jpg) no-repeat;
}
#footer_left {
	float: left;
	width: 450px;
	margin-top: 60px;
	margin-left: 40px;
	font-weight: bold;
}

#footer_right {
	float: right;
	width: 250px;
	margin-top: 25px;
}
