body {
	background: #666;
	font-family: verdana, arial, helvetica, sans-serif;	
	font-size: 0.9em;
	padding: 0;
	margin: 0;
}

a {
	color: maroon;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	text-decoration: underline;
	font-weight: normal;
	font-style: italic;
	font-size: 1em;
}

#front {
	background: black;
	color: white;
}

#container {
	position:absolute;
	left:50%;
	top:50%;
	width: 880px;
	height: 480px;
	margin-left: -450px;
	margin-top: -250px;
	padding: 10px;
	background: white;
}

#front #container {
	background: url("/images/front.jpg") no-repeat;
	width: 730px;
	height: 220px;
	margin-left: -370px;
	margin-top: -250px;
	padding-top: 220px;
	text-align: center;
	font-size: 1.1em;
}

#front a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#nav {
	background: #ddd;
	width: 230px;
	height: 300px;
	margin-top: 7px;
	padding: 10px;
	overflow: auto;
}

#nav a, .menutitle {
	display: block;
	color: maroon;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0;
	padding: 5px 15px;
}

.menutitle {
	padding: 5px;
}

#nav a:hover,  .menutitle:hover {
	background: #eee;
	cursor:pointer;
}

#content {
	float: right;
	background: #ddd;
	width: 600px;
	height: 460px;
	padding: 10px;
	overflow: auto;
}

#vkde {
	width: 880px;
	padding-top: 15px;
	text-align: right;
	color: white;
}

#vkde a {
	text-decoration: none;
	color: white;
}

#mop {
	font-size: 0.9em;
	margin-top: -543px;
	color: white;
}

#mop a {
	text-decoration: none;
	color: white;
}

.cen {
	text-align: center;
} 

.cen img {
	padding: 7px;
	background: white;
	border: #666 1px solid;
}

.cen a {
	padding: 7px 10px;
	background: white;
	border: #666 1px solid;
	margin: 5px;
}

.f1 {
  width: 30px;
}

.f2 {
  width: 50px;
} 
  
.f3 {
  width: 30px;
}

.f4 {
  width: 50px;
} 
  
.f5 {
  width: 30px;
}

.cl {
	clear: both;
}

#gallery {
	width: 16765px;
	height: 368px;
	background: url("/images/film.gif") repeat-x;
	padding-left: 4px;
}

#gallery img {
	margin: 44px 0 0 3px;
}

.rec {
	width: 540px;
	background: white;
	padding: 20px;
	border: #666 1px solid;
}

.logowhite {
	background: white;
	padding: 3px;
	border: #666 1px solid;
}

.seolinks {
	display: none;
}