/*  Osprey River Adventures Style Sheet
/* Must elements are defined in this file, but you may want to refer to the xhtml as well. */
/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body {
	line-height: 1.88889;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif
	font-size: 75%;
	left: 100px;
	top: 500px;
	
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color:#336699;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color:#336699;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color:#336699;
	}
acronym {
	border-bottom: none;
	}

/* specific divs */
#top_bar
{
position:relative;
}

#page_heading
{
	position:relative;
	left:61px;
	top:250;
	width:484px;
	height:58px;
	size:8;
	font-family:Arial, Helvetica, sans-serif;
	color:#336699;
}

#body
{
position:relative;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
left:61px;
top:460px;

}

#footer {
	color: #336699;
	text-align: center;
	position: relative;
	top:607px;
	left:61px;
	width: 824px;
	height: 28px;
}
	
