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


/******************************************************************************
								Main Layout
******************************************************************************/
* {
	margin: 0;
	padding: 0;
	border: 0;
	}
	html {
		height: 101%
		}
		body {
			background:#7B7978;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			margin:0;
			color:#000;
		}

/******************************************************************************
								 Layout 
******************************************************************************/	

#wrapper {
	width: 800px;
	margin: 0 auto;
	background:#E4D09C;
	}
	#header{
		margin-bottom:-3px !important;
		*:margin-bottom:0px !important;
		margin-bottom:0px;
		width: 800px;
		height:170px;
		background:url(../i/header_bg.gif) repeat-x;
	}
	#header img{	
		margin: 0 0 0 220px;
	}
	#contentImageBar{
		margin:0 0 0 0px;
	}
	#contentwrapper {
		
		margin:0px 0 0px 180px !important;
		*:margin:0px 0 0px 180px !important;
		margin:0px 0 0px 180px;
		padding-bottom:50px;	
		background-color:#fff;
	}
table{
	margin: 0 0 8px 0;
	width:300px;
	border-collapse: collapse;
}
table td{padding:2px 4px;}
/******************************************************************************
					Block Positioning and Formatting
******************************************************************************/	

#leftBar {
	float: left;
	position:relative !important;
	*:position:relative !important;
	position:absolute;
	margin:0px !important;
	*:margin:0px !important;
	margin:0px 0 0 -180px;
	width: 180px;
	background:#E4D09C;
	height:100%;
	}
	

#content {
	position:relative;
	width:570px;
	margin:30px 0 0 40px;
	height:auto !important;
	*:height:auto !important;
	height:450px;	
	min-height:450px;
	
	}
	#content ul, #content ol {
		margin: 0 0 8px 30px;
		}
		#content ul li{
			padding:2px 0;
			line-height:16px;
			}
			#content a{
				color: #0055a5;
			}
#tripPhotos{
	margin:-270px 0 0 0 !important;
	*:margin:-270px 0 0 0 !important;
	margin:-273px 0 0 0;	
	padding:305px 0 10px 0;}
	#tripPhotos img{
		margin:0px 0px 3px 0px;
	}
	