@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	text-align: justify;
}

h1 {
	font-size: 130%;
	padding: 10;
	margin-top: 10px;
	margin-bottom: 10 px;
}

h2 {
	font-size: 110%;
	padding: 0;
	margin: 20px;
}

#wrapper {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #000000;
	text-align: left;
	background-image: url(../images/MauraderHalftone.jpg);

}
#banner {
	height: 100px;
	background-repeat: no-repeat;
	background-image: url(../images/MarcusTennisBanner.jpg);
}

#content p{
	margin-left: 10px;
	margin-top: 20px;

}

#content h1 {
	text-align:center;
	font-size:130%;
	color: #EF2C30;
}

.leftimage{
float: left;
margin: 0px 10px 20px 0;
border: 1px solid #000000;
width: 150px;
}

.rightimage{
float: right;
margin: 0 0 20px 15px;
border: 1px solid #000000;
width: 150px;
}

.clearit {
	display: block;
	clear: both;
}

#footer{
	clear:both;
	border-top: 1px solid #000000;
	background-color: #FFF;
	color: #EF2C30;
	font-size: 70%;
	padding: 3px;
}

#footer p{
font-size: 70%;
	padding: 3px;
}	
#leftcol{
	width: 170px;
	float:left;
	height: 770px;
	margin-top: 0px;
	margin-left: 0px;
	background-color:#EF2C30;
}

#righcol{
	width: 170px;
	float: right;
	height: 700px;
	margin-top: 0;
	margin-right: 0;
	background-color: #EF2C30;
}

#columncontainer{
	width: 630px;
	float: left;
}

.container{
	width: 99%;
	float:right;
	background-color: #6633CC;
}

#centercolumn{
	width: 440px;
	margin-left: 5px;
	margin-right: 5px;
}

#currentevents{
	width: 170px;
	float: right;
	height: 770px;
	font-family:Tahoma, Geneva, sans-serif;
	background-color: #EF2C30;
	color: #CCC;
	font-size: 12px;
	text-align:cesnter;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

#currentevents h1 {
	text-align:center;
	font-size:130%;
	color: #000;
	font-weight: bold;
	padding: 0;
	margin-bottom: 0;
	margin-top: 0;
	
}

#currentevents h3 {
	text-align:center;
	font-size:130%;
	font-weight: bold;
	padding: 0;
	margin-bottom: 0;
	color: #000;
}

.BoldColorText {
	color: #F00;
}

.BlueAndBoldText {
	color:#03C;
	font-weight:bold;
}

.SmallLinkText {
	font-size: 80%;
	font-weight: bold;
}
 
.WhiteSmallText {
	font-size: 80%;
	color: #FFF;
}

.WhiteBoldText {
	font-size: 100%;
	color:#FFF;
	font-weight:bold;
}

.blacktext {
	color:#000
}
