/* CSS Document */
.headerrow{
	background:url(http://www.jaimesunderwaterworld.com/sports/images/header.png);
	background-repeat:no-repeat;
	width:900px;
	height:90px;
}

.footerrow {
	background:url(http://www.jaimesunderwaterworld.com/sports/images/footer.png);
	background-repeat:no-repeat;
	width:900px;
	height:81px;
	color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-style:italic;
	font-weight:bold;
	text-align:center;
	text-decoration:none;

}
.bodycontent{
	background:url(http://www.jaimesunderwaterworld.com/sports/images/body.png);
	background-repeat:no-repeat;
	width:750px;
	height:724px;
	color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-style:italic;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	
}
.sidemenu{
	background:url(http://www.jaimesunderwaterworld.com/sports/images/sidemenu.png);
	background-repeat:no-repeat;
	width:150px;
	height:724px;
	color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-style:italic;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

a.sm:link {
	color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-style:italic;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
}
a.sm:hover {
	color:#00FFCC;
	font-family:"Trebuchet MS";
	font-style:italic;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
}
a.sm:visited {
	color:#6699CC;
	font-family:"Trebuchet MS";
	font-style:italic;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
}

a.button:link, a.button:hover, a.button:visited {
	color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-style:normal;
	text-align:center;
	text-decoration:none;
}

a.order:link, a.order:hover, a.order:visited {
	color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-style:normal;
	text-align:center;
	text-decoration:none;
	border:1px white;
}

a.eventlink:link {
	color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-style:italic;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	font-size:smaller;
}
a.eventlink:hover {
	color:#00FFCC;
	font-family:"Trebuchet MS";
	font-style:italic;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	font-size:smaller;
}
a.eventlink:visited {
	color:#6699CC;
	font-family:"Trebuchet MS";
	font-style:italic;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	font-size:smaller;
}

