/* CSS layout for benthicllc.com hand written by Rob.Moen@gmail.com */
body{
	position:absolute;
	background:url(images/1asliceb.jpg);
	height:100%;
	width:100%;
	margin:0px;
}

#mainContainer {
	position:relative;
	height:inherit;
   	width:770px;
   	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	position:relative;
	background:url(images/gif_background.jpg);
	height:200px;
}

#content{
	position:absolute;
	height:auto;
	margin:auto auto;
}

.bodytexxt {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: normal;
}
.medbodytexxt {
	font-family: "Century Gothic";
	font-size: 11.5px;
	line-height: 16px;
	color: #FFFFFF;
}

.handd {
	cursor: hand;
}
.medbrowntextlink {
	font-family: "Century Gothic";
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #604836;
	text-decoration: none;
	cursor: hand;
	letter-spacing: .2em;
}
.smalllight {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A9C2DD;
	font-weight: normal;
	font-variant: normal;
}
.textlink {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: hand;
}



