/* 
(c) Lighthouse Media Works, LLC 2007
www.LighthouseMediaWorks.com

 */
 
 *{
 	margin: 0;
	padding: 0;	
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

 }
 
 body{
 	background-color: White;
	background-image: url(images/blue_bg2c.png);
	background-position: top;
	background-repeat: repeat-x;
	color: Black;

 }
 
 #masthead{
 	height: 220px;
 }
 
 
 #td_cnt{
 	padding-left: 10%;
	padding-right: 10%;
 }
 
 
#content{
	
	padding: 2em;
	/*width: 90%;*/
margin-top: -50px;
}

#float{
	width: 400px;
	float: right;
/*	position: relative;
	top: 30px;*/
	margin: 5px;
	padding: 2em;
	font-size: 80%;
	font-style: italic;
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 p{
 	margin: .5em;
	padding: .5em;
	text-align: left;
 }
 
 H1,H2, H3{
 	color: #007cc3;
	margin: 1em;
	font-variant: small-caps;
	
 }
 
 H1{
 	font-size: 150%;
	margin: 1em;
 }
 
 H2{
 	font-size: 125%;
	margin: 1em;
 }
 
 h3{
 	font-weight: bold;
	margin: .5em;
 }
 
 ul{
 	list-style: square;
 }
 
 a{
 	color: Blue;
	text-decoration: none;
 }
 
 a:hover{
 	color: Teal;
	text-decoration: underline;
 }
 
 
 
#footer{

 font-size: 80%;

 text-align: center;
 margin-top: 50px;
 }
 
#footer a{
	font-size: 80%;
}
 
 #bottom{
 	 background-image: url(images/footer_bg.jpg);
 background-repeat: repeat-x;
 background-position: bottom;
 margin-top: 10px;
 }

 

 
 
 
 
 
 

.AI li{
	list-style-image: url(images/AI_icon.png);
}

#times{

	border: thin;
	border-color: Blue;
	border-style: dotted;

	padding: 2em;
	clear: both;
}

#times img{
	padding: 10px;
}

#gallery{
margin-left: auto;
margin-right: auto;
}

#mail{
	padding: 2em;
	background-color: #D0FEFF;
	
	border: #009597;
	width: 50%;
	font-size: 80%;

	border-style: double;
	line-height: 1.5em;

}

.style2 {
font-size: 10;
}