body {
text-align: center;
background-image: url(images/stripes1.gif);
background-repeat: repeat;
min-height: 101%;}

html {height: 100%;}


#container {  /* layout of page in centre */
	width: 840px;			/* sets width of table */
	margin-right: auto;
	margin-left: auto;
	text-align: left;
border: 1px solid #1E4350;}


/* Header Section */

#header { 
  position: relative;	
  background-image: url(images/header2.gif);
  width: 100%;
  height: 183px;
  }
.header {
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-family: lucida handwriting italic, times new roman;
	font-size: 30px;
	color: white;
	}
/* End Header Section */

#fade  {
	position: relative;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	height: 19px}

/* Left Column */
  
#leftcol {
  position: relative;
  float: left;
  width: 150px;
  background-image: url(images/border.gif);
  background-repeat: repeat }

#address {   /* this controls the text of the address */
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #666464;
	}

#address a:link, #fade a:active, #fade a:visited {
	color: #3A86B6;
	font-weight: normal;
	text-decoration: none;
	}

#address a:hover {
	color: #F26D1C;
	text-decoration: none;
	}
	
/* End Left Column */	

/*  Middle section */

#content {
  position: relative;
  background: #fff;
  float: left;
  width: 530px;
	}

.content {   /* this controls the text inside the main body of text */
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #666464;
	}
	
.h1 {
 font-size: 14pt;
 color: #8F4707
 }
 
.h2 {
 font-size: 11pt;
  color: #8F4707;
  }
	
.table{   /* this is used on the enquiry form */
border-color:  #A2C0F2;
border-style: solid;
border-width: 1pt; 
width: 470px;}


/* End Middle Section */

/* Golf villa section */
#villa {
  position: relative;
  background: #fff;
  float: left;
  width: 690px;
	}


/*Right Section*/

#rightcol {
  position: relative;
  background-image: url(images/border1.gif);
  background-repeat: repeat;
  float: right;
  width: 160px;
}
.right {
  padding-left: 2px;
  font-size: 9pt;
  font-family: arial, sans-serif;
  text-align: center;
  color: #666;}
  
/* End Right Section */

/* Footer Section */

#copyright {
	font-size: 10pt;  
	padding-left: 10px;
	color: #fff;
	padding-top: 4px;}
	
#buzzweb {
	font-size: 10pt;  
	padding-right: 10px;
	color: #fff;
	padding-top: 4px;
	text-align: right;}

.buzzweb a:link, #fade a:active, #fade a:visited {
	color: #3A86B6;
	font-weight: normal;
	text-decoration: none;
	}
		
#footer {
background-color: #3A86B7;
  height: 25px;
  clear: both;
  width: 100%;
}