html{height: 100%;}
body{
	margin:0;
	color:#fff;
	height:100%;
	font:12px Arial, Helvetica, sans-serif;
	background:#047290 url(../images/body-bg.gif) repeat-x;
	position: relative;
}
img{
	border-style:none;
}
a{
	text-decoration:none;
	color:#fff;
}
a:hover{
	text-decoration:underline;
}
#page{
	width: 100%;
	height:100%;
}
.main{
	margin:0 auto;
	width: 676px;
	min-height:100%;
}
.main:after{
	clear:both;
	display:block;
	content:"";
}
* html .main { height:100%;}
#header{
	padding: 10px 2px 10px 6px;
	overflow: hidden;
	height: 1%;
}
#header .logo{
	float: left;
	width: 235px;
	height: 88px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
}
#header .logo a{
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
#header .contact{
	float: right;
	width: 160px;
	padding-top: 10px;
	text-align: right;
}
#header .contact span{
	font-style: italic;
}
#content{
	padding-bottom: 151px;
	overflow: hidden;
	width:100%;
}
#content .line{
	height: 2px;
	background: #00a0c6;
	border: 1px solid #0684a3;
	overflow: hidden;
}
#content .side-bar{
	float: left;
	width: 173px;
	padding: 12px 0 9px 21px;
	position: relative;
}
#social{
	width:150px;
	margin-top: 60px;
	position: absolute;

}
.side-bar .nav-bg{
	background: url(../images/nav-bg.gif) repeat-y;
}
.side-bar .nav-bg .nav-holder{
	background: url(../images/nav-top.gif) no-repeat;
	position: relative;
}
.side-bar .nav-bg .nav-holder #nav{
	background: url(../images/nav-bottom.gif) no-repeat 0 100%;
	padding: 17px 18px 41px;
	margin: 0;
	list-style: none;
}
#nav li{
	padding-bottom: 5px;
}
#nav a{
	font-size: 14px;
	font-weight: bold;
}
#nav a:hover,
#nav .current_page_item a{
	color: #ffa100;
	text-decoration: none;
}
.side-bar .fish{
	background: url(../images/fish.png) no-repeat;
	width: 174px;
	height: 88px;
	position: absolute;
	bottom: -53px;
	right: 0;
}
#content .main-content{
	float: right;
	width: 450px;
	padding: 0 27px 0 0;
}
.main-content h1{
	font-size: 23px;
	margin: 23px 0 4px;
}
.main-content p{
	margin: 0 0 8px;
	line-height: 16px;
}

.main-content p.img {margin-bottom: 0px;}
.main-content .impl{
	float: left;
	margin: 3px 10px 5px 0;
}


#content .read{
	margin: 16px 0 0 89px;
	background: url(../images/anchor.gif) no-repeat;
	padding: 21px 0 9px 49px;
}
.read a{
	color: #ffa100;
	text-decoration: underline;
	font-weight: bold;
}
.read a:hover{
	text-decoration: none;
}
#footer{
	position:relative;
	margin-top:-151px;
	width: 100%;
	height:151px;
	overflow:hidden;
	background: #aae2f0 url(../images/footer-line.gif) repeat-x;
	min-width:765px;
}
.footer-holder{
	color: #047391;
	background: url(../images/footer-bg.gif) no-repeat;
	padding: 106px 0 14px;
	text-align: center;
	font-size: 9px;
	width: 765px;
	margin: 0 auto;
}
#footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer ul li{
	display: inline;
	padding-left: 5px;
}
#footer ul a{
	text-transform: uppercase;
	color: #047391;
}
#footer p{
	margin: 6px 0 0;
}