* { padding: 0; margin: 0; }

body {
 font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
 font-size:62.5%;
 font-size: 15px;
 background : black;
 color: white;
}


.title{
	font-size:1.3em;
margin:10px 0pt;
color:#ccc;
}
	
#img_label {
	color:#ccc;
}

a { color:white;text-decoration : none;}
a:hover { color:#fff; font-weight:none;}
a:active { color:white}
#activelink {color:white;}

img.set {
border: 1px solid black; 
}
img.null {
border: 0px; 
}
img.set2 {
border: 0px solid #977567; 
}


h1, h2, h3, h4 {
font-weight:normal;
letter-spacing:0.001em;
color:white;
}
h2 {
font-size:2.1em;
margin:5px 0pt 10px;
}
h3 {
font-size:1.3em;
margin:10px 0pt;
}
h4 {
font-size:1.2em;
font-weight:bold;
margin:10px 0pt;
}
h5 {
font-size:1.3em;
}
p, ul {
margin-bottom:12px;
}

table.gallery { 
   width: 800px;
   height: 250px;
   border-collapse: collapse;
   border-spacing: 0px; }

table.gallery td
{
	padding: 4px;
	vertical-align: top;
}


#wrapper { 
 margin: 0 auto;
 width: 822px;
}
#header {
 width: 800px;
 height: 70px;
}
#header2 {
 width: 800px;
 vertical-align : bottom;
 border-bottom: 1px solid white;
}
#leftcolumn { 
 padding: 10px;
 width: 800px;
 height:360px;
}
#footer { 
 height: 150px;
 width: 800px;
 text-align :right;
 border-top: 1px solid white;
}


#leftcolumnx { 
 padding-left: 100px;
 padding-top: 10px;
 padding-bottom: 10px;
 min-height: 360px;
 width: 620px;
}

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:12px;
width:100px;
padding:7px 0;
color:white;
background:black;
text-decoration:none;
margin-right:1px;
text-align:center;
}
/* style the links hover */
.menu :hover{
color:#ccc;
background:#000;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:100px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

