/*@font-face {
	font-family: MyGothic;
	src: url("GOTHIC.eot");
}
@font-face {
	font-family: MyGothic;
	src: url("GOTHIC.TTF");
}
@font-face {
	font-family: MyCandara;
	src: url("Candara.eot");
}
@font-face {
	font-family: MyCandara;
	src: url("Candara.ttf");
}*/

* {
    margin: 0;
    padding: 0;	
}

html, body, #bg, #bg table, #bg td {
    height: 100%;
    width: 100%;	
    overflow: hidden;
}

body {
	font-family: "Century Gothic", MyGothic, "Lucida Grande", sans-serif;
	font-size: 10px;	
	background: #11100E;
}
h1, h2, h3 {
	font-family: "Century Gothic", MyGothic, "Lucida Grande", sans-serif;
}

#noscript {
	height: 500px;
	line-height: 500px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -50%; 
	font-size: 18px;
	color: #fff;
	text-align: center;
	z-index: 1;
}


#bg div {
    height: 200%;
    left: -50%;
    position: absolute;
    top: -50%;
    width: 200%;
	z-index: 2;
}

#bg td {
    text-align: center;
    vertical-align: middle;
    position: relative;
}

#bg img {
    margin: 0 auto;
}

#bgmask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;	
}

#navigation {
    position: absolute;
    top: -154px;
    left: 0px;
    width: 222px;
    opacity: 0.99;
    color: #fff;
    z-index: 90;    
    font-family: "Century Gothic", MyGothic, "Lucida Grande", sans-serif;
    font-size: 18px;
    text-align: right;
}
#navigation ul {
    position: absolute;
    right: 0;
    list-style: none;
    padding: 0;
    margin: 0 0 0 auto;
    width: 100%;
}
#navigation ul li {
    margin: 11px 0 0 0;
    width: auto;
    position: relative;
}


#navigation ul li a, #navigation ul li a:visited {
    padding: 2px 10px;
    display: inline-block;
    background: #11100E;
	color: #fff;
    text-decoration: none;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;    
}
#navigation ul li a.active {
	text-transform: uppercase;
}

ul.subnav {
	list-style: none;
    padding: 0;
    margin: 0;
	position: relative; 
	top: 17px;
	z-index: 1000;
	text-align: left;
	white-space: nowrap;
}
ul.subnav li {
	display: inline;
	padding: 0;
	margin: 0;
}
ul.subnav li a, ul.subnav li a:visited {
	padding: 3px 10px 3px 10px;   
    display: inline;
    background: #11100E;
    font-size: 13px;
	line-height: 13px;
	font-family: "Century Gothic", MyGothic, "Lucida Grande", sans-serif;
	margin: 0 11px 0 0;
	color: #fff;
	text-decoration: none;
	-moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;	
}

#cont {
    position: absolute;
    top: 1200px;
    left: 500px;
    z-index: 70;  
    width: 35px;
    border: 3px solid #6D747E;
    background: #fff;
    color: #fff;
    opacity: 0.75;
	filter: alpha(opacity=66);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#cont * { 
	visibility: hidden;
}
#cont2 {
    position: absolute;
    top: 1200px;
    left: 500px;
    z-index: 75;
    width: 35px;
    border: 3px solid transparent;
    color: #11100E;
}

.box {
    margin: 0 auto;	
    padding: 12px 15px;
    text-align: justify;
    font: 13px/1.4 Corbel, MyCandara, "Trebuchet MS", Helvetica, sans-serif;
}

.box h2 {
	text-transform: uppercase; 
	font-weight: normal; 
	font-size: 16px;
	font-family: "Century Gothic", MyGothic, "Lucida Grande", sans-serif;
	margin: 0px 0 5px 0;
	text-align: left;
}
.box h2 .backlink {
	font-size: 13px;	
}
.box h2 .backlink a {
	text-decoration: none;	
	color: inherit;
}

.box h3 {	
	font-weight: normal; 
	font-size: 15px;
	margin: 12px 0 5px 0;
	text-align: left;	
	font-family: "Century Gothic", MyGothic, "Lucida Grande", sans-serif;
}

.box a, .box a:visited {
	color: blue;
}	

.box table {
	border-collapse: collapse;
}

.box td, .box th {
	vertical-align: top;
	padding: 0 5px 0 0;
	text-align: left;
}
.box th {
	text-decoration: underline;
	font-weight: normal;
}

.box p {
	margin: 5px 0;
	padding: 0;
}

.box .nowrap {
	white-space: nowrap;
}

.box .photostrip {
	overflow: auto; 
	height: 302px; 
	white-space: nowrap; 
	background: #11100E; 
	padding: 5px 0 0 5px;
	margin: 5px 0;
}
.box .photostrip img {
	margin: 0 5px 0 0;
	height: 280px;
}

.pagecontent {
	display: none;
}

#mp3player {
	position: absolute;
    z-index: 5000;
    top: -36px;
	left: -9px;
    text-align: center;
}

#footer {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #11100E;
	color: #fff;
	padding: 2px 6px 2px 6px;
	z-index: 100;	
	-moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
	opacity:0.44;
	filter:alpha(opacity=44);	
}
#footer a, #footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover, #footer a:visited:hover {	
	text-decoration: underline;
}

.scroller {
	overflow: auto; 
	margin: -12px -15px; 
	padding: 12px 15px;	
}

#navigationbar {
	position: absolute;
	top: -242px;
	left: 0px;
	z-index: 80;
	width: 222px;
	height: 303px;
	background: #11100E;
	opacity: 0.44;
	filter: alpha(opacity=44);
	-moz-border-radius-bottomright: 4px; 
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 222px;
	opacity: 0.99;
	font-weight: normal;
	z-index: 100;
}
h1 a, h1 a:visited {
	padding: 36px 10px 2px 0;
	color: #fff;
	background: #11100E;
	font-size: 22px;
	text-align: right;
	display: block;
	text-decoration: none;
	-moz-border-radius-bottomright: 4px; 
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

a {
    outline: none;
}
/*a.active {
	text-transform: uppercase;
}*/

a.light, a:visited.light {
	color: #fff;
}

hr {
	margin: 10px 0;
}

