body{
	background: url(images/bkg2.jpg);
	margin: 0px; 
	padding: 0px;
	text-align: center; /* Note: this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: "Bookman Old Style", Garamound, Arial;
}
#container { 
	width: 964px;  /* Note to remember: using approximately 60px less than a full width allows for browser chrome and avoids a horizontal scroll bar - using a percentage will allow for a liquid or fluid site */
	background: #C62D28; /* redish background to the whole page */
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 6px outset #CCCCCC;
	text-align: left; 
}
#container table{
	margin: 0px;
	padding: 0px;
	border: 1px black solid;
}
#header{
	text-align: center;
	font-size: 32px;
	letter-spacing: 0.3em;
	margin: 0px auto;
	padding: 8px 10px 8px 10px;
	background-color: black;
	color: white;
	font-weight: bold;
	border: 3px solid black;
}
.phonenum{
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.2em;
	margin: 0px auto;
	padding: 8px 10px 8px 10px;
	color: white;
	font-weight: bold;
	}
#headcontainer{
	margin: 0px;
	padding: 0px;	
}
#middlecontainer{
	margin:0px 10px 0px 10px;
	padding: 0px;
}
p{
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
}
h4{
	background: #8B201D;
	color: white;
	text-align: left;
	padding: 2px;
}
h5 {
	text-align: center;
}
/*Menu Begins*/
#menu {
	text-align: center; 
	padding: 15px 10px 15px 10px; 
	margin: 0px auto;
}
/* Don't want the border around the clubs between the navigation buttons*/
#menu img{
	border: none;
}
/* Making the text appear to be buttons for navigation */
#menu a {
	display:inline; 
	color:#FFFFFF;
	padding: 6px;
	background:#8B201D;
	border:2px outset;
	text-decoration:none;
	font-weight:bold;
	font-size: 12px;
}
#menu a:hover {
	color:#8B201D; 
	background:white;
	text-decoration: none;
	border:2px groove #CCCCCC;
}
/* All images unless a special attribute is created*/
img{
	border: black 4px double;
}
#logo{
	margin: 10px 10px 10px 10px;
}
#photo {
	padding: 0px 0px;
}
#maincontainer {
	background:#FFFFFF;
	border: 2px black solid;
	border-top: #C0C0C0 3px solid;
	margin: 0px;
	padding: 0px;
}
#maincontainer a:link{
	color:#C62D28;
}
#maincontainer a:visited{
	color:#004B18;
}
#maincontainer a:hover{
	color:#000000;
}
#maintext{
	margin: 0px 10px 10px 5px;
	padding: 0px 10px 10px;
}

#rightside {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 5px 5px 10px 10px; /* padding keeps the content of the div away from the edges */
	margin: 10px;
	border: 2px black solid;
	background-color:#8B201D;
	color: #FFFFFF;
	font-size: 12px;
}
#rightside table{
	margin: 5px 0px;
	padding: 0px;
	font-size: 12px;
	border: none;
	font-weight: normal;
	text-align: left;
}
#rightside img{
	margin: 0px auto 5px;
	padding: 0px;
}
/* Begin footer styles */
#footer{
	padding: 1px 0px; 
	margin:0px 10px 10px 10px;
	background:#000000;
	color: #FFFFFF;
	text-align:center;
}
#footer p{
	font-size:12px;
}
/* Button styles for the Application and Contact Us pages */
#buttons{
	margin:0px;
	padding: 10px 10px 0px;
	text-align: center;
}
#buttoncontainer{
	margin:10px 0px 0px 0px;
	border-top-color: black;
	border-top-style: double;
	border-top-width: 4px;
}
/*This table formatting is used for  photos like the one on the home page*/
.table{
	font-weight:bold;
	text-align:center;
	background: #8B201D;
	color: white;
	letter-spacing: 0.2em;
	border: 2px black solid;
	margin: 3px 10px 10px 0px;
}
/*floating element right */
.fltrt { 
	float: right;
	margin-left: 10px;
	padding:0px 10px 0px 0px;
}
.righttext{
	float: right;
	width: 590px;
	margin: 0px;
	padding: 0px;
}
/*floating element left */
.fltlft { 
	float: left;
	margin-right: 10px;
	
}
/* Note: this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
.clearfloat { 
	clear:both;
    height:0;
    line-height: 0px;
}
/* This class is for formatting all the game divs on this page identically */
.games{
	border-top:4px solid #8B201D;
	margin:0px;
	padding: 10px;
}

#games{
	text-align: center;
	font-weight:bold;
}
/*This is for formatting for the rates, references, application and events page*/
#ref p{
	font-size: 16px;
}
#ref table{
	width: 800px;
	margin:0px auto;
	border: none;
}
#dealingoptions {
	background: black;
	padding: 5px 10px 10px 10px;
	border: 3px outset #CCCCCC;
}
/*This is the Contact Us, Rates and Application pages*/
#userinfo{
	width:40em;
	background-color:#8B201D;
	color: #FFFFFF;
	border-style: solid;
	border-width:4px;
	border-color: black; 
	margin: 0px auto;
	padding: 10px;
}
#userinfo table{
	border: none;
	text-align: left;
}
#userinfo input{
	margin: 0px auto;
}
#mrbjaddress{
	text-align: center;
	font-weight: bold;
}
#mrbjaddress img{
	border: none;
}
/* This is for formatting the bullet list on the application .asp page */
li{
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	list-style-image: url(images/club.gif);
}

/* This  is for formatting the photogallery page */
/* credits: www.freecssmenus.co.uk */
#pg ul { 
list-style:none;
padding:0;
margin:0;
width:420px;
position:relative;
float:left;
}
#pg ul li { 
display:inline;
width:124px;
height:94px;
float:left;
margin:0px 0px 8px 8px;
}
#pg ul li a { 
display:block;
width:120px;
height:90px;
text-decoration:none;
border: black 4px double;
}
#pg ul li a img { 
display:block;
width:120px;height:90px;
border:0;
}
.big {
position:absolute;
left:420px;
top:0;
width:auto;
height:300px;
border: black 4px double;
}
#pg ul li a:hover { 
border-color:#000000;
background: url(images/thumbmrbjlogo.gif);
}
#pg ul li a:hover img { 
position:absolute;
left:420px;
top:0;
width:auto;
height:300px;
border: black 4px double;
}
#pg ul li a span {
display:none;
}
#pg ul li a:hover span { 
display:block;
position:absolute;
left:420px;
top:310px;
width:400px;
height:auto;
font-size:16px;
color:#000000;
}
