/*Generic Template {{{blue style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #0d7bde url(images/bg_blue.jpg) bottom left repeat-x;
	color: #fff;
	padding-bottom: 70px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

a {
	color: cyan;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a:visited {
	color: lightblue;
	}	

.container {
	width: 760px;
	margin: 0 auto;
	}	
	
#header  {
	background: url(images/header_blue_01.jpg) 0 0 no-repeat;
	height: 335px;
	}
	
#header h1 {
	font-size: 30px;
	width: 310px;
	text-align: center;
    color: #fff;
	font-weight: lighter;
	padding: 140px 0 60px 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	}	
	
	
h1,h2,h3,h4,h5,h6 {
	padding: 15px 0;
	}	
	
.menu1 {
	width: 760px;
	margin-top: 20px;
	}
	
.menu1 ul {
	list-style-type: none;
	width: 740px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 5px;
	border-bottom: 1px dashed white;
	}	
	
.menu1 li {
	list-style-type: none;
	display: inline;
	}
	
.menu1 ul a {
	display: inline;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	margin-right: 10px;
	padding: 5px 0;
	}		
	
.menu1 ul a:hover {
	text-decoration: none;
	border-bottom: 1px dotted white;
	padding-bottom: 1px;
	}
		
.content {
	padding-top: 5px;
	margin-top: 5px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	}	
	
.content_text {
	width: 660px;
	margin: 0 auto;
	}	
	
.content_text ul {
	padding-left: 15px;
	}				
	
.content img {
	margin: 5px 5px 5px 0;
	}		
	
.content p {
	margin: 5px 0;
	}	
	
.footer {
	background:  url("images/footer.png") bottom left no-repeat;
	color: #fff;
	padding: 15px 0 20px 5px;
	margin-top: 25px;
	border-bottom: 1px solid white;
	}	
	
* html .footer {
	background: url(images/footer_blue_03.jpg) bottom left no-repeat;
	}	