 body
        {       
        	background:black;
        	font-family:Arial,Helvetica, Sans-Serif;
        	color:White;
        	padding:0px;
        	margin:0px;
        	background:#292929;
        	font-size:13px;
        }
        div.mainWrap
        {
        	margin:0 auto;
        	width:980px;
        }
        div.content{
        	width:680px;
        	margin-left:260px;
        	margin-right:40px;
        }
        div.menu{
        	width:216px;
        	float:left;
        	margin-left:20px;
        	background:url(../images/menu_back.jpg) repeat-y;  
        	margin-top:60px;
        }
        div.menu h1{
        	font-size:14px;
        	margin:0px;
        	padding-top:10px;
        	font-family:Tahoma;
        	text-transform:uppercase;
        }
        div.menu ul{
        	list-style:none;
        	font-size:12px;
        }
        div.menu ul li{
        	border-bottom: #666666 dotted;
        	padding-left:10px;
        	padding-bottom:2px;
        	padding-top:6px;
        }
        div.menu_header{
        	background:url(../images/menu_header.jpg) no-repeat;
        	height:52px;
        }
        div.menu_bottom{
        	background:url(../images/menu_bottom.jpg) no-repeat;
        	height:8px;
        }
        h1
        {
        	text-align:center;
        }
        a{
        	color:#fefefe;
        	text-decoration:none;
        	font-weight:bold;
        }
        a.big
        {
        	font-size:20px;
        	color:Red;
        }
        a.big:hover
        {
        	color:#8d0101;
        }
        ul
        {
        	padding-left:20px;
        	padding-right:20px;
        	clear:both;
        }
        ul li
        {
        	  cursor:pointer; 
        }
        p{
            /*cursor:pointer;    */
        }
        div.footer{
        	background:url(../images/footer_back.jpg) no-repeat;
        	text-align:center;
        	color:#AF903D;
        	font-size:11px;
        	height:42px;
        }
        div.footer .copy{
        	padding-top:18px;
        }