@charset "utf-8";
/* CSS Document style.css */

body {
	text-align: center;
	background-color:#00A1DF;
	
	
}
#tbody{
	background-image:url(/common/img/IMG_border.png);
}


/*------------------------ wrapper ------------------------*/

div#wrapper {
	background-image:none;
	background-color:#fff;
	background-image: url(/common/img/BG_sun.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:40px;
	margin-top:0px;
}

/*------------------------ header ------------------------*/

div#header{
	height:450px;
}

div#header h1{
}

/*------------------------ nav ------------------------*/

div#nav {
	position: absolute;
	top: 360px;
	right:0px;
}


/*------------------------ main ------------------------*/

div#main {
	background-image:none;
	background-color:#fff;
}

#backg {
	
	background-image:url(/common/img/backg_footer2.png);
	height:50px;

}

/*------------------------ footer-container ------------------------*/

div#footer-container {
	background-image:url(/common/img/IMG_border.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #00a1df;
	padding: 20px 0 0 0;
	height:100%;
}


/*------------------------ news ------------------------*/

div#news {
	width: 960px;
	margin: 0 auto;
	padding-top:20px;
	clear: both;
}

div#news table{
	margin:0px 0 80px 0;
	float: right;
}

div#news th{
	color: #fff;
	padding: 0.3em 0;
	width:86px;
	height:1em;
}

div#news td{
	padding: 0.3em 0 0.3em 40px;
	text-align:left;
	width: 390px;
	color: #fff;
	height:1em;
}

ul.button {
	margin:10px 0 0 0;
	padding: 0;
	float:left;
}

ul.button li{
	margin: 0 0 5px 0;
	padding: 0;
}


/*------------------------ footer ------------------------*/

div#footer {
	margin: 0px auto 0px auto;

}

div#footer li a {
	color: #fff;
}

div#footer address {
	color: #fff;
}












