/* Default CSS Document */

															/** BODY ELEMENTS **/
* {
	margin: 0;
	padding: 0;
	}
	body {
		background:url('../images/villa_bottom.jpg') transparent no-repeat bottom left fixed;	
		font-family: "Arial", "Helvetica", sans-serif;
		font-size: .75em;
		}

															/** MAIN CONTAINERS **/
div#container {
	
	}
	div#header {
		background: url('../images/header_bg.gif') repeat-x #552A00 top left;
		height: 137px;		
		overflow: hidden;
		}
		div#header-image {
			float: left;
			}		
		div#header-text {
			float: right;
			margin-top: 20px;
			margin-right: 10px;
			text-align: right;
			}
	div#content {

		}
		div#center {
			margin: 0 0 0 214px;
			padding-top: 18px;	
			}
			#center h3 {
				color: #333399;
				font: 18pt 'Century Gothic';
				}
			#center h5 {
				color: #333399;
				font: bold 12pt Georgia;
				}				
			#center p {
				color: #494848;
				font: 10pt Georgia, 'Century Gothic';
				padding: 5px 10px;
				}	
			div.villa-list {
				padding: 5px 10px;	
				}
			div.villa-list img{
				border: 2px solid #aeaefe;	
				float: left;
				margin-right: 10px;
				margin-bottom: 10px;
				}			
		
			
		div.column {	
			width: 202px;
			}
			div#left {
				float: left;
				}
				div.column-in {
					
					}
			#navcontainer
			{
				width: 200px;
				padding: 0;
				margin-bottom: 0;
				margin-top: 1em;
				font-family: 'Century Gothic', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
				font-size: 14pt;
				font-weight: bold;
				color: #333;
			}

			#navcontainer ul
			{
				list-style: none;
				margin: 0;
				padding: 0;
				border: none;
			}

			#navcontainer li
			{
				border-bottom: 1px solid #90bade;
				margin: 0;
			}

			#navcontainer li a
			{
				display: block;
				padding: 5px 5px 5px 0.5em;
				background-color: #333399;
				color: #fff;
				text-decoration: none;
				text-align: right;
				width: 100%;
				height: 36px;
				line-height: 36px;
			}

			html>body #navcontainer li a { width: auto; }

			#navcontainer li a:hover
			{
				background-color: #BBBAC0;
				color: #333399;
			}
	
	div#footer {
		clear: both;
		}
		div#footer-in {
			margin-left: 215px;
			margin-bottom: 10px;
			margin-top: 20px;
			text-align: center;
			}


															/** END **/