body         {
	font-family: Arial, geneva, serif;
	background:#DDEEFF;
	color: #000033;
	font-size: 95%;
	text-align: center;
}

/* ******************************* */
#pagewrap {
	width: 980px;
	margin: 0 auto;
	padding: 4px;
	text-align: left;
	background:#FFFFFF;
	clear: both;
	overflow: hidden;
	border: thin solid #220099;

}

#banner {
	text-align: right;
	text-decoration: none;
	padding: 0px;
	width: 976px;
	height: 130px;
	font-weight: bold;
	float:right;
	clear:both;
		}

#left_col {
	margin:0px;
	text-align: left;
	width: 180px;
	font-size: 95%;
	float: left;
		}

#main_col {
	padding: 0px 0px 4px 4px;
	margin:0px;
	text-align: left;
	width: 790px;
	float: right;
	background-color:#FFFFFF;
		}

#main_col_left {
	padding: 6px 0px 4px 0px;
	margin:0px;
	text-align: left;
	width: 490px;
	float: left;
	background-color:#FFFFFF;
		}

#main_col_right {
	padding: 6px 0px 4px 4px;
	margin:0px;
	text-align: center;
	width: 280px;
	float: right;
	background-color:#FFFFFF;
		}

#footer {
	padding: 4px 0px 6px 0px;
	color:#330095;
	text-align: center;
	width: 100%;
	height: 30px;
	clear: both;
	font-size: 10px;
		}

#banner_layout {
	width: 976px;
	background-color: #FFFFFF;
}

#banner_layout .banner-logo {
	border: none #005AE2;
	background-image: url(/images/general/eastgrinsteadsportsclub.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
	width: 224px;
	background-color: #FFFFFF;
	float: left;

}

#banner_layout .banner-picture {
	background-image: url(/images/general/cricket_banner.jpg);
	float: right;
	height: 80px;
	width: 740px;
	background-repeat: no-repeat;
	background-position: right top;
}

#banner_menu {
	float: right;
	width: 740px;
	text-align: center;
	padding: 4px;
	font-size: 11px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0000FF;
	border-bottom-color: #0000FF;
}

.banner_menu-item {
	background-color: #CCCCCC;
	margin: auto;
}

#menu_layout {
	width: 170px;
	padding: 2px 2px 2px 2px;
	background-color: #220099;
	color:#FFFFFF;
}


/* ******************************* */
.infobox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	width: 270px;
	font-size: 10px;
	text-align: center;
	margin: 0px 2px 10px 2px;
	background-color: #FFFFEE;

}

.infobox-body {
	color: #330095;
	padding: 0px 0px 8px 0px;
	border-top: thin solid #220099;
	border-right: thin solid #220099;
	border-bottom: thin solid #220099;
	border-left: thin solid #220099;
}

.infoboxwide {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 370px;
	font-size: 10px;
	text-align: center;
	margin: 0px 2px 10px 2px;
	background-color: #FFFFEE;

}

.infoboxwide-body {
	color: #330095;
	padding: 0px 0px 8px 0px;
	border-top: thin solid #220099;
	border-right: thin solid #220099;
	border-bottom: thin solid #220099;
	border-left: thin solid #220099;
}


/* ******************************* 
Photo Album pages
*/
.photoalbumwrapper {
	float: left;
	width: 785px;
}
.photoalbumpage {
	width: 100%;
	border: thin solid #220099;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.photoalbumtab {
	height: 29px;
	width: 126px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	padding: 6px 0px 0px 0px;
	margin: 0px 4px 0px 0px;
	border-right: medium solid #FFFFFF;
	float: left;
	background-color: #220099;
	font-weight: bold;
}
.photoalbumtabselected {
	height: 29px;
	width: 126px;
	color: #EEEEFF;
	font-size: 14px;
	text-align: center;
	padding: 6px 0px 0px 0px;
	margin: 0px 4px 0px 0px;
	border-right: medium solid #FFFFFF;
	float: left;
	background-color: #3311DD;
	font-weight: bold;
}
