	body {
		background-color: #9ADAEA;
		background-image:url(images/crossbaylandscape.jpg);
		background-position:top left;
		background-repeat:repeat-x;
		background-attachment:scroll;
		font: 0.75em/2em Arial, Helvetica, sans-serif;
		padding: 0px;
		margin: 0px;
		}
	
	#header {
		width: 790px;
		border: 0px;
		margin: auto;
		text-align: left;
		height:100%;
		}
	
	#frame {
		width: 990px;
		border: 0px;
		margin: auto;
		text-align: left;
		height:100%;
		}
		
	#menu {
		height:30px;
		margin:0px;
		height:100%;
		padding:0px;
		float:left;	
		}
	#contentwrap {
		width:990px;
		background:url(images/frosted-glass.png) top no-repeat;
		margin:20px 0;
		padding:0px;
		float:left;
		}	
	#content {
		width:990px;
		background:#E1F4F9 url(images/content-bg.png) bottom no-repeat;
		margin:30px 0 0 0;
		padding:0 0 20px 0;
		float:left;
		}
	
	#contentwide {
		width:580px;
		float:left;
		}
	#contentright {
		width:400px;
		float:right;
		}		
		
	#footer {
		width:100%;
		margin:0;
		min-height:60px;
		padding-top:3.5em;
		background-image:url(images/crossbayfooter.gif);
		background-position:top;
		background-repeat:repeat-x;
		background-color:#63832C;
		float:left;
		}
	
	#homeleft {
		width:18.5em;
		padding-top:3em;
		border-right:1px;
		float:left;
		text-align:left;
		}
	
	#homecenter {
		width:29.5em;
		padding-top:2.5em;
		float:left;
		}
		
	#homeright {
		width:21em;
		padding-top:3em;
		float:right;
		}
		
	#scrapbook {
		width:98%;
		margin:auto;
		float:right;
		}	
		
	#galleryleft {
		width:640px;
		padding-top:75px;
		float:left;
		}	
		
	#galleryright {
		width:340px;
		padding:0 10px;
		margin-top:70px;
		float:right;
		}	
		
	#vanity {
		width:100%;
		margin-right:auto;
		margin-left:auto;
		text-align:center;
		float:left;
		background-color:#333333;
		}	
		
	div.note {
		background:#fff url(images/notepaper.gif) repeat;
		padding:0 0 20px 0;
		margin:0 0 25px 0;
	}				
		
	div.clear {
		clear:both;
		text-align:center;
		}
	
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	letter-spacing:0.2em;
	}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer li.sub {
	font-size:0.75em;
	text-indent:5px;
	}

#navcontainer a {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 0px;
	width: 15.5em;
	background-color: #90C9DD;
	}

#navcontainer a:link, #navlist a:visited {
	color: #342B23;
	text-decoration: none;
	}

#navcontainer a:hover{
	border: 0px;
	background-color: #0055A5;
	color: #fff;
	}				

img {
	border: 0px;
	}

img.gallery {
	padding:5px;
	background:#FFF;
	margin:5px 0 5px 10px;
	clear:none;
	float:left;
	}

img.galleryr {
	padding:5px;
	background:#FFF;
	margin:4px;
	clear:none;
	float:right;
	}
	
img.galleryl {
	padding:5px;
	background:#FFF;
	margin:4px;
	clear:none;
	float:left;
	}	

img.thumb {
	padding:6px;
	background:#FFF;
	margin:0 25px 0 10px;
	clear:none;
	float:right;
	}	
	
img.para {
	border:none;
	padding:5px 5px 10px 22px;
	}					

img.floatright {
	float:right;
	clear:right;
	border:none;
	margin: 5px 5px 5px 10px;
	}

img.floatleft {
	float:left;
	clear:left;
	border:none;
	margin: 5px 10px 5px 0;
	}

img.postit {
	margin:25px 5px;
	}		

#photos{
margin:0 0 0 6px;
}	
#photos img{
margin:1px;
display:block;
float:left;
}	

h1 {
	margin: 15px 25px;
	font: 200% Trebuchet ms, Arial, Helvetica, sans-serif;
	color: #3C2C2B;
	font-weight:600;
	letter-spacing:0.15em;
	}
	
h2 {
	margin: 15px 25px;
	font: 130% Arial, Helvetica, sans-serif;
	color: #444;
	position:relative;
	}
h3 {
	margin: 15px 25px;
	font: 120% Arial, Helvetica, sans-serif;
	color: #444;
	position:relative;
	}	
	
div.bounce{
	overflow: hidden;
	position: relative; /* ie 6 */
	height: 100%;  /* ie 6 */
	padding:0;
	margin:0;
}	

