@charset "utf-8";
/* ltr CSS Document */

body{
	background: #73ADD7 url(../../images/bg0.jpg) repeat-x;
	background-color:#d9edf8; 
	font-family:Tahoma;
	font-size:12px; color:#000;
	margin:0px;
	}

#page {
	background: url(../../images/bg3.jpg) no-repeat center top; 
	width: 100%;
	display: table;
}

#center {
	margin:0 auto;
	background: #fff;
	height:680px; width:863px;
}

#top{ float:left; width:535px; background-image:url(../../images/top_bg.gif); height:82px; }
.tbl_blue{background-color:#edfcff; width:218px; background-image:url(../../images/cntct_bg.jpg);}
.tbl_footer{ background-color:#45a3d6; height:50px; border:#edfcff solid 1px;}
.photo{ padding-right:15px; padding-bottom:15px;}


/*----------Font --------------*/


.txt{
color:#333;font-family:tahoma; font-size:12px;  
}
.txt a{
color:#333;font-family:tahoma; font-size:12px;text-decoration:none;
}

.txt a:hover{
color:#ffcc00;font-family:tahoma; font-size:12px; text-decoration:underline;
}

.txt_footer{
color:#fff;font-family:tahoma; font-size:10px;  
}
.txt_footer a{
color:#fff;font-family:tahoma; font-size:10px;text-decoration:none;
}

.txt_footer a:hover{
color:#ffcc00;font-family:tahoma; font-size:10px; text-decoration:none;
}


/*--------------Menu -----------------------*/
#menu { 
background-image:url(images/menu_bg.jpg);  
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 12px "tahoma";
	margin: 0;
	padding: 0;
}
#menu a {
	
	color: #000;
	display: block;
	float: left;
	margin: 0;
	padding: 10px 35px;
	text-decoration: none;
}
#menu a:hover {
	background: #4aa6d6 url("../../images/over.gif") bottom center no-repeat; 
	color: #fff;
	padding-bottom:10px;
	}