/*QS Template {{{blue style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #00A0C6 url(images/bg_blue.jpg) 0 0 repeat-x fixed;
	padding: 5px 0;
	color: #000;
	font: 12px normal Helvetica, Arial, sans-serif;
	}

h1,h2,h3,h4,h5,h6 {
	margin: 10px 0;
	font-family: Helvetica, Arial, sans-serif;
	}
	
a {
	text-decoration: underline;
	color: #9c0000;
	}
	
a:hover {
	text-decoration: none;
	}	

.content_text ul {
	padding-left: 15px;
	}

.container {
	width: 800px;
	margin: 0 auto;
	}		
	
#header {
	background: url(images/header_blue.jpg) 0 0 no-repeat;
	height: 152px;
	}	
	
#header h1 {
	font-size: 45px;
	color: #9c0000;
	font-weight: lighter;
	padding: 0 10px;
	margin: 0;
	}
	
.subtitle {
	color: #9c0000;
	font-weight: lighter;
	padding: 0 10px;
	}	
	
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin: 15px 0;
	}
	
.menu1 {
	border-bottom: 3px solid #0060B6;
	padding: 0 0 5px 0;
	}	
	
.menu1 ul {
	list-style-type: none;
	}
	
.menu1 li {
	list-style-type: none;
	display: inline;
	}
	
.menu1 ul a {
	display: inline;
	color: #0060B6;
	text-decoration: none;
	margin-right: 5px;
	}		
	
.menu1 ul a:hover {
	color: #00A0C6;
	text-decoration: underline;
	}
		
.content {
	padding: 20px 15px;
	border-left: 2px solid #0060B6;
	border-right: 2px solid #0060B6;
	width: 740px;
	margin: 0 auto;
	background-color: #fff;
	}	
	
.content_text {
	margin: 0 auto;
	width: 700px;
	}

.content_text p {
	margin: 5px 0;
	}

.content img {
	border: 3px solid #0060B6;
	}
	
.footer {
	background: url(images/footer_blue.gif) 0 0 no-repeat;
	color: #9c0000;
	font-weight: bold;
	padding: 20px 0 35px 15px;
	}	
	