﻿@import url(reset.css);
body {
	margin: 0;
	padding: 0;
	border-width: 0;
	background: #FFF;
	font:Verdana,Tahoma,sans-serif;
}
/*#outer{}
#inner{
	margin:auto;
	height:100%;
	overflow:hidden;
}*/
/*#logobar{
	height:212px;
}
#menubar{
	height:36px;
}*/
#logobar,#menubar{
	width:1000px;
	margin:auto;
	margin-top:50px;
	overflow:hidden;
}
.logo{
	float:left;
	width:208px;
	height:208px;
	overflow:hidden;
	border:3px #090 solid;
	margin:0px 18px 0px 18px;
}
.logo img{
	margin:4px;
}
.menuitem,.gallery,.menuitem_s{
	float:left;
	margin:0px 8px;
	font-size:1.3em;
	padding:2px;
}
.menuitem_s{
	padding:1px 11px 1px 1px;
	border:1px #000 solid;
	margin-left:8px;
	margin-right:-2px;
}
.menuitem a, .menuitem_s a{
	color:#000;
	text-decoration:none;
	display:block;
}
.menuitem a:hover {
	color:olive;
}
.menuitem *, .menuitem_s * {
	vertical-align:middle;
}
#content_container{
	width:1000px;
	margin:auto;
	overflow:auto;
}
#maincontent{
	float:left;
	width:760px;
	border-left:3px #DDD solid;
	font-size:1.6em;
	line-height:1.1em;
	padding:10px;
	margin:30px 0px 50px 0px;
	text-align:justify;
	height:100%;
	overflow:hidden;
}
#topbar{
	min-width:740px;
	margin:-10px 0px 10px -10px;
	padding:20px;
	background-color:#DDD;
	font-size:1.5em;
	overflow:hidden;
}
#topbar_g{
	min-width:1000px;
	padding:20px;
	background-color:#DDD;
	font-size:1.5em;
	overflow:hidden;
	height:40px;
}
#submenu{
	float:left;
	min-height:200px;
	min-width:180px;
	margin:30px 0px 30px 20px;
	padding:100px 0 0 0;
}
#footer{
	width:990px;
	text-align:center;
	font-size:1.4em;
	height:50px;
	padding:24px 0 0 0;
	margin-bottom:100px;
	background:#DDD;
	overflow:hidden;
}
p.copyright {
	margin: 0;
	line-height: 1.5em;
	text-align: center;
	padding: 0 0 20px 0;
	color:#000;
	font:Verdana,Tahoma,sans-serif;
	overflow:hidden;
}
a.fsl {
	color: #d85d5d;
	text-decoration: none;
}
img.gallery_menu{
	width:100px;
	height:100px;
	float:left;
	margin:12.5px;
}