﻿@charset "UTF-8";
/* CSS Document */
h2.loginhead {
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #606e4b;
	padding: 0px 5px 10px 0px;
	display: block;
	clear: both;
}
#trip { /* this is the dark blue box */
	background-color: #22225c;
	width: 955px;
	height: 924px;
	top: 297px;
	left: 0px;
	position:absolute;	
	border-right: 1px solid #f6f4dc;
	border-left: 1px solid #f6f4dc;
	border-bottom: 1px solid #f6f4dc;
}


#copy_interior { /* light blue box that holds copy_description; this one is set up for an about page with photo, text and right nav */
	width: 930px;
	height:	909px; /* this value is the same as the height of the right menu box */
	top: 0px; /* this value will change if the main top photo is altered in height */
	left: 11px;
	position:absolute;
	background-color: #f3f6eb; /* this is the background for the main copy */	
	border-bottom: 1px solid #606e4b;
	border-top: 1px solid #606e4b;
	border-left: 1px solid #606e4b;

}

#copy_description { /* this is where the content goes in the main portion of the page; this one is set up for an about page with photo, text and right nav */
	width: 900px;
	padding: 15px 15px 18px 15px; 
	margin: 0px;
	float: left;
}
