body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background:	url(http://www.whichslots.com/images/bg.gif) #fffff5;
	/*background-color: #FFFFFF;*/
	padding: 0px; margin:0; text-align:center;
}
img { border:none;}

.wrapper {margin:auto; width:922px; text-align:left;}
.contenter {border: 1px solid #9999cd;}
.header {background:#E0E3F4; }
.header h1 {margin:0; padding:20px; display:block; height:80px;}

.left_menu {float:left; padding:20px;}
.right_content {width:690px; float:right;}


 #maincontent {
 	border-left: 2px dotted #9999cd;
	padding:20px;
	font-size:100%;
	font-family: Georgia,"Times New Roman",Times,serif;
	line-height:1.5em;
 }
 p a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration:underline;
  color:#0000ff;
  background:transparent;
  }
p a:hover {
  color:#ff0000;
  background:transparent;
  }
p a:visited {
  color: #9400D3;
  background:transparent;
  }
 #sidebar {
 	width: 190px;
 	font-size: 12px;	
	vertical-align: top;
	/*/*/font-size: 85%; /* */
 }
 #header {
 	background-color: #DEE4F4;
 	color: #CEEBFF;
 	
 }
 #footer {
  	font-size: 11px;
 	background-color: #787fad;
 	color: #ffffff;
	padding:20px;
	line-height:25px;


 }
h1 { font-size: 160%;  font-family: Verdana, Arial, Helvetica, sans-serif; color:#000040;}
h2 { font-size: 140%; font-family: Verdana, Arial, Helvetica, sans-serif; color:#00005B; }
h3 { font-size: 120%; font-family: Verdana, Arial, Helvetica, sans-serif; color:#5B093D; }

#sidebar a {
	/*/*/padding: 3px;
	display: block;
	border: 2px dotted #9999cd;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
	width: 160px; /* */
}
#sidebar a:link, #sidebar a:visited {
	color: #666;
}
#sidebar a:hover, #sidebar a:active {
	color: #ffffff;
	background-color: #9999cd;
	border: 2px solid #9999cd;
}
  
	#cate_menu { list-style-type: none;	margin-left: 0em; padding-left:0;}
	#cate_menu a {
    border: 2px dotted #9999CD;
    display: block;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    line-height: 1em;
    padding: 3px;
    text-decoration: none;
    width: 160px;
	color:#666;font-size: 85%;
}
	#cate_menu  a:hover, #cate_menu  a:active {
    background-color: #9999CD;
    border: 2px solid #9999CD;
    color: #FFFFFF;
}
	#cate_menu li { /* all list items */
		position : relative;
	}

	#cate_menu li ul.cate_h { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 160px;
		margin-top : -400px;
		padding:0;
        background:#fff;  
		overflow:hidden;
	}

	#cate_menu li ul.cate_h li { padding:0; margin:0;}	

	#cate_menu .cate_h li a {
		display : block; color:#FFF;
        background:#9999CD; width:250px; padding:5px 10px; border:none; border-bottom:1px solid #fff;
	}
	#cate_menu .cate_h li a:hover {color:#9999CD;background:#fff; border:none;  border-bottom:1px solid #fff;  }
	
	#cate_menu li:hover ul, #cate_menu li.sfhover ul{ /* lists nested under hovered list items */
		left: auto;
	}
	
