@charset "utf-8";
/* CSS Document */
/* CSS for Alchemy Catering */

html, body
	{
	background-color : #ffffff
	}
	
	
/* This is the top of the site */
.logo
	{
	position: absolute;
	left:85px;
	top:60px;
	border: none;
	}
	
.main_pic
	{
	position: absolute;
	left:400px;
	top:60px;
	border: none;
	}
		

.main_home
	{
	position: absolute;
	left:675px;
	top:60px;
	border: none;
	}
	
.sea_views
	{
	position: absolute;
	left:400px;
	top:340px;
	border: none;
	}	
	
/* This is the text in the site */
	
.home_text
	{
	position : absolute;
	left: 405px;
	top: 330px;
	width : 500px;
	height : 500px;
	overflow: auto;
	font-family : helvetica;
	font-size : 11px;
	text-align : left;
	color : #195176;
	}		


.about_text
	{
	position : absolute;
	left: 405px;
	top: 330px;
	width : 550px;
	height : 350px;
	overflow: auto;
	font-family : helvetica;
	font-size : 11px;
	text-align : left;
	color : #387197;
	}		
		

.contact_us_text
	{
	position : absolute;
	left: 395px;
	top: 300px;
	width : 350px;
	height : 350px;
	overflow: auto;
	font-family :helvetica;
	font-size : 11px;
	text-align : left;
	color : #195176;
	}		
	
.views_text
	{
	position : absolute;
	left: 405px;
	top: 320px;
	width : 350px;
	height : 350px;
	overflow: auto;
	font-family : Helvetica;
	font-size : 11px;
	text-align : left;
	color : #1d5784;
	}			
	
/* This is the navigation */	
.home	
	{
	position : absolute;
	left: 115px;
	top:320px;
	border: none;
	}
		
.about_us	
	{
	position : absolute;
	left: 115px;
	top:370px;
	border: none;
	}	

.contact_us	
	{
	position : absolute;
	left: 115px;
	top:470px;
	border: none;
	}		

.views	
	{
	position : absolute;
	left: 115px;
	top:420px;
	border: none;
	}
	
.trip	
	{
	position : absolute;
	left: 115px;
	top:530px;
	border: none;
	}
	
.location	
	{
	position : absolute;
	left: 115px;
	top:300px;
	border: none;
	}

/* This is the text that will be used on the forms site */

.trip_text
	{
	font-family : helvetica;
	font-size : 13px;
	text-align : left;
	color : #1B7945; 

	}
	
.form_text_contact_us
	{
	position : absolute;
	left: 395px;
	top: 300px;
	width : 350px;
	height : 350px;
	overflow: auto;
	font-family : helvetica;
	font-size : 11px;
	text-align : left;
	color : #195176;
	}						

/* These are the buttons for the forms */

.form_button_contact_us
	{
	background-color : #8AB7D4;
	height : 40px;
	width : 90px;
	color : #eff0e9;
	font-family :  helvetica;
	font-size : 13px;
	}								

