@charset 'UTF-8';

body {position: relative; background-color: #ffffff; font-family: Verdana; font-size: 12px; color: #000000; line-height: 16px; }
body, html, a, img, p, h1, h2, h3, h4 {margin: 0; padding: 0; border: 0; }
div, span, table {-moz-box-sizing: border-box; position: relative; margin: 0; padding: 0; }
* {outline: none;}
a { text-decoration: underline; }
a:hover { text-decoration: none; }

#holder {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

#header{
	height: 414px;
	background: url(../images/skin/layout_top_bg.jpg) left top repeat-x;
}
#header .banner-bg{
	height: 414px;
	background: url(../images/skin/layout_top_bg_sun.jpg) center top no-repeat;
}

#header .banner{
	margin: auto;
	height: 414px;
	width: 1000px;
}

#middle {
	margin: auto;
	text-align: left;
	width: 1000px;
	background: url(../images/skin/layout_middle.jpg) right top no-repeat;
	min-height: 436px;
}

#footer {
	margin: auto;
	width: 1000px;
	height: 128px;
	background: url(../images/skin/layout_footer.jpg) center bottom no-repeat;
}

.anchor	{ position: absolute; }
.clear { clear: both; }
.justify{ text-align: justify; }

.middle-content{
	padding: 8px 5px 8px 5px;
}

.left-area{
	margin-left: 5px;
	width: 440px;
	float: left;
}
.right-area{
	margin-left: 444px;
}

.box430{ width: 429px; background-color: #F8E7E7; }
.box430 .top, .box430 .bottom { display: block; height: 8px; }
.box430 .top { background: url(../images/skin/box430top.jpg) left top no-repeat; }
.box430 .bottom { background: url(../images/skin/box430bot.jpg) left bottom no-repeat; }
.box430 .content { padding: 8px 16px; }

.box460{ width: 459px; background-color: #F8E7E7; }
.box460 .top, .box460 .bottom { display: block; height: 8px; }
.box460 .top { background: url(../images/skin/box460top.jpg) left top no-repeat; }
.box460 .bottom { background: url(../images/skin/box460bot.jpg) left bottom no-repeat; }
.box460 .content { padding: 8px 16px; }
.box460 .content span{ color: #D28085; }

.big{
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	line-height: 24px;
	font-family: arial;
}
.big h2, .big strong {
	font-size: 21px;
	font-weight: bold;
	line-height: 20px;
	color: #B20005;
	margin: 0 0 8px;
}
.big p{
	margin: 0;
	padding: 0;
	color: #0B3C4E;
}

.left-area .text{
	margin: 8px 12px 0 2px;
}

.text a{
	color: #0B3C4E;
}

.text p {
	color: #B20005;
	font-size: 11px;
	line-height: 22px;
	margin: 8px 2px 24px;
}

.text p strong{
	font-size: 12px;
	font-weight: bold;
	color: #0B3C4E;
}

#gallery{
	margin-top: 16px;
}
