 body{
     background:black;
     color:white;
     font:500 15px "trebuchet ms", arial;
 } 
 a{
     color:white;
 }
 h1{
     color:red;
	font-family: impact;
	font-weight:300;
	 font-variant:small-caps;
	 margin:5px;
letter-spacing:1px;
margin:0px;
padding:0px;
 }
 a:hover{
     color:red;
     text-decoration:underline;
     
 }
 
 #toptabs{
     position:absolute;
     text-align:center;
     top:-1px;
     z-index:10;
     width:700px;
     left:50%;
     margin-left:-350px;
 }
 #toptabs a{
	 text-decoration:none;
 }

 #toptabs .left{
    width:11px;
    background: black url('../images/tabtop-left.png')  no-repeat scroll bottom left;
 }
 #toptabs .right{
    width:11px;
    background: black url('../images/tabtop-right.png') no-repeat scroll bottom left;
 }
 #toptabs .text{
     padding-bottom:3px;
     background: black url('../images/tabtop-bottom.png') repeat-x scroll bottom left;
	 
 }
 
 
 #toptabs table{
     display:inline;
     margin-left:3px;
 }
 #main{
    position:absolute;
    width:700px;
    left:50%;
    margin-left:-350px;
    top:30px;
}	
#mainImage{
	 opacity:0.2;
	 filter:alpha(opacity=20);
 }
.widthofmaindiv{
	width:650px;
}
 #mainDiv{
	 color:black;
     position:absolute;

	
     
     height:500px;
     width:670px;
    left:50%;
    margin-left:-335px;
	
	
     filter:alpha(opacity=85);
     opacity:0.85;
	 
    top:45px;
    overflow:hidden;
 }
 #holdSize{
	 border:2px solid gray;
	 padding:15px;
	 background:white;
     width:635px;
     height:316px;
     overflow:auto;
	 margin-bottom:10px;
 }
 #holdSize a{
	 color:black;
 }
 #holdSize a:hover{
	 color:red;
 }
