HTML, BODY {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background: #c5ebfe;
}

IMG {	border: 0px;
	display: block;
}

HR {
	height: 1px;
	line-height: 1px;
	color: #fff;
	background-color: #fff;
	padding: 0px;
	border: 0px;
}

.table {
    width: 100%;
    border: 0px;
	border-collapse: collapse;
}

.td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#bg_1 {
	width: 1000px;
	margin: auto;
 	background: #99cdff url('img/bottom_bg.jpg') repeat-x bottom;}

#bg_2 {
	background: url('img/top_bg.jpg') no-repeat;
}

#c_1 {	background: url('img/c_1.jpg') no-repeat left top;
}

#c_2 {
	background: url('img/c_2.jpg') no-repeat right top;
}

#c_3 {
	background: url('img/c_3.jpg') no-repeat left bottom;
}

#c_4 {
	background: url('img/c_4.jpg') no-repeat right bottom;
}

#main_table {	height: 100%;
	margin: auto;
}

/* header */

#header {	height: 195px;
}

#header_left {
	width: 270px;
}

#header_right {
	height: 195px;
}

#logo {	width: 270px;
}

#flash_left {	float: left;
}

#flash_right {
	float: right;
}

/* top_menu */

#top_menu {
	width: 100%;	height: 50px;
	line-height: 48px;
	text-align: right;
}

/* main */

#left_block {	width: 255px;
}

#right_block {	width: 255px;
}

.vline {
	width: 1px;	margin: 0px;
	padding: 0px;
	vertical-align: top;	background: #fff;
}

.content {
	padding: 20px;
}

.header {	width: 100%;
	height: 30px;
	text-align: center;
}

.news_link {	float: right;
}

/* footer */

#footer {
	height: 30px;
	line-height: 28px;
	text-align: center;
}
