@charset "utf-8";
/* CSS Document */


body {margin:0; padding:0;background:#000;
text-align: center/*For centering in IE6*/}
#wrapper{width:800px;/*must specify width for auto margins below*/ 
margin:10px auto; 
text-align:left;/*removes centering of text inside wrapper*/ 
background:#000;
border:1px solid #2F2D00;
border-color:#2F2D00;
margin-bottom:10px;
}

#header{font-family:Lucida Calligraphy;
width:795px;
background:#000;
color:#e0c41f;
padding:5px;
margin-top:10px;
}

#h1 {font-family:Lucida Calligraphy;
font-size:45px;
font-weight:bold;
text-align:center;
}

#h2 {font-family:Lucida Calligraphy;
font-size:25px;
font-weight:bold;
text-align:center;
}

#navbar{width:125px;
color:#e0c41f;
background:#000;
font-size:18px;
font-weight:bold;
text-align:left;
font-family:Lucida Calligraphy;
float:left;
margin-top:-15px;
}

	
#navbar ul{margin: 0;
padding:0;
list-style-type:none;}
#navbar ul a.active{color:#906;}
#navbar ul a:hover{
	background:#000;
	color:#F30;
	font-family:Arial, 
	Helvetica, sans-serif;}

#navbar ul a{display:block;
border:1px solid;
border-color:#4D4F00 #4D4F00 #2F2D00 #2F2D00;
background:#141307;
padding:4px;
width:120px;
text-decoration:none;
color:#e0c41f;
text-transform:uppercase;
font-size:11px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
margin-bottom:4px;}

#navbar ul ul a{display:block;
border:1px solid;
border-color:#4D4F00 #4D4F00 #2F2D00 #2F2D00;
background:#141307;
padding:3px;
width:105px;
height:12px;
text-decoration:none;
color:#e0c41f;
text-transform:uppercase;
font-size:11px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
margin-bottom:4px;
margin-left:15px;}	

#navbar ul ul ul a{display:block;
border:1px solid;
border-color:#000;
background:#000;
padding:3px;
width:105px;
height:10px;
text-decoration:none;
color:#e0c41f;
text-transform:uppercase;
font-size:9px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
margin-bottom:4px;
margin-left:15px;}
	#content{
	float:left;
	width:665px;
	display:inline;
	margin:0 0 0 0;
	color:#e0c41f;
	padding-left:5px;
	margin-top:-15px;
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	list-style-type:none;
	LINK="#00ffff"; 
	ALINK="#00ffff"}
#content a.active{color:#906;}

#img-left {
  float:left;
  margin:15 25 15 0;
}
#img-right {
  float:right;
  margin:15 0 15 25;
}
#mediapage{font-family:Lucida Calligraphy;
font-size:20px;
font-weight:bold;
text-align:center;
display:block;
border:1px solid;
border-color:#4D4F00 #4D4F00 #2F2D00 #2F2D00;
background:#141307;
padding:3px;
width:650px;
text-decoration:none;
color:#e0c41f;
margin:0 0 0 10px;
}

#tb_content {
	width:650; 
	border:1px;
	bordercolor:4D4F00;
	cellspacing:0;
	cellpadding:10px;
	font color:#e0ba1f; 
	font size:+1;
	font-family:Times New Roman;
	text-decoration: none;
}

#tb_img {
    WIDTH:650;
	BORDER:0; 
	CELLSPACING:10;
	CELLPADDING:0;

}
#td_img {
    WIDTH:33%;
	img ALIGN:BOTTOM;
    BORDER:0; 
	NATURALSIZEFLAG:3;
	FONT SIZE:-1;
	font-family:Times New Roman;
	text-decoration:none
	text-align:center;
	img-align:center;

}

.thumbnail{

z-index: 0;
}

.thumbnail:hover{

background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/


padding: 10px;
border:1px solid #e0c41f;
visibility: hidden;
color: #e0c41f;
text-decoration: none;
background:#000;
font-family:Arial, Helvetica, sans-serif;

}

.thumbnail span img{ /*CSS for enlarged image*/

border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;

}

/*position where enlarged image should offset horizontally */


}

	#footer{clear:left;
	color:#e0c41f;
	border:1px solid;
    border-color:#4D4F00 #4D4F00 #2F2D00 #2F2D00;
    background:#141307;
	text-align:center;
	font-size:13px;font-weight:bold;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;}
	

