body {
	margin:0;
	color:#000;
	min-width:1000px;
	font:12px/14px Georgia, "Times New Roman", Times, serif;
	background:#000 url(../images/bg-body.jpg) no-repeat 50% 0;
}
img {border:none;display:block;}
form,fieldset{
	margin:0;
	padding:0;
}
fieldset {border-style:none;}
#main-container{
	width:100%;
	overflow:hidden;
	position:relative;
}
.mc-holder-1{
	width:1160px;
	position:relative;
	float:left;
	left:50%;
}
.mc-holder-2{
	width:1160px;
	position:relative;
	float:left;
	left:-50%;
}
.page-width {
	overflow:hidden;
	height:1%;
	position:relative;
	padding:150px 0 10px;
}
/* header */
#header {
	position:absolute;
	width:1160px;
	height:140px;
	left:0;
	top:0;
}
/* logo */
#header strong a {
	position:absolute;
	left:113px;
	top:23px;
	width:227px;
	height:111px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.png) no-repeat;
	z-index:1;
}
/* main nav */
#header ul#menu {
	position:absolute;
	top:100px;
	left:80px;
	width:922px;
	margin:0;
	padding:0 0 0 78px;
	list-style:none;
	background:url(../images/bg-nav.jpg) no-repeat;
	z-index:2;
}
#header ul#menu li {
	float:left;
	margin:0 23px 0 0;
}
#header ul#menu a {
	position:relative;
	z-index:3;
	float:left;
	padding:0 16px;
	color:#eac117;
	font-size:16px;
	line-height:40px;
	height:40px;
	text-decoration:none;
	font-variant:small-caps;
}
#header ul#menu a:hover,
#header ul#menu li.active a {
	color:#000;
	background:#eac219;
}
/* sub nav */
#header ul.sub-nav {
	position:absolute;
	top:73px;
	right:162px;
	width:220px;
	margin:0;
	padding:0;
	list-style:none;
}
#header ul.sub-nav li {
	float:left;
	padding:0 12px;
	background:url(../images/bg-sep.gif) no-repeat 0 60%;
}
#header ul.sub-nav li:first-child {
	background:none;
}
#header ul.sub-nav a {
	color:#eac117;
	font-size:14px;
	line-height:16px;
	text-decoration:none;
	font-weight:bold;
}

#header ul.sub-nav a:hover {
	text-decoration: underline;
}
/* icons */
#header ul.icons {
	position:absolute;
	top:70px;
	right:78px;
	margin:0;
	padding:0;
	list-style:none;
}
#header ul.icons li {
	float:left;
	padding:0 3px 0 0;
}
/* flash */
.flash-holder {
	position:relative;
	width:1160px;
	height:401px;
	z-index:1;
}
.flash {
	position:absolute;
	top:0;
	left:0;
	width:1160px;
	height:401px;
	z-index:7;
}
.top-pict {
	position:absolute;
	top:0;
	left:0;
	width:1160px;
	height:401px;
	background:url(../images/boat.png) no-repeat;
	z-index:5;
}
.columns-holder:after {
	content:"";
	clear:both;
	display:block;
}
.columns-holder {
	height:1%;
	width:1000px;
	margin:15px auto 0;
	position:relative;
}
.container {
	overflow:hidden;
	height:1%;
	padding:0 0 13px;
}
/* welcome */
.welcome {
	float:left;
	margin:15px 0 0;
	width:462px;
	padding:30px 150px 18px 38px;
	background:url(../images/bg-yellow.png) repeat;
	z-index:10;
}
.welcome h2 {
	position:absolute;
	margin:0;
	left:37px;
	top:-23px;
	width:268px;
	height:61px;
	text-indent:-9999px;
	background:url(../images/bg-welcome.png) no-repeat;
	z-index:15;
}
.welcome h3 {
	margin:0;
	color:#6a5e2a;
	font-size:27px;
	line-height:30px;
}
.welcome h4 {
	margin:0;
	color:#010100;
	font-size:17px;
	line-height:22px;
}
.welcome p {
	position:relative;
	margin:0;
	color:#010100;
	font-size:17px;
	line-height:22px;
}
.welcome p a {
	width:auto;
	color:#6a5e2a;
	text-decoration:none;
	font-weight:  bold;
}
.welcome p a:hover {
	text-decoration:underline;
}
/* news */
.news {
	float:right;
	z-index:10;
	width:264px;
	padding:30px 38px 0;
	margin:15px 0 0;
	background:url(../images/bg-white.png) repeat;
}
.block-dw {

}
.news h2 {
	position:absolute;
	z-index:15;
	top:-23px;
	right:70px;
	margin:0;
	width:253px;
	height:62px;
	text-indent:-9999px;
	background:url(../images/bg-news.png) no-repeat;
}
.news a {
	position:relative;
	color:#6a5e2a;
	font-size:15px;
	line-height:20px;
	font-weight:bold;
	text-decoration:none;
}

