h1, h2 { color: white; font-size: 12px;}

body { 
/* font-family: Arial, Tahoma, Helvetica, Sans-Serif;  */
font-family:Arial,sans-serif;
font-size:12px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
text-decoration:none;

 padding: 15px 0 60px; 
 background:black; 
 padding:0px; 
 margin:0px; 
} 


a, a:visited { outline:none; color:gray; text-decoration:none; } a:hover { color:#268FE8; } 

h1 { 
 float: left;
 margin-top: 6%; 
 margin-left: 7%;
 margin-bottom:0%;
 width: 100px; 
}

h2 { 
 margin-top: 6%;
 margin-bottom:0%;
 float: left; 
}
span { clear:both; position:absolute; bottom:0px; margin:3px; } span { font-size:10px; } 

#box { clear: left; height:540px; width:960px; margin-right:auto; background:#070707; margin-left: 6%; padding-top:1px; } #nav { position:absolute; width:150px; height:500px; color:#E6E6E6; margin:20px; margin-right:0px; display:block; } #nav li { list-style-type:none; } #nav ul { margin:0px; padding:0px; list-style-type:none; } #nav ul a { display:block; } ul.top>li a { text-transform: capitalize; } #nav ul ul a { padding:0px; padding-left:15px; margin:0px; display:block; color:gray; font-variant:small-caps; font-weight:normal; } #nav ul ul ul li a { display:block; color:#E6E6E6; text-align:right; } #nav ul li:hover { display:block; } #nav ul ul li:hover a { color:white; } #nav ul ul ul li a:hover { color:#268FE8; } #content { position:relative; top:0px; margin:20px; margin-left:190px; color:white; } #content img.gross { float:right; height:500px; display:block; border:none; } #content img.thumb { float:left; display:block; border:none; width:250px; height:167;} #content img.thumb:hover { background-color:white; -moz-opacity:0.7; -khtml-opacity:0.7; opacity:0.7; filter:alpha(opacity=20); } #content img.thumb { -moz-opacity:1; -khtml-opacity:1; opacity:1; filter:alpha(opacity=20); } #content p { padding:100px; height:300px; color:gray; } #content:hover p, #content:hover p { color:white; } a.current { color:#268FE8 !important; } #sb a img { border:0px; -moz-opacity:0.6; -khtml-opacity:0.6; opacity:0.6; filter:alpha(opacity=20); } #sb a img:hover { -moz-opacity:1; -khtml-opacity:1; opacity:1; filter:alpha(opacity=20); } .next { cursor: e-resize; } .prev { cursor:w-resize; }