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

body {
	background-color: #341c19;
	padding: 0;
	margin: 0;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


a:link {
	color: #888888;
	text-decoration: none;
}
	
a:link {
	color: #888888;
	text-decoration: none;
}
	
a:hover {
	color: #C8D8F0;
	text-decoration: underline;
}	
	


#wrapper { /* this id is for opera portable browsers (e.g. archos) to fit width into window */ 
	width: 955px;     
	margin: auto;
    position: relative; 
}


#background_swirl {	
    text-align: left;
	width: 955px;
	height: 135px;
	background-image: url(../images/background_top.jpg); 
	background-repeat: no-repeat;
/* the following 3 lines center the content in window with offset */	
	left: 50%;
	margin-left: -512px;
	position: relative;

}

#background_swirl img { /* for marshology logo */
	margin-left: 70px;
	margin-top: 83px;
}

#container { /* to center section below header */
	width: 885px;
	position: relative;
	left: 50%;
	margin-left: -442px;
	
}	

#content {
	margin-top: -4px;
	width: 885px;
	height: 475px;
	position: relative;
}	
	

#headernav { /* for top nav to right of logo */
	margin-top: -40px;
	margin-right: 0px;
	text-align: right;
	*margin-top: -30px;
	position: relative;
	float: right;
}

#headernav ul {
	list-style-type: none;
	white-space: nowrap;
	margin-bottom: 2px;
}

#headernav ul li {
	display: inline;
	margin-left: 15px;	
}	

#clear {
	clear: both;
		
}			

#content-left {
	width: 230px;
	height: 475px;
	background-color: #221111;
	float: left;
	background-position: top;
	background-repeat: no-repeat;
	/* background-image is in each HTML since each page is different */
}		

#content-right {
	margin-top: 0px;
	width: 655px;
	height: 475px;
	background-color: #0d0d1b;;
	float: right;
}
	

#content-right div {
	padding: 41px 10px 40px 15px;
}

#footer {
	width: 885px;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 50px;
	color: #6a5c51;
	font-size: .8em;
}		

/* TEXT STYLES */

h1 {
	font-size: 1.5em;
	color: #687889;
	font-weight: 100;
}	

#rightside-text {
	color: #858585;
	font-size: 1em;
}	

#rightside-text img {
	margin-right: 5px;
	margin-bottom: 12px;

}

#rightside-text a:link img {
	border: solid;
	border-width: 1px;
	border-color: #333333;
}

/* for IE6 (cuz hovers only applied to "a") */
#rightside-text a:link {
	*border: solid;
	*border-width: 1px;
	*border-color: #333333;
}
/* end */

#rightside-text a:visited img {
	border: solid;
	border-width: 1px;
	border-color: #333333;
}	

#rightside-text a:visited {
	*border: solid;
	*border-width: 1px;
	*border-color: #333333;
}

#rightside-text a:hover img {
	border: solid;
	border-width: 1px;
	border-color: #ffffff;
}

#rightside-text a:hover {
	*border: solid;
	*border-width: 1px;
	*border-color: #ffffff;
}
		
	
#leftside-text {
	color: #726161;
	font-size: 0.85em;
	height: 450px;
	width: 150px;
	padding: 0px 35px 20px 35px;
	line-height: 2.2em;
	display: table-cell;
	vertical-align: bottom;
	*position: absolute;
	*top: 40%;
	
	
	
}
				
