﻿body {
	background-color: Black;
	color: #aaaaaa;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #222222;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	height: 100%;
	background-image: url('bg.jpg');
	background-repeat: repeat-y;
	background-position: center;
}
html {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	height: 100%;
}
#main {
	width: 796px;
	max-width: 796px;
	margin: 0 auto 0 auto;
	padding: 0;
	min-height: 100%;
	height: 100%;
	color:#dddddd;
}
* html #main {
	height: 100%;
}
#header {
	height: 156px;
	border: 0px none;
}
#menu {
	height: 27px;
	border: 0px none;
}
#content {
	text-align: center;
	width: 796px;
}
#contentinner {
	max-width: 760px;
	margin: 0 auto 0 auto;
	padding: 0;
	min-height: 100%;
	width: 760px;
	text-align: left;
}
#footer {
	font-size: .7em;
	font-weight: bold;
	text-align: center;
}
.borderoff {
	border-style: none;
}
.Text {
	text-align: justify;
	font-size: .9em;
	text-align: justify;
	line-height: 1.2em;
}
.Text li{
	text-align: justify;	
}
.section2 {
	font-size: 1.2em;
}
#gallerydescr {
	font-size: .8em;
	text-align: justify;
	line-height: 1.2em;
	font-weight: bold;
}
.section {
	padding: 3px;
	font-size: 1.2em;
	font-weight: bold;
	color: #aaaaaa;
	background-color: #222222;
}
a{
	color:#CCCCFF;
	text-decoration:none;
}
a:visited{
	color:#CCCCFF;
}
a:active{
	color:#FFCCCC;
}
a:hover{
	color:#FFCCFF;
	text-decoration:underline;
}