*
{
	padding: 0;
	margin: 0;
}

.clear
{
display: block;
clear: both;
}

body
{
	font: 1em Arial, Helvetica, sans-serif;
	background: #fff;
	text-align: center;
}

a img, fieldset
{
	border: 0;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
	color: #000;
}

#header h1
{
	text-indent: -9999px;
}

.mainheader
{
	font-size: 1.5em;
	font-weight: bold;
}

h2
{
	font-size:1.25em;	
}

h3
{
	font-size:1.1em;
	font-weight:normal;
	color: #221747;
	margin-bottom: 5px;
}

h4
{
	font-size:.9em;
	font-weight:bold;
	color: #221747;
	margin-bottom: 5px;
}

#content h2
{
	background: url('../images/marsden_tennis_club_text.gif') no-repeat top left;
	text-indent:-9999px;
	height:70px;
	margin:20px 0;
}

p, li, label /* STANDARD PARAGRAPH STYLE */
{
	margin-bottom: 10px;
	color: #221747;
	font-size:.86em;
	line-height: 140%;
}

label
{
 	margin-bottom: 0px;
}

fieldset
{
	margin-bottom: 10px;
}

#footer p
{
	padding-top: 10px;
	font-size: 0.8em;
	text-indent:-9999px;
}

/* LIST STYLES *************************/

#col1 li, #col2 li, #col3 li
{
	list-style: outside;
	margin-left: 15px;
}

ul
{
	list-style: inside;
	margin-bottom: 10px;
}

li
{
	list-style:inside;
	margin-bottom:2px;
}

#nav ul
{
	margin-left:20px;
	padding-top:10px;
}

#nav li /* NAVIGATION STYLE */
{
	float:left;
	display: inline;
	text-indent: -9999px;
}

#nav img
{
	
	margin-right:8px;
	position:relative;
	text-indent:0;
	top:-20px;
}

#home, #the_club, #events_and_results
{
	margin-right:24px;
}

.home_divider
{
	left:59px;
}

.club_divider
{
	left:84px;
}

.events_divider
{
	left:145px;
}

/* LAYOUT DIVS *************************/

#footerlinks
{
	border-top: 1px solid #ccc;
	padding-top:10px;
	margin-top: 15px;
}

.photos
{
	margin: 5px 0;
	border-bottom: 5px solid #453087
}

.smallimg img, .smallimglast img
{
	width: 100%;
}

.smallimg
{
	width: 24%;
	overflow: hidden;
	height: 100px;
	float: left;
	margin-right: 10px;
}

.smallimglast
{
	width: 24%;
	overflow: hidden;
	height: 100px;
	float: left;
	margin-right: 0px;
}

#container
{
	width: 900px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	background: url('../images/container_bg.gif') repeat-y top left;
	padding:0 50px;overflow:auto;
}

#header
{
	width: 100%;
	height:197px;
	background: url('../images/header.jpg') no-repeat top left;
}

#nav
{
	width: 100%;
	height: auto;
}

#content_container
{
	width: 830px;
	margin: 0 auto;
}

#banner
{
	background: url('../images/banner.jpg') no-repeat top center;
	height:118px;
	margin-bottom: 20px;
}

#content
{
	float: left;
	width: 100%;
	height: auto;
}

#left
{
	float: left;
	width: 49%;
}

#right
{
	float: right;
	width: 49%;
}

#col1
{
	float: left;
	display:inline;
	width:29%;
	padding-right:3%;
	margin-right:3%;
	border-right:1px #cfcfcf solid;
}

#col2
{
	float: left;
	display:inline;
	width:29%;
	padding-right:3%;
	margin-right:3%;
	border-right:1px #cfcfcf solid;
}

#british_lta_image
{
	margin:10px 0 15px 0;	
}

#col3
{
	float: left;
	display:inline;
	width:29%;
}

#footer
{
	clear:both;
	width: 1000px;
	margin: 0 auto;
	background: url('../images/footer.gif') no-repeat;
	height:114px;
}


/* LINK STYLES *************************/

a
{
	text-decoration: underline;
	color: #221747;
}

a:visited
{
	text-decoration: underline;
	color: #221747;
}

a:hover
{
	text-decoration: underline;
	color: #333;
}

#nav a
{
	color: #3300ff;
	text-decoration: none;
	display:block;
	border-bottom:1px solid #33a543;
}

#home
{
	background: url('../images/home.gif') no-repeat scroll top left;
	width: 50px;
	height: 17px;
}

#the_club
{
	background: url('../images/the_club.gif') no-repeat scroll top left;
	width: 76px;
	height: 17px;
}

#events_and_results
{
	background: url('../images/events_and_results.gif') no-repeat scroll top left;
	width: 136px;
	height: 17px;
}

#membership
{
	background: url('../images/membership.gif') no-repeat scroll top left;
	width: 105px;
	height: 17px;
}

#nav a:visited
{
	color: #3300ff;
	text-decoration: none;
}

#nav a:hover, #nav a.active
{
	color: #333;
	text-decoration: none;
	border-bottom:1px solid #fff;
}

/* FORM **/

label
{
	display: block;
	padding: 10px 0 5px 0;
}

input[type=text]
{
	width: 50%;
	padding: 3px;
}

textarea
{
	width: 95%;
	padding: 3px;
	height: 100px;
	font: 0.9em Arial, Helvetica, sans-serif;
}