@charset "utf-8";
/* CSS Document */
html, body, h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dt, dd, p, form, hr, img {
	padding: 00px;
	margin: 00px;
}
p {
	padding: 00px 00px 15px 00px;
}
h1, h2, h3, h4, h5, h6 {
	padding: 00px 00px 10px 00px;
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 16px;
}
A:link, A:active, A:visited, A:hover {
	color: #0000FF;
	text-decoration: underline;
}
A:hover {
	color: #FF0000;
}
.left {
	float: left;
}
.right {
	float: right;
}
.left_align {
	text-align: left;
}
.right_align {
	text-align: right;
}
.center_align {
	text-align: center;
}
.text_justify {
	text-align: justify;
}
img {
	border: 00px;
}
.clear {
	clear: both;
}
.padding_none {
	padding: 00px;
}
.margin_none {
	margin: 00px;
}
body {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin: 00px;
}
#family {
	width: 852px;
	position: relative;
	margin: auto;
	
}
#border_all {
	border: 1px solid #c13100;
	width: 850px;
	float: left;
}
/***************padding***************/
.padd_10 { padding:10px; }

.padd_20 { padding:20px; }

.padd_15_20 { padding: 15px 20px; }

.padd_20_30 { padding: 20px 30px; }

.center_line {
	border:#C23200 solid 1px;
	margin:15px 20px;
}

/************************************* Header **************************************/
#header h1 {
 	width: 810px;
	padding: 00px 20px;
	background: url(images_family/header.jpg) left top scroll no-repeat;
	line-height: 68px;
	font-size: 45px;
	color: #FFFFFF;
	text-align: right;
	float: left;
	clear: both;
 }
 #banner {
 	float: left;
	width: 850px;
	clear: both;
}
/************************************* Content **************************************/
#content_bg {
	background: url(images_family/content_bg.jpg) left top scroll repeat-y;
	width: 850px;
	float: left;
	clear: both;
}
#content_bg2 {
	background-color: #fcfae5;
	width: 850px;
	padding: 00px;
	float: left;
	clear: both;
}
#content_bg2  {
	
	display: block;
	width: 850px;
	float: left;
	clear: both;
}
#content_left {
	background: url(images_family/left_bottom_bg.jpg) left bottom scroll no-repeat #c13100;
	width: 164px;
	padding: 00px 15px 120px 15px;
	float: left;
	text-align: center;
	color: #FFFFFF;
}
#content_right {
	width: 656px;
	padding: 00px;
	float: right;
}
#content_right span{
	width: 616px;
	padding: 10px 20px 00px 20px;
	display: block;
}
.img_border {
	border: 1px solid #666666;
	padding: 02px;
	background-color: #FFFFFF;
	margin: 00px 00px 15px 00px;
}
.border_content {
	border-top: 2px solid #000000;
	margin: 00px 00px 15px 00px;
}
.coming_soon {
	padding: 150px 00px;
}

/************************************* Bottom **************************************/
#bottom_link {
	background-color: #c13100;
	padding: 15px 20px;
	float: left;
	width: 810px;
	color: #FFFFFF;
	text-decoration: none;
	clear: both;
}
#bottom_link A:link, #bottom_link A:active, #bottom_link A:visited, #bottom_link A:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#bottom_link A:hover {
	text-decoration: underline;
}
#bottom_link p {
	padding: 00px;
}

/************************************* list **************************************/
.list_form ul
{
	padding:10px 30px 10px 40px;
}

.box_1
{
	border:#990000 solid 1px;
	margin:15px;
	padding:10px;
}
