@charset "utf-8";
body {
	font: 75%/1.4 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: url(../images/bkground.jpg) repeat;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img { 
	border: none;
}
#container {
	width: 920px;
	margin: 0 auto;
	margin-top: 15px;
}
#banner{
	width: 660px;
	margin: 0 auto;
	height: 100px;
	background: url(../images/banner.png) no-repeat;
	margin-bottom: 20px;
}
#page_top {
	width: 920px;
	background: url(../images/top.png);
	margin: 0 auto;
	float: left;
}
#page_mid {
	width: 920px;
	background: url(../images/mid.png) repeat-y;
	margin: 0 auto;
	float: left;
}
#page_bottom {
	width: 915px;
	height: 60px;
	line-height: 20px;
	padding-left: 10px;
	background: url(../images/bottom.png) no-repeat;
	padding-bottom: 10px;
	margin: 0 auto;	
	float: left;
}
#navigation{
	height: 100%;
	width: 200px;
	float: left;
	margin-left: 19px;
}
#navigation ul{
	list-style: none;
	margin-left: 25px;
	line-height: 45px;
	font-size: 13px;
}
#navigation li a:hover{
	font-weight: bold;
}
#navigation li a:link {
	color: #e9f4ff;
	text-decoration: none;
}
#navigation li a:visited {
	color: #e9f4ff;
	text-decoration: none;
}
#page_content{
	width: 680px;
	margin-right: 18px;
	float: left;
	font-size: 13px;
	height: 100%;
}
#page_content ul{
	margin-left: 50px;
	list-style: none;
	margin-top: 20px;
}
#page_content li{
	margin-bottom: 15px;	
}
#page_content h1, h2, h3, h5{
	margin-left: 16px;	
}
#page_content .table{
	margin-left: 30px;
}
#notice{
	font-size: 10px;
	margin-top: 20px;	
}
#page_content p{
	margin-left: 16px;
	margin-top: 10px;		
}
#footer {
	float: right;
	padding-right: 5px;
	width: 880px;
	margin-left: 20px;
}
#contact_form{
	width: 400px;
	margin-left: 26px;
	margin-bottom: 15px;
	height: 250px;
}
#contact_form .in{
	width: 300px;
	border: double 2px #000;
	background: #BDFDFD;
	color: #333;
	font-weight: bold;
	max-height: 80px;
	max-width: 300px;	
}
#contact_form .btn{
	width: 150px;
	border: groove 2px;
	color: #333;
	font-weight: bold;
	background: #BDFDFD;
}
#contact_form .row{
	width: 400px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contact_form .row .header{
	min-width: 65px;
	padding-right: 5px;
	float: left;
	text-align: left;
}
#contact_form .row .input{
	width: 300px;
	float: left;
	text-align: left;
}
#fb_logo{
	float: left;
	width: 300px;
	height: 100%;	
}
#text{
	width: 455px;
	font-size: 10px;
	float: left;
	text-align: right;
	margin-top: 17px;
	padding-right: 15px;
	height: 50px;
	line-height: 15px;	
}
.small_logo{
	width: 45px;
	margin-top: 10px;
	height: 50px;
	float: left;	
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#gallery{
	width: 662px;
	padding-left: 19px;
}
.gallery-picture{
	width: 125px;
	height: 140px;
	margin-right: 5px;
	float: left;
	margin-bottom: 5px;		
}
