/* CSS Document for MenOfLeisure*/

html, body, p, ul, ol, li, h1, h2, h3, h4, h5, h6, fieldset, form {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	background-color: #9437B1;
	text-align: center;
	background-image:url(../images/page_bg.jpg);
	background-repeat: repeat-x;
}

a:link, a:active {
color: #FFB01F;
text-decoration: underline;
}

a:visited {
color: #FFB01F;
text-decoration: underline;
}

a:hover {
color: #ffffff;
text-decoration: none;
background-color: #FFB01F;
} 


#wrapper {
	background-color: #FFFFFF;
	width: 795px;
	margin: 10px auto; 
	margin-top: 0px;
	text-align: left;
	background-image:url(../images/wrapper_bg.jpg);
	}

#top {
	height: 24px;
	background-image: url(../images/top_bg.jpg);
	background-repeat: no-repeat;
}
	

#flashbanner {
	width: 773px;
	height: 400px;
	/* The following 2 are temporary 
	background-image:url(../images/flashTemp_bg.jpg);
	background-repeat:no-repeat;*/
	background-color:#00FF99;
}

#container {
	width: 773px;
	margin-left: 11px;
	}

#mainbody {
	width: 773px;
	background-image:url(../images/inner.jpg);
	background-repeat:repeat-y;
	}
	
#mainContent {
	background-color:#00FF33;
	}
		
#content {
	width: 500px;
	margin-left: 265px;
	margin-right: 20px;
	margin-top: 10px;
	min-height:inherit;
	}

	
#leftcol {
	width: 250px;
	float: left;
	}
	
#leftcol p{
	font-size: 80%;
	margin-left: 45px;
	margin-top: 10px;
	margin-right: 5px;
	}
	
#leftcol a:link, a:active {
color: #9437B1;
text-decoration: underline;
}

#leftcol a:visited {
color: #9437B1;
text-decoration: underline;
}

#leftcol a:hover {
color: #FFB01F;
text-decoration: none;
background-color: #9437B1;
} 		
	
#content table {
	margin-left:25px;
	}

#content p{
	font-size: 80%;
	margin-left: 25px;
	margin-right: 20px;
	padding-bottom: 10px;
	}
	
#content a:link, a:active {
color: #FFB01F;
text-decoration: underline;
}

#content a:visited {
color: #FFB01F;
text-decoration: underline;
}

#content a:hover {
color: #ffffff;
text-decoration: none;
background-color: #FFB01F;
} 		
	
#content h1{
	font-size: 100%;
	margin-left: 25px;
	padding-bottom: 10px;
	}	
	
		
#footer {
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: repeat-y;
	/*margin-left: 11px;*/
	color:#FFFFFF;
	clear: both;
	}		
	
/*	
#footer {
	clear: both;
	border-bottom: 5px solid #005CAB;
	background-color:#005CAB;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	}	*/
	
#footer p {
	font-size: 60%;
	padding: 3px;
	text-align: center;
	}	
	
#footer a:link, a:visited, a:active {
color: #ffffff;
text-decoration: underline;
}

#footer a:hover {
color: #FFFFFF;
text-decoration: none;
background-color: #FFAD22;
} 

#bottom {
	height: 20px;
	background-image: url(../images/bottomCurve.jpg);
	background-repeat: no-repeat;
}	

table {
	font-size: 80%;
	}
	
.floatlft {
	float: left;
	margin: 0 20px 10px 0;
	border: 1px solid #000000;
	}
	
.floatrt {
	float: right;
	margin: 0 0 20px 15px;
	border: 1px solid #000000;
	}				
	
.clr {
	clear: both;
	height: 10px;
}

.rowStyle1 {
	background-color:#FFE7BC;
	}
	
.rowStyle2 {
	background-color:#ffffff;
	}	
