html, body {
  margin: 0;
  padding: 0;
}

body {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  background: #cdecff url(bg.jpg) top center repeat-y;
}

td {text-align: left;}

h1
{
	font-size: 1.1em;
}
h2
{
	font-size: 1.0em;
	margin: 0px;
	color: #999999;
	text-align: center;
}
h3
{
	font-size: 1.1em;
	text-align: center;
	color: #fcfcfc;
}
ul
{
	margin: 0px;
	padding: 5px;
	font-weight: bold;
}
.title
{
	font-size: 24px;
	font-weight: bold;
	color: #fcfcfc;
	text-align: center;
}

/* general links style */
a:link {color: #5295C9;text-decoration: none;}
a:hover {color: #FF8000;text-decoration: underline;}
a:visited {color: #000000;text-decoration: none;}
a:visited:hover {color: #FF8000;text-decoration: underline;}


/* general div style */

.left_bar
{
	width: 193px;
	float: left;
	background: #ffffff;
}

.right_column
{
	width: 607px;
	background: #ffffff;
	float: right;
	color: #999999;
}

.top_left
{
	width: 193px;
	height: 25px;
	background-image: url('images/top_left.jpg');
	text-align: center;
}
.logo
{
	width: 193px;
	height: 186px;
	background-image: url('images/logo.jpg');
}
.first_head
{
	width: 193px;
	height: 42px;
	background-image: url('images/first_head.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

.navigation
{
	width: 193px;
}
.button
{
	margin-left: 10px;
	width: 170px;
	height: 20px;
	border-bottom: solid 1px #dadefe;
	background-image: url('images/bullet.gif');
	background-repeat: no-repeat;
	background-position: center right;
	font-weight: bold;
	padding-top: 10px;
}
.button2
{
	margin-left: 30px;
	width: 170px;
	height: 43px;
	font-weight: bold;
}


.yellow_corner
{
	width: 193px;
	height: 18px;
	background-image: url('images/yellow_corner_right.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
}
.yellow_back
{
	width: 193px;
	height: 55px;
	background-image: url('images/yellow_back.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
}
.yellow_back h2 {color: #fcfcfc}

.green_corner
{
	width: 193px;
	height: 18px;
	background-image: url('images/green_corner_right.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
}
.green_back
{
	width: 193px;
	height: 55px;
	background-image: url('images/green_back.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.header
{
	width: 607px;
	height: 311px;
	background: #f2f2f2;
}	
.left_header
{
	width: 407px;
	height: 311px;
	background-image: url('images/banner_left.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	float: left;
	background-color: #1685D4;
}
.left_header_text
{
	padding-left: 10px;
	padding-top: 1px;
	color: #fcfcfc;
	font-weight: bold;
}
	
.right_header
{
	width: 200px;
	height: 311px;
	background-image: url('images/banner_right.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	float: left;
}
.spacer
{
	width: 200px;
	height: 148px;
}
.spacer2
{
	width: 580px;
	height: 10px;
	float: left
}
.spacer3
{
	width: 193px;
	height: 50px;
}

.villas_content
{
	width: 580px;
	border: solid 1px #ebedfe;
	padding: 10px;
	float: left;
	font-weight: bold;
	color: #333333;
	background: #F0EFF3;
}
.left_villas_content
{
	width: 350px;
	height: 350px;
	float: left;
}
.quick_enquiry
{
	width: 200px;
	height: 350px;
	float: left;
	text-align: right;
	margin: 0px;
	border: solid 1px #dadefe;
	background: #ffffff;
	padding-right: 10px;
}

.text
{
	padding: 10px;
	font-family: verdana;
}

.villas_in_latchi
{
	border: solid 1px #dadefe;
	background: #ffffff;
	height: 150px;
	width: 100%;
	float: left;
}
.villas_in_cyprus
{
	border: solid 1px #dadefe;
	background: #ffffff;
	height: 150px;
	width: 100%;
	float: left;
}
.villas_in_paphos
{
	border: solid 1px #dadefe;
	background: #ffffff;
	height: 150px;
	width: 100%;
	float: left;
}
.villas_in_latchi2
{
	border: solid 1px #dadefe;
	background: #ffffff;
	width: 100%;
	float: left;
}
.villas_in_cyprus2
{
	border: solid 1px #dadefe;
	background: #ffffff;
	width: 100%;
	float: left;
}
.villas_in_paphos2
{
	border: solid 1px #dadefe;
	background: #ffffff;
	width: 100%;
	float: left;
}

.footer
{
	width: 800px;
	padding: 10px;
	height: 30px;
	text-align: center;
	border: solid 1px #dadefe;
	background: #ebedfe;
	float: left;
	font-weight: bold;
}
