/*QS Template {{{royalblue style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
#page_content,
body {
	background: black url(images/header_night.gif) 0 0 repeat-x;
	color: #fff;
	text-align: left;
	font: 62.5%/1.5em Helvetica, Arial, sans-serif;
	}

#page_content.container {
	position:relative;
	}	
	
h1 {
	background: url(images/lighthouse_night.png) 0 0 no-repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 34px;
	padding: 75px 5px 60px 0;
	color: black;
	text-align: right;
	/*border-left: 1px solid royalblue;*/
	}
	
/*--- IE 7 hack ---
h1 {
	*height: 140px;
	*padding: 0;
	}*/
/*--- IE 6 hack ---*/	
* html h1 {
	background: url(images/lighthouse_night.gif) 0 0 no-repeat;
	}
/*-- end of hack --*/	

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	margin: 15px 0;
	}
	
#nav_wrap.nav_wrap {
	position: relative;
	}	
	
.menu1 ul {
	border-top: 5px solid royalblue;
	list-style-type: none;
	}
	
.menu1 ul li {
	list-style-type: none;
	display: inline;
	}
	
.menu1 ul a {
	display: inline;
	color: royalblue;
	font-size: 1.2em;
	text-decoration: none;
	text-align: left;
	padding: 5px;
	}		
	
.menu1 ul a:hover {
	text-decoration: underline;
	color: royalblue;
	}
		
.content {
	margin: 25px 0 20px 0;
	padding: 0 10px 5px 10px;
	border-bottom: 5px solid royalblue;
	background: url(images/content_bg.jpg) bottom left repeat-x;
	}	
	
.content p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	margin-bottom: 10px;
	}	
	
#footer.footer {
	color: royalblue;
	padding: 0 0 10px 15px;
	font-size: 1.4em;
	}	
	
img {
	border: 2px solid royalblue;
	}	