@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #9cb3cb;
	background-image:url(villa-bg.jpg);
	background-repeat:repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color:#333;
}

p {font-size: 12px; }
h1 {font-size:17px; }
h2, h3 {font-size:14px; }

#shell {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}

#container { 
	background: #FFFFFF;
	border: 1px solid #0066cc;
} 
#header { 
	background-image:url(greekvilla-header.jpg);
	height:170px;
} 

#menu {
	background-image:url(villa-menu-bg.gif);
	background-repeat:repeat-x;
	height:26px;
}

#sidebar1 {
	float: right;
	width: 250px;
	padding: 15px 10px;
}

#photoCentred {
	text-align:center;
}

#mainContent { 
	margin: 0 270px 0 0; 
	padding: 0 20px; 
} 

#wideMainContent {
	margin: 12px;
} 

#footer {
	text-align:right;
	font-size:x-small;
	padding: 0 10px 0 20px;
} 
#footer p {
	margin: 0; 
}

#footer a {
	color:#fff;
	text-decoration:none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

table.contactTable {
	width:200px;
	font-size:10px;
	border:0;
}

table.contactTable td { padding:2px 5px;}

table.rateTable{
	text-align:center;
	width:200px;
	font-size:10px;
	border:0;
}

table.rateTable tr.peak { background-color:#ca88b5;}
table.rateTable tr.highmid { background-color:#b488ca;}
table.rateTable tr.lowmid { background-color:#9088ca;}
table.rateTable tr.offpeak { background-color:#88a9ca;}

table.rateTable td { padding:2px 5px;}



	