html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #040410;
	
	background-image: url("../bt.jpg");
	background-repeat:repeat;
	background-position:center;
	
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;	
	color:#A4A4A4;
}	
img {
	display: block;
	behavior: url(iepngfix.htc);
}

a, a:hover, a:visited {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #E44525;
	text-decoration: underline;
}
a:hover {
	color: #CAA715;
}

#flashcontent, .flashcontent {
	height: 600px;
	text-align:center;
}
#textcontent, .textcontent {
	/*overflow: auto;*/
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #F7F7F7;
	padding: 5px 40px 30px 50px;
	text-indent: 10px;
}	

.header_left {
	padding-left: 10px;
	padding-bottom: 10px;
	z-index: 1000;
}
.header_right {
	padding: 10px;	
	z-index: 1000;
}
.footer_right {
	padding: 10px;
}
.menu ,.menu:active, .menu:visited, .menu:hover, .gal, .gal:visited, .gal:hover {
	text-decoration:none;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;	
	color:#A4A4A4;
	}
	
.menu:hover, .gal:hover, a.copyright:hover {
	color:#E44525;
}
.gal, .gal, .gal:visited, .gal:hover, .sep {
	font-size: 14px;
}		
.selected {
	color:#E44525;
}	
h3 {
	font-style: italic;
}
h2:first-letter {
	color:#E44525;
}
.copyright {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #F7F7F7;
}
a.copyright, a.copyright:hover, a.copyright:visited {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}