@charset "utf-8";
/* CSS Document */

body{
	font-family: Verdana;
	line-height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#000000;	
	height:98%;
	display:inline;
}

#site{ /*margin_left, screen, margin_right*/
width: expression(document.body.clientWidth > 1280? "1100px": "90%" ); max-width: 900px;
height:100%;
margin: 0 auto;
}

#margin_left{
	height:99%; /*???*/
	width:1%;
	float:left;
	/*background:url(../Nautica02Liquid_own/images/bg_rightmargin.jpg) repeat-y;*/
}

#margin_right{
height:99%; /*???*/
width:1%;
float:left;
}

#screen{ /*header, content, footer*/
height:99%; /*???*/
width:97%;
float:left;
}

#header{
height:140px;
float:left;
width:99.5%;
background:url(images/banner.jpg) center no-repeat;
}

#slide_image{
text-align:left;
margin-left:1%;
padding: 20px 20px;
height:100px;
width:50%;
float:left;
color:#FF6600;
}

#content{
float:left;
width:99.5%;
background:url(images/background/bg_menu.jpg) no-repeat left top;
}

#netlog{
float:right;
color:#f2b32c;
font-family: Verdana;
font-size:14px;

}

#netlog a{
color:#FFFFFF;
text-decoration:none;
}

#netlog a:hover{
color:#6666FF;
}

#content_left{
height:100%;
width:22%;
float:left;
padding-top:15px;
}

#iframe_calendar{
text-align:center;
background:url(images/background/bg_calendar.jpg) no-repeat center bottom;
}

#info{
background:url(images/background/bg_left.jpg) center repeat-y;
}

#news{
color:#f2b32c;
font-size:14px;
width:100%;
}

#newsitem{
padding-left:5px;
padding-top:2px;
}

#newsitem a{
color:#FFFFFF;
text-align:left;
text-decoration:none;
text-align:left;
}

#newsitem a:hover{
color:#6666FF;
}

#tel{
width:100%;
text-align:center;
}

#content_main{
width:78%;
float:left;
overflow: hidden;
height:100%;
text-align:center;
}

#menu{
height:35px;
width:100%;
}

#home_div{
float:left;
width:100%;
}

#iframe_home{
text-align:center;
}

#footer{
font-size:11px;
margin-bottom:0px;
padding-bottom:0px;
padding:5px;
height:20px;
float:left;
width:99.5%;
background-color:#000000;
color:#FF6600;
}