/*
	Base theme for the pages of the site
	
	20091212 - Ver 1.0  
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Helvetica, Arial, sans-serif;
 font-size: 12px;
}
img {
	border: 0px;
}
#container { 
 margin: 0 auto;
 width: 902px;
 border: 0px solid red;
}
#Banner {
 color: #333;
 width: 884px;
 height: 330px;
}
#layout {
 width: 884px;
 color: #333;
 padding: 8px;
 border: 0px solid green;
 background: #FFFFFF;
}
#Content{
 background:#6fa6f6 url(../images/wo_fp_bg.jpg) repeat-x top left;
 min-height: 643px;
 margin: -1px 0px 0px 0px;
 border:0px solid red;
 
}
#footer { 
 width: 870px;
 color: #333;
 border: 1px solid #ccc;
 background: #FFFFFF;
 margin: 0px 0px 10px 0px;
 padding: 4px;
 height: 16px;
 font-size: 10px;
}

#Navigation {
 height: 36px;
 width: 852px;
 color: #333;
 padding: 0px 8px 0px 8px;
 margin: 0px 0px 0px 0px;
 background: transparent;
}
#leftcolumn { 
 color: #333;
 border: 0px solid #ccc;
 background: transparent;
 margin: 0px 0px 0px 0px;
 padding: 6px;
 min-height: 350px;
 width: 196px;
 
}
#rightcolumn { 
 color: #333;
 border: 0px solid #ccc;
 background: transparent;
 padding: 6px;
 width: 655px;
 min-height: 350px;
}

		#Menu1 {
			padding:0px 0px 0px 20px ;
			text-transform: uppercase;
			font-size: 0.875em;
		}
		#Menu1 ul {
			list-style-type: none;
			padding-left: 0px;
			margin-left: 0;
		}
			#Menu1 li {
				float:left;
				margin-left:0px;
				width: 88px;
				padding-left: 30px;
				height: 40px;
			}
				#Menu1 li a {
					display:block;
					color:grey;
					font-weight:bold;
					text-decoration:none;
					padding:0px;
					vertical-align:text-bottom;
				}
					#Menu1 li a:hover {
						color:blue;
					}
					#Menu1 li.current a,
					#Menu1 li.section a {
						color:blue;
					}

				li#our-club {
					background:url(../images/wo_menu_red.png) no-repeat left top;
				}
				li#swimming-training {
					background:url(../images/wo_menu_orange.png) no-repeat left top;
				}
				li#swim-social-calendar {
					background:url(../images/wo_menu_yellow.png) no-repeat left top;
				}
				li#sponsors-gallery {
					background:url(../images/wo_menu_green.png) no-repeat left top;
				}
				li#history-archive {
					background:url(../images/wo_menu_blue.png) no-repeat left top;
				}
				li#members-login {
					background:url(../images/wo_menu_purple.png) no-repeat left top;
				}
				li#contact-us {
					background:url(../images/wo_menu_grey.png) no-repeat left top;
				}

				
div.SubFrame{
	width:98%;
	margin-bottom:8px;

}
div.SubFrameHead{
	background: white;
	text-transform: uppercase;
	font-weight:bold;
	color:#336699;
	padding:4px
}
div.SubFrameBody{
	background:#cfe2fc;
	padding:4px;
}

table.PictureTable {
	font-weight: normal;
}