a:link {
    color: #002C53;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}
a:visited {
    color: #002C53;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}
a:hover {
    color: #DCAA33;
    text-decoration: underline;
    font-weight: bold;
    font-style: normal;
}
a:active {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}


a.button {
 	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 100%;
	background-image:url(images/tab.gif);
	background-repeat:no-repeat;
	margin: 3px 2px 0 2px;
	padding: 6px 5px 0px 4px;
	width: 96px;
	float: left;
	text-align: center;
	cursor: pointer;
	}
	
a.button:hover {
	background-image:url(images/tab-hover.gif);
	background-repeat:no-repeat;
	font-weight:700;
	color:#000099;
	}

a.button-active {
 	display: block;
	background-image:url(images/tab-hover.gif);
	background-repeat:no-repeat;
	font-weight:700;
	color:#000099;
	margin: 3px 2px 0 2px;
	padding: 6px 5px 0px 4px;
	width: 96px;
	float: left;
	text-align: center;
	cursor: pointer;
	}
	
a.vanity:link {

    color: #CCC;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
	}

a.vanity:visited {

    color: #DDD;
    text-decoration: none;
	font-weight: bold;
    font-style: normal;
	}

a.vanity:hover {
    color: #DEA896;
    text-decoration: underline;
    font-weight: bold;
    font-style: normal;
	}

a.vanity:active {
    color: #B35639;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
	}	

p {
	font-size: 110%;
	margin: 15px 25px 5px 25px;
	line-height: 170%;
	}

p.quote{
background: url(images/open-quote.gif) top left no-repeat;
padding:0 0 0 20px;
margin:20px;
}	
cite{
	font-size: 130%;
	color:#666;
	font-family:trebuchet ms;
	margin: 5px 0;
	line-height: 170%;
	background:url(images/close-quote.gif) right no-repeat;
	padding:0 20px 3px 0;	
	}

.note p{
	font-size: 14px;
	line-height: 25px;
	margin:25px;
	color:#222;
	font-family:"Courier New", Courier, monospace;
}

.note h1{
	background:url(images/tear.gif) top left no-repeat;
	display:block;
	font-size:18px;
	font-weight:600;
	font-family:"Courier New", Courier, monospace;
	line-height: 25px;
	padding: 40px 25px 10px 25px;
	margin:0px 0px 30px 0px;
	
}

p.pdf {
	background: #EAF8FB url(images/pdf.gif) no-repeat;
	height:60px;
	margin:0px 25px 0px 25px;
	border-bottom: 6px solid #E1F4F9;
	}
	p.pdf a{
	display:block;
	padding: 5px 25px 0 70px;
	}
	
p.tip {
	background-color: #60AADB;
	color: #FFF;
	font-size:120%;
	font-weight:600;
	margin:15px 25px 0px 25px;
	padding: 15px 25px 15px 25px;
	}
	
p.postit {
	background-color: #FBCB39;
	width:150px;
	height:130px;
	color: #222;
	font-size:18px;
	line-height:25px;
	font-family:"Courier New", Courier, monospace;
	margin:10px;
	border-bottom: 4px solid #9ADAEA;
	padding: 25px;
	float:right;
	}			

p.footer {
	font-size:9px;
	padding: 3px;
	text-align:center;
	}

p.sponsor {
	background-color: #0055A5;
	margin:0px 25px 0px 25px;
	padding: 5px 25px 5px 20px;
	font: 1.1em/1.1em Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:600;
	letter-spacing:0.15em;
	}
	
p.sponsorcredit0 {
	background: #EAF8FB url(images/sponsors/chas-jacobs-cross-bay-painting.jpg) no-repeat;
	height:100px;
	margin:0px 25px 0px 25px;
	border-bottom: 6px solid #E1F4F9;
	padding: 0 25px 0 310px;
	}	
	
p.sponsorcredit1 {
	background: #EAF8FB url(images/sponsors/apparatus.jpg) no-repeat;
	height:100px;
	margin:0px 25px 0px 25px;
	border-bottom: 6px solid #E1F4F9;
	padding: 0 25px 0 310px;
	}
	
p.sponsorcredit2 {
	background: #EAF8FB url(images/sponsors/lakeland-radio.gif) no-repeat;
	height:100px;
	margin:0px 25px 0px 25px;
	border-bottom: 6px solid #E1F4F9;
	padding: 0 25px 0 310px;
	}

p.sponsorcredit3 {
	background: #EAF8FB url(images/sponsors/powerade.jpg) no-repeat;
	height:100px;
	margin:0px 25px 0px 25px;
	border-bottom: 6px solid #E1F4F9;
	padding: 0 25px 0 310px;
	}

p.sponsorcredit4 {
	background: #EAF8FB url(images/sponsors/bay-radio.gif) no-repeat;
	height:100px;
	margin:0px 25px 0px 25px;
	border-bottom: 6px solid #E1F4F9;
	padding: 0 25px 0 310px;
	}
	
p.sponsorcredit5 {
	background: #EAF8FB url(images/sponsors/stjohnambulance.gif) no-repeat;
	height:100px;
	margin:0px 25px 0px 25px;
	border-bottom: 6px solid #E1F4F9;
	padding: 0 25px 0 310px;
	}

p.sponsorcredit6 {
	background: #EAF8FB url(images/sponsors/boswell-photographic.jpg) no-repeat;
	height:100px;
	margin:0px 25px 0px 25px;
	border-bottom: 6px solid #E1F4F9;
	padding: 0 25px 0 310px;
	}	

p.sponsorcredit7 {
	background: #EAF8FB url(images/sponsors/runners-centre.gif) no-repeat;
	height:100px;
	margin:0px 25px 0px 25px;
	border-bottom: 6px solid #E1F4F9;
	padding: 0 25px 0 310px;
	}

p.sponsorcredit8 {
	background: #EAF8FB url(images/sponsors/wagon-and-horses.jpg) no-repeat;
	height:100px;
	margin:0px 25px 0px 25px;
	border-bottom: 6px solid #E1F4F9;
	padding: 0 25px 0 310px;
	}	
	
p.sponsorcredit9 {
	background: #EAF8FB url(images/sponsors/the-running-bug.jpg) no-repeat;
	height:100px;
	margin:0px 25px 0px 25px;
	border-bottom: 6px solid #E1F4F9;
	padding: 0 25px 0 310px;
	}

p.sponsorcredit10 {
	background: #EAF8FB url(images/sponsors/run-britain.jpg) no-repeat;
	height:100px;
	margin:0px 25px 0px 25px;
	border-bottom: 6px solid #E1F4F9;
	padding: 0 25px 0 310px;
	}

p.sponsorcredit11 {
	background: #EAF8FB url(images/sponsors/the-north-face.png) no-repeat;
	height:100px;
	margin:0px 25px 0px 25px;
	border-bottom: 6px solid #E1F4F9;
	padding: 0 25px 0 310px;
	}	
	
p.indent {
	margin-left:35px;
	line-height:160%;
}	

p.vanity {
	color:#90C9DD;
	text-align:center;
	margin: 5px 10px 5px 10px;
	font-size:9px;
	}

table#messages td {
	border: 0;
	padding: 5px 10px 5px 0px;
	font-size: 70%;
	}

table#messageslayout td {
	border: 0;
	padding: 10px 10px 5px 11px;
	}
	