.news a:hover {
	text-decoration: underline;
}
.news p {
	margin:0 0 17px;
	color:#010100;
	font-size:14px;
	line-height:16px;
}
/* footer */
#footer {
	margin:0 auto;
	width:1000px;
	overflow:hidden;
	text-align:center;
	background:url(../images/bg-nav.gif) repeat-x;
}
#footer p {
	margin:0;
	color:#fff;
	font-size:12px;
	line-height:40px;
}
#footer p a {
	color:#fff;
	text-decoration:underline;
}
#footer p a:hover {
	text-decoration:none;
}
/* sbs logo */
.sbs {
	margin:0 auto;
	width:1000px;
	text-align:center;
}
.sbs p {
	margin:0;
	color:#fff;
	line-height:30px
}
.sbs a {
	display:block;
	width:185px;
	height:41px;
	margin:0 auto;
}
/* inner page */
.inner .columns-holder {
	margin-top:0;
}
.inner .welcome,
.inner .news {
	margin-top:0;
}
.inner .welcome {
	/* min-height:570px; */
	padding-top:25px;
}
* html .inner .welcome {
	height:570px;
}
.inner .welcome p {
	margin-bottom:20px;
}
.inner .news {
	padding-top:20px;
	padding-bottom:25px;
}
.inner .news h3 {
	margin:0 0 17px;
	font-size:26px;
	line-height:30px;
}
.title-page {
	position:relative;
	width:1000px;
	margin:10px auto;
	overflow:hidden;
	height:1%;
}
.title-page h1 {
	position:absolute;
	top:48px;
	left:88px;
	margin:0;
	font-size:40px;
	line-height:42px;
}
.post {
	padding:0 0 23px;
}
.post ul {
	margin:0 0 0 -8px;
	padding:0;
	list-style:none;
}
.post ul li {
	float:left;
	padding:0 6px 0 7px;
	background:url(../images/bg-sep-post.gif) no-repeat 0 60%;
}
.post ul li:first-child {
	background:none;
}
.post ul a {
	color:#010100;
	font-size:10px;
	line-height:14px;
	text-decoration:none;
}
.post ul a:hover {
	text-decoration:underline;
}
.post span {
	clear:both;
	display:block;
	color:#010100;
	font-size:10px;
	line-height:14px;
}
.post span a {
	color:#010100;
	text-decoration:none;
}
.post span a:hover {
	text-decoration:underline;
}

.post h3 a {
	color:#6a5e2a;
	text-decoration: none;
}

.post h3 a:hover {
	text-decoration: underline;
}

.page-news .news {
	padding-top:0;
	padding-bottom:30px;
}
.page-news .news h3 {
	margin-top:20px;
}
.news ul {
	margin:0;
	padding:0 0 10px 38px;
	list-style:none;
}
.news ul a {
	color:#6a5e2a;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	text-decoration:none;
}