html, body {
  height: 100%; /* Required */
  margin: 0;
  padding: 0;
  }
#bg_image {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: -2;
}
body {
	text-align: center;
	background: #9caec6;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	height:100%;
	background-repeat: repeat-y;
}
#header {
	padding:0px;
	height: 50px;
	margin:0px;
	padding-left:80px;
	text-align: left;
}
.head_block {
	width:50px;
	height:50px;
	top:0px;
	float:left;
	position:absolute;
}
.head_block_right {
	width:200px;
	height:50px;
	top:0px;
	right:0px;
	float:right;
	position:absolute;
}
#footer {
  width: 100%;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 50px;
  padding: 0em;
}
.foot_block {
	width:50px;
	height:50px;
	float:left;
}
#nav {
	width:10em;
	top:30px;
	right:30px;
	position:absolute;
}
#nav ul, li {
	text-align:right;
	list-style:none;
}
#nav li {
	padding: 1em 0em;
}
#logo {
	position: absolute;
	left: 28px;
	top: -12px;
}
h1 {
	font-family: "Futura LT Book","Century Gothic","Arial Black";
	font-size: 30px;
	margin:26px 0px 0px 0px;
	font-weight:bold;
	letter-spacing: .08em;
}
h3 {
	font-family: "Century Gothic","Arial Black";
	font-size: 20px;
	text-align:left;
	margin:15px 0 0 30px;
	letter-spacing: .1em;	
}
h2 {
	margin:0.5em 0 0 0;
	word-spacing: 0.2em;
	letter-spacing: 0.06em;
	font-weight: lighter;
	font-size: 14px;
	line-height: 140%;
	text-align:left;	
	max-width:75%;
}

p {
	margin: 0em .2em .5em 0px;
	line-height: 1.5em;
	text-align: left;
}

a {
	color: #fff;
	text-decoration:none;
}

h2 a {
	border-bottom: 1px dotted #fff;
}

#container-page {
  margin: 0 auto;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#foot_text {
	position:absolute;
	text-align:left;
	bottom:10px;
	left:30px;
	word-spacing: 3px;
	letter-spacing: 1px;
	width:500px;	
	color:#fff;
}

#foot_text a {
	color:#88f181;
}

#container-content {
	padding: 0 0 40px 0;
}

#mainContent {
	width:80%;
	margin: 100px auto 20px auto;
	padding:0px;
	position:relative;
}
#mainContent p, h3, {
	margin-left: 25px;
	}
td h2
	{
	margin-left: 30px;
	}
#image-nav-background {
	width:200px;
	padding: 0px;
	background-color: #142f55;
	right:0px;
	bottom:0px;
	z-index: 1;
	height:400px;
	position:absolute;
}
#mainContent img {
  padding:4px;
  border:1px solid #fff;
}
.highreslink
	{
	size:120%;
	color:#871e74;
	border-bottom: thin dotted #fff;
	font-style: italic;
	}
