    body{ margin:0;background:#000000;padding:0;line-height: 1.5em;font-size:12px;font-family:Arial;color:#9C8050;}
    
	a:link {color: #FFCC33; text-decoration: none;}
	a:visited {color: #FFCC33; text-decoration: none;}
	a:hover {color: #976564; text-decoration: none;}
	a:active {color: #FFCC33; text-decoration: none;}
	
	#bgcontainer{width:860px;margin:0 auto;background:#020202 url(images/bkg.jpg) repeat-y;border:0px solid yellow;}
    #maincontainer{width: 770px; margin: 0 auto;background-color:transparent;border:0px solid yellow;}
    #topsection{height: 380px;border:0px solid yellow;margin-bottom:20px;}
    #topsection h1{margin: 0;padding-top: 15px;}
    #contentwrapper{float: left;width: 100%;}
    #contentcolumn{margin-left: 200px;border:0px solid yellow; }
    #leftcolumn{float: left;width: 200px; margin-left: -770px;margin-top:20px;border:0px solid yellow;}
    #footer{clear: left;width: 100%;height:80px;padding-top:24px;margin-top:20px;background:#020202 url(images/foot_bg.jpg) no-repeat;}
    .popup {display:none;}

    #footer a{color: #9C8050;}
    .innertube{margin: 10px;}
    .tile {    float:left;width:140px;height:140px;padding:10px;border:0px solid yellow; }
    
    .ml {    float:left;width:480px;height:660px;border:0px solid yellow;clear:right; }
    .mll {    float:left;width:120px;height:160px;padding:5px;border:0px solid yellow; }
    .mlr {    float:left;width:310px;height:160px;padding:5px;border:0px solid yellow; }
    h1 {font-size:1.5em;}
    /*-------thumb------------*/
    .thumbnail{
    position: relative;
    z-index: 0;
    }

    .thumbnail:hover{
    background-color: transparent;
    z-index: 50;
    }

    .thumbnail span{ /*CSS for enlarged image*/
    position: absolute;
    background-color: lightyellow;
    padding: 5px;
    left: -1000px;
    border: 1px dashed gray;
    visibility: hidden;
    color: black;
    text-decoration: none;
    }

    .thumbnail span img{ /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
    }

    .thumbnail:hover span{ /*CSS for enlarged image on hover*/
    visibility: visible;
    top: 0;
    left: 60px; /*position where enlarged image should offset horizontally */

}


