body {
	background-color: #cccccc;
	min-width:856px;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: #6600CC;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


#wrapper {
width:856px;
margin:0 auto;
text-align:left;
background-color:#FFFFFF;	
	}	

#header {
	clear:both;
		}
	
#leftmenu {
position:relative;
float:left;
width:148px;
background-color:#FFFFFF;
border:none;
z-index:2;
}

#main {
position:relative;
float:right;
width:701px;
padding-left:5px;
z-index:0;
}

#subCenter {
position:relative;
float:left;
top:0;
padding:0 15px;0 15px;
width:466px;
background-color:#FFFFFF;
text-align:justify;
}
#subCenter h2 {color:#FF0000;}
#subRight {
text-align:center;
float:right;
background-color:#ffffff;
width:198px;
margin-left:5px;
border:none;
}

#footer {
clear:both;
display:block;
text-align:center;
background-image:url(Bowling_files/flatRECT.jpg);

font-size:12px;
color:#FFFFFF;
}

.rblock {
position:relative;
margin-top:4px;
background-color:#f5f5f5;
display:block;
border:dotted 1px;

}

.menu {
	display:block;
	background-color:#FFFFFF;
	font-size:11px;	
	}
	
.sub {

}
#nav {
position:relative;
top:4px;
background-image:url(Bowling_files/flatRECT.jpg);
}
 ul.nav {
 	margin:0;
	padding:0;
     list-style:none;
     text-decoration:none;
     width: 148px;
     /*border-bottom: 1px solid #ccc;*/
     }
  
 ul li {
     position: relative;
     }
  
li ul {
     position: absolute;
     left: 148px;
     top: 0;
     display: none;
	 background: #FFCC99;
     }
  
li:hover ul, li.over ul {
     display: block;
       }
  
ul li a {
     display: block;
     text-decoration: none;
     color: #777;
     /*background: #fff;*/
     padding: 5px;
     border-bottom: 1px solid #ccc;
     /*border-bottom: 0;*/
     }
  
ul li a:hover {
     color: blue;
     /*background: silver;*/
 }
  
  
 /* Fix IE. Hide from IE Mac \*/
 * html ul li { float: left; height: 5%; }
 * html ul li a { height: 5%; }
 /* End */
