body {
	
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 90%; 
	margin: 0; 
	padding: 0;
	background: #fff url(images/body_bg.gif) repeat-x;
	color:#999;
	
}

p { color: #555; text-align: justify; margin: 0 0 1.4em 0; line-height: 130%; font-size: 110%}


h1 { 
	background: transparent url(images/h1_bg.gif) no-repeat top right;
	height: 50px;
	margin: 16px 0 20px 0;
	padding: 2px 7px 0px 11px; 
	color: #999;
	font-size: 220%;
	font-weight: normal;
	text-align: right;
}


h2 { 
	padding: 7px 0px 6px 3px;
	color: #666;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	font-weight: normal;
	font-size: 120%;
	text-align: left;
	letter-spacing: 3px;
}
h3 { 
	font-size: 100%;
	font-weight: bold;
	color: #999;
	margin: 0 0 10px 0
}


.hideit {display:none}
.clearboth {clear:both; padding: 0; margin: 0; height: 0;}
.logotext {display: inline; color: #3f99ec; font-weight: bold; margin: 0; padding: 0; }
.logotext span {display: inline;color: #999; margin-left: -0.2em;}

#wrapper {
	background: transparent url(images/header_bg.gif) repeat-x;
	margin: 0;
	padding:0;
}

#header {	
	background: none;
	margin: 0;
	width: 760px;
	height: 230px;

	
}
#porthole {
	position: absolute;
	top:0px;
	left:0px;
	background: #fff url(images/porthole.jpg) no-repeat;
	width: 476px;
	height: 342px;
	z-index:0;

}
#strap {
	position: absolute;
	top:100px;
	left:568px;
	background: transparent url(images/strap.gif) no-repeat;
	width: 200px;
	height: 41px;
	z-index:4;

}
#header .logo {
	position: absolute;
	top: 38px;
	left: 26px;
	background: transparent;
	z-index:1;
}
#header #nav {
	position: absolute;
	top: 0px;
	left: 460px;
	margin: 0;
	padding: 0;
	height: 80px;
	list-style: none;
	z-index:2;
	
/*	border: 1px solid red;*/
	
}
#header #nav li {
	float: left;

	
}
#header #nav li.selected {
	background: transparent url(images/nav_selected_bg.gif) repeat-x;

	
}
#header #nav li a, #header #nav li span {
	display: block;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	padding: 16px 10px 65px 10px;
	text-decoration: none;

}
#header #nav li a:hover {
	background: transparent url(images/nav_hover_bg.gif) repeat-x;
	color: #e0f0ff;

}
#header #nav li.selected span {
	color: #fff7b5;
}
#content_wrapper {
	width: 760px;


}
#left_col {
	width:336px; 
	float:left; 
	position:relative; 
	z-index: 3;
	text-align: center;
	padding: 56px 0 0 0;
}
#left_col img {
	margin: 33px 0 10px 0;
}

#content {
	float: right; 
	display:inline; 
	position: relative; 
	width:420px; 
	z-index: 3;
	
}
#content img{
	float: right; 
	border: 3px solid #fff;
	display:inline;
	margin: 0.2em 0 0.2em 1.2em; 
}
#content a.thickbox img{
	float: left;
	border: 3px solid #fff;
	display: inline;
	margin: 16px 8px 5px 8px !important; 
}


#content a{
	color: #3f99ec;
	
}
#content a:hover{
	color: #61b3ff;
	text-decoration: none;
}
#content p.intro{
	font-size: 110%;
	font-weight: bold;
	color:#51a2ec;
	line-height: 120%;
}
#content div.caption {
	font-size: 85%;
	color: #5da3fa;
	text-align: left;
	margin: 5px 0 10px 9px;
	clear: left;
}
#content div.panel {
	width:200px;
	float: left;
}
#content div.right {

	margin-left: 20px;

}
#footer{
	height: 100%;
	font-size: 90%;
	clear:both;
	background: #7b7979 url(images/footer_bg.gif) repeat-x;
	color: #606060;
}
#footer .outer {width: 760px;margin:0;padding:0; background: transparent url(images/footer_logo.gif) no-repeat 20px 0px}
#footer .inner{  margin:0;padding:0; float: right; padding: 25px 0 10px 0;}
#footer .inner p{ text-align: right;}
#footer a {color: #fff;}
#footer a:hover {color: #fff; text-decoration: none;}