body 		
{
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;	
}

#container {
	background: url(../images/home-bg-gradient.gif) repeat-x;
	position: relative;
	float:none;
	width: 100%;	
	margin: 0;
	padding: 0px;
	text-align: left;
	background: #F4F4E6;	
}

/* Banner Styles */

#banner {
	width:100%;
	height:94px;
	background: url('../images/landing-banner-bg.gif') repeat-x;	
	border-bottom:#211B57 solid 1px;
	position:relative;
	top:0px;
	padding:0;
	margin:0;	
	line-height: 0;	
	text-align:center;
}

#logo {
	display: block;
	width:750px;
	margin:0 auto;		
}
	
#logo p {
	float:left;
	padding:0px;
	margin:0px;
	}
	
/************************ main content ************************/
#outside {
	position:relative;
	background: #fcfdfe;
	width:100%;
	height: 825px;
	margin: 0 auto;
	top: 0;
	text-align: center;
}
			
#main {
	position:relative;
	background: url(../images/landing_page_map02.gif) no-repeat;
	width: 850px;
	height: 825px;
	margin: 0 auto;
	top: 0;
	left:0;
	padding-left: 0px;		
}

#main h1
{

	width:400px;
	color: #571B09;
	font-family: arial, helvetica, sans-serif; 
	font-size: 28px;  
	font-weight: bold;
	font-style:italic;
	text-align:center;
	margin-top:0px;
	margin-bottom: 10px;
	padding:4px;
	border-bottom: #571b09 1px dotted;
}

#main p {
	font-family: Arial, Helvetica, sans-serif; 
	color: #3C1000;
	font-size: 13px;
	font-weight: normal;
	padding:0px;
	margin-top:0px;
	margin-bottom:8px;	
}


#main a {
	font-size: 12px; 
	color: #284907;	
	text-decoration: none;
	font-weight: bold;	
	text-decoration: underline;		
}

#main a:hover, #main a:active {
	font-size: 12px;
	color: #571B09;
	text-decoration: underline;		
}

#main a.lglink
{
	background: url(../images/link_pointer.png) no-repeat center left;
	padding-left: 20px;	
	font-family: arial, helvetica, sans-serif; 
	color: #284907;	
	text-decoration: underline;
	font-weight: bold;
	font-size: 20px;  

	margin-top:5px;	
}

#main a.lglink:hover, #main a.lglink:active
{
	/*background: url(../images/link_pointer.gif) no-repeat center left;
	padding-left: 19px;*/ 	
	font-family: arial, helvetica, sans-serif; 
	color: #571B09;
	text-decoration: underline;	
	font-weight: bold;
	font-size: 20px; 
}

/* text blocks */

#seattle {
	position:absolute;
	left:560px;
	top:0px;
	width:230px;
	height:175px;
	padding:10px;
	text-align:left;
	z-index:1;
	/*filter: alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity:0.6;	*/	
}

#sanfrancisco {

	position:absolute;
	left:8px;
	top:0px;
	width:245px;
	height:150px;
	padding:10px;
	text-align:left;
	z-index:1;
}

#adventure {

	position:absolute;
	left:264px;
	top:0px;
	width:280px;
	height:275px;
	padding:10px;
	text-align:left;
	z-index:1;
}

/* image blocks */	
#sfhostel {
	position:absolute;
	left:22px;
	top:239px;
	width:190px;
	height:196px;
	padding:0px;
	z-index:1;
}

#groupfun {
	position:absolute;
	left:303px;
	top:299px;
	width:215px;
	height:162px;
	padding:0px;
	z-index:1;
}

#seahostel {
	position:absolute;
	left:561px;
	top:207px;
	width:230px;
	height:158px;
	padding:0px;
	z-index:1;
}

#arch {
	position:absolute;
	left:585px;
	top:402px;
	width:250px;
	height:172px;
	padding:0px;
	z-index:1;
}

#beach {
	position:absolute;
	left:44px;
	top:477px;
	width:192px;
	height:206px;
	padding:0px;
	z-index:1;
}

#group {
	position:absolute;
	left:329px;
	top:624px;
	width:234px;
	height:157px;
	padding:0px;
	z-index:1;
}

