	body {
		background:#AFE0EC url(images/bikethebaylandscape.jpg) repeat-x scroll;
		font: 0.75em/1.8em Arial, Helvetica, sans-serif;
  		letter-spacing:.1em;
		padding: 0px;
		margin: 0px;
		}
	
	#header {
		width: 790px;
		border: 0px;
		margin: auto;
		text-align: left;
		}
	
	#frame {
		width: 75em;
		border: 0px;
		margin: auto;
		text-align: left;
		}
		
	#menu {
		height:30px;
		margin:0px;
		height:100%;
		padding:0px;
		float:left;	
		}
	
	#content {
		width:70em;
		margin:0px;
		vertical-align:top;
		padding:0px;
		color:#000;
		float:left;
		}
	
	#contentwide {
		width:49.5em;
		padding-top:2.5em;
		float:left;
		}	
		
	#footer {
		width:100%;
		margin:30px 0 0 0;
		padding:10px;
		background:#9FCCD7;
		float:left;
		clear:both;
		}
	
	#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;
		}
		
	#homewide {
		width:46em;
		padding:2.5em 0 10em 0;
		float:left;
		}	
	
	#homeright {
		width:21em;
		padding-top:3em;
		float:right;
		}
		
		
	#vanity {
		width:100%;
		background:#9FCCD7;
		margin-right:auto;
		margin-left:auto;
		text-align:center;
		float:left;
		}	
		
	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: #9FCCD7;
	}

#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:6px;
	background:#EEE;
	margin:5px 25px 25px 0px;
	clear:none;
	}

img.galleryl {
	padding:6px;
	background:#EEE;
	margin:5px 25px 10px 19px;
	clear:none;
	float:left;
	}
	
img.galleryp {
	padding:6px;
	background:#EEE;
	margin:5px 5px 10px 25px;
	clear:none;
	float:right;
	}	

img.thumb {
	padding:6px;
	background:#EEE;
	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;
	}		

h1 {
	margin: 10px 10px 10px 25px;
	font: 1.2em/1.75em Arial, Helvetica, sans-serif;
	color: #3C2C2B;
	font-weight:600;
	letter-spacing:0.15em;
	}
	
h2 {
	margin: 10px 10px 10px 25px;
	font: 1.1em/1.75em Arial, Helvetica, sans-serif;
	color: #000;
	}
	

a:link {
    color: #194793;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}
a:visited {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}
a:hover {
    color: #000099;
    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 3px 0 3px;
	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 3px 0 3px;
	padding: 6px 5px 0px 4px;
	width: 96px;
	float: left;
	text-align: center;
	cursor: pointer;
	}
	
a.vanity:link {

    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
	}

a.vanity:visited {

    color: #333;
    text-decoration: none;
	font-weight: bold;
    font-style: normal;
	}

a.vanity:hover {
    color: #0055A5;
    text-decoration: underline;
    font-weight: bold;
    font-style: normal;
	}

p {
	font-size: 100%;
	margin: 15px 25px 5px 25px;
	line-height: 130%;
	}

.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: #90C9DD url(images/pdf.gif) no-repeat;
	height:60px;
	margin:0px 25px 0px 25px;
	border-bottom: 4px solid #9ADAEA;
	padding: 0 25px 0 70px;
	}
	
p.tip {
	background-color: #90C9DD;
	color: #333;
	font-weight:600;
	margin:15px 25px 0px 25px;
	border-bottom: 4px solid #9ADAEA;
	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.indent {
	margin-left:35px;
	line-height:160%;
}	

p.vanity {
	color:#333;
	text-align:center;
	margin: 10px;
	font-size:9px;
	}

hr {
    height:2px;
    width:760px;
	color:#FFF;
    background:#FFF;
	border:0;
    margin: 0 0 0 0px;  
   } 
   
   
   
   
 