body{
    background: #999 url(body-bg.png);
    font-family: "Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
	font-size: 14px;
	margin: 0;
}
a{
	color: #999;
	text-decoration: none;
}
a:hover{
	color: #ccc;
	text-decoration: underline;
}


#header-text{
    border: 0 solid #FFFFFF;
	background: #404040;
    color: #DDDDDD;
    font-family: Times,serif;
    font-size: 150px;
    letter-spacing: -7px;
    margin-left: 0;
    margin-top: 0px;
    padding: 0;
    text-align: left;
	width: 800px;
    text-shadow: 5px 0 10px #000000;
    filter:alpha(opacity=20);
    -moz-opacity:0.20;
    -khtml-opacity: 0.20;
    opacity: 0.20;
}

#header-image{
	float: right;
    filter:alpha(opacity=80);
    -moz-opacity:0.80;
    -khtml-opacity: 0.80;
    opacity: 0.4;
}
#header-image:hover{
    filter:alpha(opacity=40);
    -moz-opacity:0.40;
    -khtml-opacity: 0.40;
    opacity: 0.40;
}


#pagetitle{
    font-family: courier, verdana, arial, "sans serif";
    font-size:11pt;
    color:#fff;
    margin-bottom:0;
	height:25px;
	background: url(pagetitle-bg.jpg);
	text-align: bottom;
	padding-top:20px;
	margin-top: 0;
	filter:alpha(opacity=8);
    -moz-opacity:0.80;
    -khtml-opacity: 0.80;
    opacity: 0.80;	
}
#pagetitle a{
    color:#fff;
}
#pagetitle a:hover{
    color:#999;
}
.white{
    color:#dedede;
}
#mainPane{
    min-height: 500px;
	border-radius: 0px 0px 40px 40px;
    margin: 0 auto;
    background: url("images/bg.jpg") repeat scroll -80px -60px #050505;
	width: 1010px;
    height: 775px; 
    height: 730px; 
    border: solid 0px #333;
    padding: 0 5px 0 15px;

}

#enter{
    position:relative;
    font-size:24px;
    top:235px;
    left:370px;
    color: #999;
    text-decoration:none;
}

#enter:hover{
    color: #ddd;

}

#content{
    float: left;
    width:854px; /* v1 */
    height:496px; /* v1 */
    width:800px;
    height:533px;
    padding-top:1px;
    border-top: 1px solid #999;    
    border-right: 1px solid #202020;
}

#display{
    float: left;
    width:720px;
    height:405px;
    padding-top:1px;
    border-top: 1px solid #fff;    
    border-right: 1px solid #666;
    border-bottom: 4px solid #006;
    /* 
    border-left: 1px solid #666;    
    border-bottom: 1px solid #666;
    */
}



#displayContent{
    margin-left:40px;
    margin-right:30px;
    font-size:13px;
    color:#fff;
}

#displayContent h2{
    font-size: 18pt;
	filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

#navigation{
    float: left;
    width:200px;
    padding: 0;
    margin: 0;
    font-size:14px;
	height:90%;
}

.navLink{
    width:200px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    border-bottom: 1px solid #333;    
    margin:0;
    color:#66a;
}
.navLink:hover{
    /* background: #202020 url('bg2.png');     */
    background: #202020 url('images/bg.jpg');    
    /* background-position: -80px -300px; */
    background-position: -80px -550px; 
    margin:0;
    cursor:pointer;
    color:#fff;
}
.selected{
    width:200px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    border-bottom: 1px solid #333;    
    margin:0;
    /* background: #202020 url('bg2.png');  */
    background: #202020 url('images/bg.jpg');    
	
    background-position: -100px -100px;
    color:#eee;
}

.galleryLink{
    width:184px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 28px;
    border-bottom: 1px solid #333;    
    margin:0;
    color:#666;
}
.galleryLink:hover{
    background: #202020;    
    /* background-position: -80px -300px; */
    background-position: -80px -550px; 
    margin:0;
    cursor:pointer;
    color:#fff;
}

#gallerySelected{
    width:184px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 28px;
    border-bottom: 1px solid #333;    
    margin:0;
    /* background: #202020 url('bg2.png');    */
	background: #202020 url('images/bg.jpg');
	background-position: -110px -110px;
	background-position: -100px -300px;
    color:#ddd;
}




#footerbottom{
    border: 0px solid #fff;
    width:640px;
    margin-left: 20px;
    padding:20px;
    text-align: left;
    font-family: Times, serif;
    font-size: 120px;
    color:#ddd;
    
    letter-spacing:-3px;
    
    filter:alpha(opacity=30);
    -moz-opacity:0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    

    position:absolute;
    top:540px;
    /* z-index:100; */
}


#header-copyright{
    color: #999;
    margin-left: 10px;
    margin-top: -52px;
    letter-spacing: 10px;
}

#soon{
	margin: 325px 0 0 330px;
	font-size: 24pt;
	color: #999;
}

#author{
	__text-align: right;
	padding: 30px 100px 20px 20px;
}
#author img{
	filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
	float: left;
	margin-right: 12px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}


#myGallery {
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 20px 20px #000000;
    -moz-box-shadow: 0 20px 20px #000000;
}

#splash{
	margin-top: 15px;
	margin-left: 0;
	padding-left: 0;
	height: 505px;
	background: #101010;
}
.splash-img{
	display: inline-block;
	height: 67px;
	text-align: center;
	width: 100px;
	padding:5px;
	filter:alpha(opacity=30);
    -moz-opacity:0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}
.splash-img-dimmed{
	filter:alpha(opacity=30);
    -moz-opacity:0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

.splash-img:hover{
	filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;	
}
