/* @charset "UTF-8"; */

/* Left			##################################### */
div#box-flash {
	margin-bottom: 25px;
	width: 790px; height: 342px;
}
div#main {
	background: url("../img/border_a.gif") top left repeat-x;
	min-height: 93px;
}
	div#main-left {
		float: left;
		width: 512px;
	}
		div#bar-news {
			position: relative;
			margin-top: 5px;
			height: 29px;
			background: url("../img/border_c.gif") bottom left repeat-x;
		}
			div#bar-news h3 {
				position: absolute; top: 8px; left: 12px;
				width: 53px; height: 12px;
				background: url("../img/h3_news.gif") no-repeat;
				overflow: hidden;
			}
			a#btn-list {
				position: absolute; top: 7px; left: 425px;
				width: 43px; height: 16px;
				background: url("../img/btn_list.gif") top left no-repeat;
				text-indent: -7777px;
				overflow: hidden;
			}
			a:hover#btn-list {
				background-position: top right;
			}
			div#bar-news img {
				margin: 6px 0 0 482px;
			}
		ul#list-news {
			display: block;
			margin: 14px 0 0 17px;
			width: 490px;
		}
			ul#list-news li {
				clear: both;
			}
				ul#list-news li span {
					display: block;
					margin-bottom: 25px;
				}
					ul#list-news li span strong {
						font-weight: bold;
					}
				ul#list-news li span.date {
					float: left;
					width: 77px;
					color: #393939;
				}
				ul#list-news li span.cont {
					float: right;
					width: 402px;
				}
	div#main-right {
		float: right;
		width: 240px;
	}