@charset "UTF-8";
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------- Screen CSS - The Screen styles -------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------ */

/* General styles for the whole document */
html {
	width: 100%;
	min-height: 100%;
}
body {
	background-image: url(../../graphics/gui/bg_main.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 12px;
}

/* Typo styles and format */

p {
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

/* General Classes */
.padding {
	padding: 10px;
}
.margin {
	margin: 5px;
}
.normalUl {
	padding: 10px;
}
.normalUl li {
	padding: 5px;
	list-style-type: disc;
	margin-left: 20px;
}
.normalUlno {
	padding: 10px;
}
.contentBottom  {
	padding: 2px;
	margin-left: 20px;
}

/* Major Containers */

.wrapper {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.left {
	float: left;
	width: 270px;
	background-image: url(../../graphics/logos/logo_intro_villas.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 380px;
	text-indent: -9999px;
	margin-top: 150px;
}
.right {
	float: right;
	width: 270px;
	background-image: url(../../graphics/logos/logo_intro_flats.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 380px;
	text-indent: -9999px;
	margin-top: 150px;
}
.siteinfo {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	margin-top: 5px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.footer {
	color: #666;
	letter-spacing: 2px;
	text-align: center;
	font-size: 11px;
}
.footer a {
	color: #666;
	text-decoration: none;
}

