/* Global Elements */
* {	
	margin				: 0px; 
	padding				: 0px; 
}

html 
	{
	
	}

body 
	{
	font-family			:"Trebuchet MS";
	font-size			:14px;
	}
p	
	{
	margin-top			: 15px;
	}

img
	{
	display				: block;
	}
	
.clear
	{
	clear				: both;
	height				: 50px;
	}
	
.container
	{
	width				: 1000px;
	margin-left			: auto;
	margin-right		: auto;
	}
	
.header_wel
	{
	background-image	: url(../strat/imgs/wel_banner.jpg);
	width				: 1000px;
	height				: 106px;
	}
	
.header_stivs
	{
	background-image	: url(../st_ives/imgs/stivs_banner.jpg);
	width				: 1000px;
	height				: 106px;
	}
	
.nav 
	{
	height				: 31px;
	border-bottom		: 5px SOLID #666666;
	}
	
.nav li
	{
	list-style			: none;
	float				: left;
	}
	
.content
	{
	margin				: 10px 10px 0px 10px;
	}

.first
	{
	background-color	: #FFE680;
	background-image	: url(../imgs/home_grad.jpg);
	background-position	: bottom;
	background-repeat	: no-repeat;
	padding				: 30px;
	}
	
.location
	{
	background-color	: #FF80B3;
	background-image	: url(../imgs/location_grad.jpg);
	background-position	: bottom;
	background-repeat	: no-repeat;
	padding				: 30px;
	}
	
.apartment
	{
	background-color	: #80E6CC;
	background-image	: url(../imgs/apartment_grad.jpg);
	background-position	: bottom;
	background-repeat	: no-repeat;
	padding				: 30px;
	}
	
.facilities
	{
	background-color	: #FFCCE6;
	background-image	: url(../imgs/facilities_grad.jpg);
	background-position	: bottom;
	background-repeat	: no-repeat;
	padding				: 30px;
	}
	
.availability
	{
	background-color	: #FFB380;
	background-image	: url(../imgs/availability_grad.jpg);
	background-position	: bottom;
	background-repeat	: no-repeat;
	padding				: 30px;
	}
	
.enquiries
	{
	background-color	: #CCE680;
	background-image	: url(../imgs/enquiries_grad.jpg);
	background-position	: bottom;
	background-repeat	: no-repeat;
	padding				: 30px;
	}
	
.travel
	{
	background-color	: #99E6FF;
	background-image	: url(../imgs/travel_grad.jpg);
	background-position	: bottom;
	background-repeat	: no-repeat;
	padding				: 30px;
	}
	
.rates
	{
	background-color	: #B3B3FF;
	background-image	: url(../imgs/rates_grad.jpg);
	background-position	: bottom;
	background-repeat	: no-repeat;
	padding				: 30px;
	}
	
.title
	{
	text-align			: center;
	margin-top			: 30px;
	margin-bottom		: 75px;
	}
	
.stivs
	{
	width				: 500px;
	float				: left;
	text-align			: left;
	}
	
.strat
	{
	width				: 500px;
	float				: right;
	text-align			: right;
	}
	
.head_stivs
	{
	padding-left		: 110px;
	padding-top			: 40px;
	}
	
.image_stivs
	{
	padding-left		: 110px;
	padding-top			: 15px;
	}
	
.head_strat
	{
	padding-right		: 110px;
	padding-top			: 40px;
	}
	
	
.image_strat
	{
	padding-right		: 110px;
	padding-top			: 15px;
	}
	
.enter_stivs
	{
	padding-left		: 120px;
	padding-top			: 40px;
	}
	
.enter_strat
	{
	padding-right		: 120px;
	padding-top			: 40px;
	}
	
.home
	{
	background-image	: url(../imgs/homeBack1.jpg);
	height				: 600px;
	}

.home_text
	{
	width				: 750px;
	color				: #000066;
	padding-left		: 125px;
	}
	
h1
	{
	font-size			: 30px;
	font-weight			: normal;
	border-bottom		: 2px SOLID;
	margin-bottom		: 15px;
	}
	
.caption
	{
	color				: #D97E04;
	font-size			: 26px;
	}
	
.text
	{
	font-size			: 14px;
	font-weight			: 500px;
	padding-bottom		: 15px;
	}