body {
    min-width:900px;
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #444444;
	background: #B0AA99;
}

h2 {
	padding-top: 0px;
	font-size: 25px;
	font-weight: bold;
	color: #004b8b;
}

h3 {
	padding-left: 15px;
	padding-top: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #004b8b;
}
strong {
	font-weight: normal;
}
.a_c {position: relative;width: 100%;}
.a_c:after{content: '';display: block;clear: both;}
.a_c_to_l{position: relative;right: 50%;float: right;}
.a_c_to_r{position: relative;z-index: 1;right: -50%;}

#header {
	height: 200px;
	background: url(../images/sale_top.jpg) no-repeat #dbf0fc;
}

#slogan {
	float: left;
	margin-left: 40px;
	margin-top: 20px;
	width: 500px;
	text-align: left;
}

#site_title {
	float: left;
	margin-left: 40px;
	margin-top: 10px;
	width: 500px;
	color: #FFF;
	font-size: 13px;
	text-align: left;
}
#tel {
	float: left;
	margin-left: 40px;
	width: 400px;
	margin-top: 40px;
	font-size: 14px;
	margin-bottom:0px;
}


#slogan h1 {
    margin-top: 0px;
    margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	font-size: 30px;
	color: #000080;
}

#content {
	float: left;
	width: 900px;
	background: #FAF4DC;
}
#content_left{
	float: left;
	width: 450px;
	font-size: 16px;
}

#content_left h3 {
	font-size: 20px;
	font-weight: bold;
	color: #004b8b;
	padding-bottom:0px;
	margin-bottom:0px;
}

#content_left p {
	padding-top:0px;
	margin-top:0px;
}

#content_right {
	float: right;
	width: 430px;
}
#content p{
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
}
#content img {
	float: right;
}
#content_bot {
	float: left;
	width: 900px;
	background: #F1EEE6;
	padding-bottom: 10px;
}
#content_bot li{
	padding-left: 0px;
	padding-right: 30px;
	text-align: justify;
}
#content_bot p {
	font-size: 13px;
	color: #000;
	margin-top: 1px;
	padding-top: 1px;
	padding-left: 30px;
	padding-right: 10px;
	text-align: justify;
}
#content_bot ul {
    font-size: 13px;
	margin-top: 1px;
	padding-top: 1px;
	margin-left: 260px;
}
#content_bot h3 {
	padding-bottom:0px;
	margin-bottom:0px;
}
#content_bot h2 {
	padding-bottom:0px;
	margin-bottom:0px;
	font-size: 13px;
	color: #000000;
}
#bottomhr {
   margin-left: 15px;
   margin-bottom:10px;
   border:#444444 1px solid;
}
.bottom_text_left {
	float: left;
	width: 350px;
	padding-left: 100px;
}
.bottom_text_right {
	float: right;
	padding-right: 100px;
	width: 350px;
}
#footer {
	float: left;
	width: 900px;
	height: 30px;
	padding-top: 10px;
	background: #69C;
	color: #CCCCCC;
	text-align: center;
	font-size: 11px;
}
#footer a {color: #CCCCCC; text-decoration: none;}

a:link, a:visited { color: #444444; text-decoration:underline;} 
a:active, a:hover { color: #326FD1; text-decoration: none;}
