/* screen stylesheet Peter O'Mara Website */

* {
margin: 0;
padding: 0;
color: #FFFFFF;

}
body {
font:  95% Verdana, Arial, Helvetica, sans-serif;
	color: #A6BAC0;
}
h1 {
	font: normal 1.8em Georgia, Times New Roman, serif;
	color: #A6BAC0;
	margin: 0 0 10px 0;
}
h2 {
font-size: 1.2em;
font-weight: normal;
line-height: 1.3em;
color: blue;
font-family: Georgia, Times New Roman;
}
h3 {
font-size: 1em;
font-weight: normal;
}
p {
font-size: 0.80em;
}
/* ================
   Hyperlinks    */  

a { 
  text-decoration: none; 
  outline: none; 
  color: #000;
} 

a:link { color: ##000; } 
a:visited { color: #000; 
text-decoration: none;} 

a:hover, a:focus {
color: #000; 
text-decoration: underline;
} 
a:active { 
  
}  
/* IDs */

#container {
	position: right;
	margin: 0 auto;
	margin-top: 0px;
	color: #C6D5E8;
	background-position: top 0;
	width:900px;
	border: 1px;
	border-style: solid;
	border-color: #C6D5E8;
	border-left-color: #C6D5E8;
	background-color: #C6D5E8;
	background-image: url(..//images/water2.jpg);
	background-repeat: repeat;	
}
#header {
float: right;
height: 100px;
width:900px;
padding: 0px;
}
#main {
float: right;
width: 900px;
background-color: #C6D5E8;
background-image: url(..//images/water2.jpg);
	background-repeat: repeat;	
}
#content {
	float: right;
	width: 800px;
	color: #000;
	background-color: #C6D5E8;
	background-image: url(..//images/water2.jpg);
	background-repeat: repeat;	
}
#content-box1 {
float: right;
margin-left: 10px;
margin-right: 10px;
margin-top: 0px;
margin-bottom: 20px;
padding-left: 0px;
padding-top: 5px;
width: 780px;
background-color: #C6D5E8;
background-image: url(..//images/water2.jpg);
	background-repeat: repeat;	
}

#column-left {
float: left;
width: 100px;
background-color: #77A1B6;
}



/* Navigation left */

#navi{
float: left;
margin-left: none;
font-size: 85%;
color: #77A1B6;
padding-top:2px;
width: 100px; 	
}
#navi ul{
 	
}
	
#navi li {
 list-style-type: none; 
 border-left: 2px solid #99ccff; 
 border-bottom: 1px solid #eeeaea; 
 margin: 0; 
}	
 #navi a {
  display: block; 
  text-decoration: none; 
  background-color: #77A1B6; 
  color: #014750; 
  padding: 2px 2px 2px 6px; 
  border-left: 2px solid  #1D6878;
  border-bottom: 1px solid #eeeaea; 
  margin: 0;           
    }
 #navi span {
  display: block; 
  text-decoration: none; 
  background-color: #C6D5E8; 
  color:  #014750; 
  padding: 2px 2px 2px 6px; 
  border-left: 2px solid #1D6878
  border-bottom: 1px solid #eeeaea; 
  margin: 0;      
    }
 #navi a:hover,
 #navi a:focus {
  background-color: #1D6878; 
  color: #FFFFFF; 
  padding: 2px 2px 2px 6px; 
  border-left: 2px solid  #1D6878
  border-bottom: 1px solid #eeeaea; 
  margin: 0;  
 
 }
 
/*Classes*/
.bold {
font-weight: bold;
}
.bold-italic {
font-weight: bold;
font-style: italic;
}
.italic {
font-style: italic;
font-family: Helvetica;
}
