html  {
	background-color: #022d3c;
	background: url('/images/background.jpg') no-repeat; 
	background-attachment:fixed;
}
body  {
	padding: 0;
	margin: 0;
	font-family: "Myriad Pro";
	font-size: 14px;
}


header  {
	width: 1100px;
	margin-bottom: 10px;
	height: 170px;
	background: url('/images/CS-Diving.png') no-repeat; 
	margin: 0 auto;
background-position: 60px -20px;
}

#head_text{
	position: absolute;
	margin: 70px 0 0 480px;
	font-size: 2em;
	color: white;
	display: block;
	width: 580px;
}

footer {
	width: 90%;
	margin-top: 20px;
	color: #000;
	text-align: center;
	padding: 5px;
	margin: 0 auto;
	margin-top: 10px;
	clear: both;
}

#container {
	width: 1100px;
	display: block;
margin: 0 auto;
}

#container:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

nav {
	float: left;
	width: 170px;
	background-color: rgba(0,0,0,0.74);
	margin: 15px 0 15px 50px;
	padding: 5px;
	/* opacity: 0.75; */
	color: #fff;
	border: 1px #b4c0c5 solid;

-moz-border-radius:15px; /* Firefox */
-webkit-border-radius:15px; /* Safari, Chrome */
-khtml-border-radius:15px; /* Konqueror */
border-radius:15px; /* CSS3 */
}

nav hr {
	width: 90%;
	height: 0px;
	border: 1px #dddddd solid;
	margin: 5px auto;
	padding: 0;
}


nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

nav ul li {
	display: block;
	padding: 5px;
}

nav a:link, nav a:visited {
	color: #b4c0c5;
	font-family: "Myriad Pro";
	font-size: 18px;
	letter-spacing: 1px;
text-decoration: none;
text-shadow:0 0 0.5em #ddd;

    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
outline: none;
}

nav a:hover, nav a:active {
	color: #55A7F9;
outline: none;
}

#facebook {
	text-align:center;
	color: #b4c0c5;
	font-family: "Myriad Pro";
	font-size: 16px;
	letter-spacing: 1px;
text-shadow:0 0 0.5em #ddd;
}

#content {
	float: right;
	width: 800px;
	padding: 5px;
	color: #000;

	background-color: rgba(255,255,255,0.75);
	margin: 15px 0 15px 0px;
	padding: 15px;
/*	opacity: 0.75; */
	border: 1px #000 solid;

-moz-border-radius:15px; /* Firefox */
-webkit-border-radius:15px; /* Safari, Chrome */
-khtml-border-radius:15px; /* Konqueror */
border-radius:15px; /* CSS3 */
}

#content img {
	border: 1px rgba(0,0,0,0.75) solid;
}

a:link, a:visited {
	color: #2C5672 ;
outline: none;
}

a:hover, a:active {
	color: #3C769C;
outline: none;
}

	.shadow {
		-moz-box-shadow: 3px 3px 4px #000;
		-webkit-box-shadow: 3px 3px 4px #000;
		box-shadow: 3px 3px 4px #000;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	}

/***********************************/
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Myriad Pro";
	letter-spacing: 1px;
	font-weight: bold;
}

h1 {
	font-size: 24px;
	margin-bottom: 10px;
}

h2 {
	font-size: 20px;
	margin-bottom: 7px;
}

h3 {
	font-size: 18px;
	margin-bottom: 5px;
}
