body
	{
	background: url(bg.png) repeat-x #000033;
  	padding: 0px;
  	margin: 0px;
  	font-family: trebuchet ms, verdana, times, "times new roman", sans-serif;
	}

/* Settings for borders, line spacing and colours */
#container
	{
	width: 780px;
	margin: auto;
	margin-top: 10px;
	background: transparent;
	line-height: 120%;
	}

/* styles logo on every page */
#logo
	{
	margin: 0;
	}

/* styles main pic on front page */
#pic
	{
	display: inline;
	float: right
	padding-top: 20px;
	}

/* navigation */
.top_nav ul
	{
	margin-top: 5px;
	padding: 0;
	list-style-type: none;
	margin-left: 0;
	}

/* overall menu background color */
.top_nav ul li
	{
	display: inline;
	float: left;
	background: #003399;
	
	}

.top_nav ul li a
	{
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	display: block;
	padding: 5px 40px;
	font-weight: normal;
	}

.top_nav a:hover
	{
	color: #ffcc00;
	text-decoration: underline;
	}

/* styles main text */
#maintext
	{
	width: 780px;
	clear: both;
	margin: 70px 0 0 0;
	border: 0px solid #fff;
	}

#maintext p
	{
	color: #f1f1f1;
	font-size: 1em;
	line-height: 140%;
	margin: 20px;	
	}

#maintext p.gold {
	color: #ffcc00;
}

#maintext ul
	{
	color: #f1f1f1;
	
	margin-left: 25px;
	}

#maintext a
	{
	color: #fff;
	text-decoration: underline;
	}

#maintext a:hover
	{
	color: #000080;
	background: #fff;
	text-decoration: underline;
	}

h1
	{
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	}

h2
	{
	color: #ffcc00;
	font-size: 1em;
	font-weight: normal;
	}

#special-offer
	{
	float: right;
	width: 300px;
	margin: 10px 0 20px 20px;
	border: 5px solid #ffcc00;
	}
	
#special-offer h2
	{
	color: #f1f1f1;
	font-size: 20px;
	font-weight: normal;
	margin: 15px;
	text-align: center;
	}
	
#special-offer h3
	{
	color: #ffcc00;
	font-size: 1.1em;
	font-weight: normal;
	margin: 15px;
	}
	
#special-offer p
	{
	color: #f1f1f1;
	font-size: 1.1em;
	margin: 15px;
	}
	
#stop_press
	{
	float: right;
	width: 300px;
	margin: 10px 0 40px 20px;
	border: 5px solid #ffcc00;
	clear: both;
	}
	
#stop_press h2
	{
	color: #f1f1f1;
	font-size: 2em;
	font-weight: normal;
	line-height: 30px;
	margin: 15px;
	}
	
#stop_press h3
	{
	color: #ffcc00;
	font-size: 1.1em;
	font-weight: normal;
	margin: 15px;
	}
	
#stop_press p
	{
	color: #f1f1f1;
	font-size: 1.1em;
	margin: 15px;
	}

/* styles side pics on home page */
.side_pics_border
	{
	float: right;
	clear: both;
	margin: 20px 0 20px 20px;
	border: 5px solid #003399;
	}

/* styles pics on gallery and contact pages*/
#gall_cont_pics
	{
	margin: 50px 0 50px 100px;
	}

/* styles pics on gallery and contact pages */
.pics_border
	{
	border: 5px solid #003399;
	margin: 10px 0 20px 0px;
	}
	
.quote_contact
	{
	margin: 20px 0 30px 110px;
	}

/* styles the map on the contact page */
#map
	{
	margin-left: 130px;
	}

/* footer on every page*/
#footer
	{ 
	margin: 0 auto; 
	color: #ffcc00;
  	width: 780px;
  	font-size: .8em;
	border-top: 1px solid #f1f1f1;
	padding:0  0 10px 0;
	}

#footer a
	{
	color: #ffcc00;
	text-decoration: none;
	
	}

#footer a:hover
	{
	color: #1069fe;
	text-decoration: underline;
	
	}

/* styles secondary nav in footer */

#secondary_nav
	{
	width: 780px;
	}

#secondary_nav ul li
	{
	display: inline;
	float: right;
	}

#secondary_nav ul li a
	{
	color: #ffcc00;
	text-decoration: none;
	display: block;
	padding: 2px 10px;
	font-weight: normal;
	}

#secondary_nav a:hover
	{
	color: #fff;
	
	text-decoration: underline;
	display: block;
	}

/* styles copyright */
.copy
	{
	
	margin-left: 10px;
	clear: both;
	}

/* styles genero within footer */
.web
	{
	float: left;
	margin-left: 10px;
	}

/* styles thumbnails on gallery page */
.thumbnails
	{
	margin: 40px 0 0 0;
	}
	
.thumbnails ul
	{
	list-style: none;	
	padding: 0;	
	margin: 0;
	}

.thumbnails li 
	{	
	float:left;	
	list-style: none;
	margin: 3px;
	}
.thumbnails li a img 
	{
	border: 3px solid #003399;
	}

.thumbnailsli a:hover img 	
	{
	border: 3px solid #999;
	}

.bold
	{
	font-weight: bold;
	}