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

body {background-image:url(images/site_bg.gif);
background-repeat:repeat-x;
margin: 0;
}

#container{
	left:0px;
	top:0px;
	width:1000px;
	height:auto;
}

#header {
	left:0px;
	top:0px;
	width:1000px;
	height:122px;
}

#navi {
	left:0px;
	top:123px;
	width:1000px;
	height:49px;
}

#subnavi {

    float:left;
	width:210px;
	height:auto;
	clear:left;
}

#content {
    float:right;
	left:0px;
	width:750px;
	height:auto;
	clear:right;
}

#footer{
	left:0px;
	width:1000px;
	height:80px;
	clear:both;
}

.maps  {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}