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

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

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

h2 {
	padding-left: 10px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #09F;
	height: 27px;
	background-image: url(imgs/templatemo_h2.gif);
	background-repeat: no-repeat;
}

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

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

#_top {
	background-image: url(imgs/top.jpg);
	background-repeat: no-repeat;
	height: 103px;
}
#_title {
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #920606;
	line-height: 1.6em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 30px;
}
#_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 {
}
#_header_slogan {
	padding: 45px 0px 0px 55px;
	width: 280px;
	text-align: justify;
	color: #fff;
}
#_content {
	float: left;
	margin: auto;
	background-color: #FFF;
	background-image: url(imgs/content_bg.gif);
	background-repeat: repeat-y;
	clear: both;
}
#_content_left {
	float: right;
	width: 285px;
	text-align: justify;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-repeat: repeat-y;
}
#_content_left p {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#_content_right {
	float: left;
	padding: 30px;
	width: 415px;
	color: #000;
	text-align: justify;
}

#_content_right li {
	list-style: url(imgs/templatemo_bullet.jpg);
}
#_content_right strong {
	color: #418e00;
	text-decoration: underline;
}
#_content_right img {
	float: left;
	padding-right: 15px;
}
#_footer {
	float: left;
	height: 80px;
	width: 800px;
	background-image: url(imgs/footer.gif);
	background-repeat: no-repeat;
}
#_footer_left {
	float: left;
	width: 450px;
	margin-top: 15px;
	font-weight: bold;
	padding-left: 30px;
}

#_footer_right {
	float: right;
	width: 275px;
	margin-top: 8px;
}