hr {
    height:2px;
    width:760px;
	color:#FFF;
    background:#FFF;
	border:0;
    margin: 0 0 0 0px;  
   } 
   
																/*ABC*/
#abc{
	width:990px;
	background:none;
	border:none;
	margin:auto;
	text-align:center;
	}																

#abc p{
	padding:0 0 0 100px;
	float:left;
	margin:10px;
	min-height:100px;
	color:#0055A5;
	font-weight:600;
	text-align:left;
	}
	
#abc h1{
float:left;
}	
	
	p.a{
	background:url(images/abc/a.gif) top left no-repeat;
	} 
	p.b{
	background:url(images/abc/b.gif) top left no-repeat;
	} 	
	p.c{
	background:url(images/abc/c.gif) top left no-repeat;
	}
	p.d{
	background:url(images/abc/d.gif) top left no-repeat;
	} 		
	p.e{
	background:url(images/abc/e.gif) top left no-repeat;
	} 	
	p.f{
	background:url(images/abc/f.gif) top left no-repeat;
	} 
	p.g{
	background:url(images/abc/g.gif) top left no-repeat;
	} 	
	p.h{
	background:url(images/abc/h.gif) top left no-repeat;
	}
	p.i{
	background:url(images/abc/i.gif) top left no-repeat;
	} 		
	p.j{
	background:url(images/abc/j.gif) top left no-repeat;
	} 																	
	p.k{
	background:url(images/abc/k.gif) top left no-repeat;
	} 
	p.l{
	background:url(images/abc/l.gif) top left no-repeat;
	} 	
	p.m{
	background:url(images/abc/m.gif) top left no-repeat;
	}
	p.n{
	background:url(images/abc/n.gif) top left no-repeat;
	} 		
	p.o{
	background:url(images/abc/o.gif) top left no-repeat;
	} 																	
	p.p{
	background:url(images/abc/p.gif) top left no-repeat;
	} 
	p.q{
	background:url(images/abc/q.gif) top left no-repeat;
	} 	
	p.r{
	background:url(images/abc/r.gif) top left no-repeat;
	}
	p.s{
	background:url(images/abc/s.gif) top left no-repeat;
	} 		
	p.t{
	background:url(images/abc/t.gif) top left no-repeat;
	} 	
	p.u{
	background:url(images/abc/u.gif) top left no-repeat;
	} 
	p.v{
	background:url(images/abc/v.gif) top left no-repeat;
	} 	
	p.w{
	background:url(images/abc/w.gif) top left no-repeat;
	}
	p.x{
	background:url(images/abc/x.gif) top left no-repeat;
	} 		
	p.y{
	background:url(images/abc/y.gif) top left no-repeat;
	} 		
	p.z{
	background:url(images/abc/z.gif) top left no-repeat;
	} 	   
   
   
   
 