@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% top;
	background-color: #051314;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
}

#column-1 {
	position: relative; /* remember to set a width */
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 300px;
	width: 900px;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
}


.overlay{
	position: absolute;
	top: 0; /* These positions makes sure that the overlay */
	bottom: 0;  /* will cover the entire parent */
	left: 0;
	width: 100%;
	opacity: 0.55;
	-moz-opacity: 0.55; /* older Gecko-based browsers */
	filter:alpha(opacity=55); /* For IE6&7 */
	background-color: #051314;
}

#column-1 .content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.content {
  position: relative;
}

/* Lets use the * html hack so only IE6 reads the rule */
* html #column-1 .overlay {
  height: expression(document.getElementById("column-1").offsetHeight);
}

#navbar {
	width:auto;
	display:block;
	height:28px;
	color: #FFFFFF;
	background-color: #16212A;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #8BBFE6;
	border-bottom-color: #8BBFE6;
}
#navbar a {
	heigth:28px;
	line-height:28px;
	display:inline;
	color: #9FD6FD;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
	font-family: Verdana, Geneva, sans-serif;
}
#column-1 .content #main #column_left p img {
	margin: 8px;
	padding: 3px;
	background-color: #EFF2F9;
}
#column-1 .content #main #column_right h1 img {
	margin: 8px;
	padding: 3px;
	background-color: #FDFBFC;
}

#column-1 .content #main #column_left h1 {
	font-size: 18px;
	color: #FFFFF6;
}

#navbar a:hover {
	text-decoration: underline;
}

#main {
	width:auto;
	display:block;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#column_left {
	width:550px;
	margin-right:20px;
	float:left;
	margin-left: 10px;
	color: #C5D1DF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
}
#column_left a
{
color:#FFFFFF;
font-weight:bold;
text-decoration:none;}

#column-1 .content #main #column_right h1 {
	font-size: 16px;
}

#column_right {
	width:280px;
	margin-right:10px;
	float:left;
	color: #C5D1DF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	
}
#column_right img
{
margin-top:30px;
float:right;}

#footer {
	width:auto;
	display:block;
	font-size:11px;
	color:#FFFFFF;
	text-align: left;
	background-color: #000000;
	height: 40px;
	padding: 10px;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer_cont {
	margin: 2px;
	padding: 2px;
	float: right;
	color: #D0E7F7;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
#footer_cont p {
	margin: 0px;
}
#footer_cont  h7 {
	font-size: 14px;
	font-weight: bold;
}
div.spacer {
	clear:both;
	height:10px;
	display:block;
}
#column-1 .content #main #column_left h2 {
	font-size: 14px;
	color: #DBDFE6;
	display: block;
}
