body 
	{
    font-family: Helvetica, Arial, sans-serif; 
	background-color: #f1f6f9;  
	background-image: url(images/bg.gif);
	background-repeat: repeat-x; 
	background-position: left top; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	}

p
	{
	font-family: Helvetica, Arial, sans-serif; 
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	line-height: 19px; 
	color: #666666;
	margin: 2px 18px 12px 10px; 
	}		

strong	
	{
	color: black; 
	}	
	
a
	{
	text-decoration: underline;
	color: #660000;
	}
	
a:hover
	{
	color: #9B0000;
	}		
	
img
	{
	border: 0; 
	} 
	
h1
	{
	color: #003f77; 
	font-size: 15px; 
	font-weight: bold; 
	margin: 12px 10px 8px 10px; 	
	}	
	
h2
	{
	color: #003f77; 
	font-size: 12px; 
	font-weight: bold; 
	margin: 12px 10px 8px 10px; 	
	}	
		
/*---------- page elements ----------*/ 		

#wrapper
	{
	width: 900px; 
	margin: 26px auto; 
	background: white;  
	}
	
#wrapper2
	{
	width: 900px; 
	float: left; 
	background: white; 
	}	
	
#logo
	{
	width: 900px; 
	height: 120px;
	float: left; 
	background: white;  
	border-bottom: 9px solid #3c7faf; 
	}	
	
#content
	{
	width: 730px; 
	float: right; 
	background: white;  
	}	
	
#gallery td
	{
	text-align: center; 
	}	
		
.picture
	{
	border: 1px solid #3c7faf; 
	padding: 10px; 
	}		
	
.caption
	{	
	border: 0; 
	font-weight: bold;
	font-size: 13px;
	color: #666666; 
	}
	
.content_pic
	{
	float: right;
	margin: 0 0 10px 10px; 
	} 	
	
	
#enquiry
	{
	width: 320px; 
	float: right;	
	margin: 10px 20px 10px 10px;
	padding: 3px; 	
	font-size: 13px;
	font-weight: bold; 
	text-decoration: none;
	color: #666666;	
	}		
	
#enquiry p
	{
	margin: 0; 
	}
	
#footer
	{
	width: 700px; 
	height: 38px; 
	}	
	
#footer p
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #326992;	
	padding: 5px; 
	text-align: center; 
	} 
	
#footer a
	{
	color: #326992; 
	text-decoration: underline; 
	}	
	
#footer a:hover
	{
	color: #003f77;
	}	
		
	
/*---------- navigation ----------*/			
		
#nav
	{
	width: 170px; 
	height: 500px; 
	float: left; 
	background-image: url(images/bg_nav.jpg);
	background-repeat: repeat-x; 
	background-color: white; 
	}	
	
#nav ul 
	{
	list-style-type: none; 
	padding: 0;
	margin: 0;
	border: 0; 
	} 	
	
#nav li 
	{ 
	display: block; 
	
	border-bottom: 1px solid #3c7faf;
	}	
	
#nav a
	{
	display: block; 
	font-family: Helvetica, Arial, sans-serif; 
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #3c7faf; 
	padding: 4px 0 4px 24px;
	}	
	
#nav a:hover
	{
	text-decoration: none; 
	color: #003f77;
	display: block; 
	background: #8DB8D8; 
	}			
