/* --------------------------------------------------
CSS Document For Newport Opera House Association
Design by Laura Thompson, LRT Designs 2008
-------------------------------------------------- */

/* CONTAINER */

		#container {
			width: 800px;
			margin: 0 auto;
			padding:0;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; 
			font-size: 11px;
			line-height: 1.6em;
			color: #000;
			background-color: #FFF;
		}
		
/* GENERAL ELEMENTS */
		
		h1 {
		
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color:#000;
			margin-bottom: 30px;
			background-color: #FFF;
		}
		
		h2 {
			color: #666666;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		
	
		a {
			color:#E0;
			text-decoration: none;
		}

		a:hover {
			color:#999;
			background-color: #F5F5F5;
		}

		#table {
			margin-left:5px;
			padding-top:25px;
		}		
		td{
			text-align:center;

		}	
.image{
text-align:center;
}
}			
.imgleft {
float:left;

}
.imgright{
float:right;

}	
		
/* HEADER  */

		#header {
			border-bottom: 4px solid #948979;
			padding-top: 10px;
			clear: both;
			margin-bottom: 10px;
		}
		

/* NAVIGATION  */
	
		 #navigation ul {
			/*margin-left: 0;*/
			margin:0;
			padding:0;
			list-style-type: none;			
			float: left;
			width: 150px;
			background:#F4F4F4;
		}

		#navigation a {
			display: block;
			padding: 5px;
			width: 140px;
		}

		#navigation a:link, #navlist a:visited {
			color:#000000;
			text-decoration: none;
			text-align:center;
		}
		
		#navigation a:hover {
			background: #000000  96% 50% no-repeat;
			background-color:#999999;
			color:#fff;
		}

/* THE SMALL BOX ABOVE THE NAV */

		#navigation p {
			margin-top: 5px ;
			padding: 5px;
			text-align: center;
			}
		
/* CONTENT  */

		#content {
	width: 630px;
	margin-left: auto;
	text-align:center;
	float: none;
	clear: right;
		}
		
		#content p {
			padding-bottom: 10px;
			text-align:justify;
		}
		#content p img{
			text-align:center;
		}
		#content ul li {
			list-style-type:none;
			text-align:center;
		}
		#title {
		text-align:center;
		}

/* FOOTER  */

		#footer {
			clear: both;
			background-color:#fff;
			padding: 0px 5px 0px 5px;
			text-align:center;
		}
		
		#footer ul {
			color:#89817f;
		}
		
		#footer li{ 
			display:inline; 
			text-decoration:none;
			padding:5px;
		}
		
		#footer ul li a {
		
			color: #89817f;
			border-bottom: 1px solid #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}
		
		
