@charset "utf-8";
/* CSS Document */

body{
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #231F20;
	}
	
h1	{
	color:#CFC;	
}

h2,p	{
	color:#FFF;
	}
	
a {
	text-decoration:none;
	color:#FF0;
}

#wrapper{
	width: 1000px;
	height: auto;
	margin: auto;
	}

#header{
	background-color:#231F20;
	width:1000px;
	height:171px;
	}
	
#content_box{
	background-color:#231F20;
	width: 500px;
	height: 420px;
	float:left;
	}
	
#container{
	background-color: #231F20;
	width: 1000px;
	height: 420px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	}
	
#footer{
	background-color:#231F20;
	width:1000px;
	height:70px;
	float:left;
	}
	
#logo{
	float:left;
	width:1000px;
	height:101px;
	padding: 75px 0 0 0;
	text-align:center;
	}
	
#the_villa_logo{
	float:left;
	padding-right: 0;
	width: 370px;
	margin-left: 65px;
	}
	
#villa_image{
	width:362px;
	height:230px;
	float:left;
	border: 4px solid #FFF;
	margin-left:65px;
	}
	
#villa_text{
	padding:50px 0 0 0;
	width: 500px;
	height:15px;
	float:left;
	text-align:center;
	}
	
.bottom_text {
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	padding-top: 9px;
}

.bottom_img {
	padding-top: 5px;
	padding-left: 10px;
	float: left;
}
