@charset "utf-8";
/* CSS Document */

body
{
margin:0px;
padding:0px;
background: url(../images/body-bg.jpg) left top repeat-x #FFF;
}
*
{
margin:0px;
padding:0px;
}
img
{
border:0px;
}
p
{
margin:7px 0px;
text-align:justify;
}
.clear
{
clear:both;
height:0px;
}
#container
{
width:740px;
height:auto;
margin:0px auto;
text-align:center;
}
#body-main
{
	width:740px;
	height:auto;
	float:left;
	text-align:left;
}
.body-top-box
{
	width:466px;
	height:359px;
	float:left;
	text-align:left;
	background:url(../images/body-top-bg.jpg) right top no-repeat;
	padding:24px 274px 0px 0px;
}
.body-bottom-box
{
	width:740px;
	height:217px;
	float:left;
	text-align:left;
}
.subnav
{
	width:387px;
	height:auto;
	float:left;
	text-align:left;
	padding-top:20px;
}
.subnav ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.subnav ul li
{
	width:346px;
	height:56px;
	float:left;
	text-align:left;
	display:block;
	background:url(../images/right-arrow.jpg) left center no-repeat;
	padding-left:41px;
	border-bottom:1px dashed #bc6d6d;
	font: normal 36px/56px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
.body-bottom-right
{
	width:325px;
	height:auto;
	float:right;
	text-align:left;
	padding-top:54px;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight:normal;
	font-variant: normal;
	text-transform: none;
	color: #555555;
	text-decoration: none;
}
h1 {
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-style: normal;
	line-height:52px;
	font-weight: normal;
	font-variant: normal;
	color: #af1e23;
	text-decoration: none;
}