body {
	background-image:url("images/bg1.jpg");
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	}

p 	{font-family: Arial,"Sans Serif";}


p.pres {
	color: #333;
	font-size: 14px;
	line-height: 1.4;
	text-align: justify;
}

p.pres a { 
	color: #333; 
}

h1 	{font-size:200%;font-family:Arial,"Sans Serif";margin-top:0px;}
h2 	{
	font-size:100%;
	margin-top:10px;
	margin-bottom:10px;
	font-family:Arial,"Sans Serif";
	color: #003466;
}

ul {
   list-style-type: square;
   list-style-position: outside;
   padding-left: 20px;
   margin-left: 0;
}
	
img{border:none;}

#wrapper {
	margin:auto;
	width: 768px;
	height: auto;
	text-align:left;
}

#header {
	height: 170px;
	background-image:url("images/header.png");
	background-position: top;
}

#content { padding: 0px;}

/* Layout Stylesheet */ 

#lh-col{
	width: 60%;
	float: left;
	/* background: #ffffff; 
 color: #333333; */
 margin: 0;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
 }
 
#rh-col{
	/* background: #c0c0c0; */
 color: #333333;
	margin: 0;
	padding: 0;
	text-align: center;
 }
 
 h4 {
 margin:0; 
 padding: 5px 0;
 }
	
/* #contact {
	width:250px;
	height: 220px;
	display: block;
	background-color: #CCCCCC;
	float: right;
		}
*/
#menu {
	background:#003466;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 400px;
	margin-top:63px;
	margin-right: 15px;
}
#menu li {
	float: left;
	font: 77.5%, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #003466 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:bold;
}

#menu a.last { background-image: none; }
#menu a:hover {
	background: #6fceee url("images/layout/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}


	  
/*- Flyout Gallery--------------------------- */

	.fly {
	position:relative;
	margin-top:20px;
	margin-left: 25px;
	}

	.fly img { position:relative; margin:5px; border: 0px}
	#flyloader { background-color:#ffffff; border:2px dashed #909;}


