.main_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 14px;
	
}

.darker_text {
	color:#C26F5F;
}

.light_text {
	color:#d5b188;
}



.dark_text {
    color: #4f150a;
}

.smaller_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 10px;
}

.lighter_text {
	color: #a47268;
}

.floating_logo {
	position: relative;
	top: -78px;
	left: 8px;
	height:     87px;
	width:		344px;
	margin: 0 0px 0px 0;
}

.floating_haven {
	position: relative;
	top: -30px;
	left: 385px;
	height:     20px;
	width:		315px;
	margin: 0 0px 0px 0;
}


.padded_box {
	float: left;
	
	margin: 0 4px 2px 0; 
	  
}

.more_padded_box {

	
	padding: 7px 7px 7px 0; 
	  
}

.small_width
{
	float: left;
	
	margin: 0 8px 5px 0;
	width: 228px;
}

.medium_width1
{
	width: 357px;
	
	
}

.medium_width2
{
	width: 343px;
	
	
}

.full_width
{
	height: 42px;
	width: 710px;
	margin: 0 0px 0px 0;
	float: right;
}

.padding_box
{
	height: 1px;
	width: 710px;
	margin-left: auto ;
	margin-right: auto;
}

.rollup_box {
	position: relative;
	top: -78px;
	left: 0px;
	height:     30px;
	width:		710px;

	padding: 4px 0px 0px 3px;
	margin: 0px 0px 3px 0px;
	background-image: url(../images/rollup_box.png);
	background-repeat: no-repeat; 
	background-position: top left;
	
	overflow: hidden;		

}

.info_box {
	position: relative;
	top: 0px;
	left: 0px;
	height:     326px;
	width:		451px;

	padding: 7px 7px 7px 7px; 
	margin: 20px 0px 3px 20px;
	background-image: url(../images/infobox.png);
	background-repeat: no-repeat; 
	background-position: top left;
	
	overflow: hidden;		

}



.container_box {

width: 710px;
height: 628px;
margin-left: auto ;
margin-right: auto;
overflow: hidden;

}

.item_display_box {
height:     70px;
width:		150px;
float: left;
}

.item_arrow_box {

	height:     70px;
	width:		40px;
	float: left;
	
}

.clearboth { clear: both; }




a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a:link.dashed {
	text-decoration: none;
	border-bottom: 1px dashed;
}
a:visited.dashed {
	text-decoration: none;
}
a:hover.dashed {
	text-decoration: none;
	border-bottom: 1px solid;
}
a:active.dashed {
	text-decoration: none;
}
