body {
	text-align: center; /* center things in pre-IE6 */
	/*background-color: #E0B46B;*/
	background-image: url(images/sandybed.jpg);
}
#container {
	margin: 35px auto;
	width: 700px;
	text-align: left;
	background-image: url(images/lacarihuela.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*background-color: #3333FF;*/
	color: #000000;
	display: block;
	font-weight: 300;
	border: thin groove #999900;
	}
#header-nav {
float: left;
width: 500px;
padding: 2px;
margin-left: 10px;
margin-bottom: 4px;
}

#content-map {
float: left;
text-align: center;
width: 480px;
padding: 2px;
margin-left: 20px;
margin-bottom: 4px;
}
#content {
	float: left;
	width: 270px;
	padding: 4px;
	height: auto;
	margin-left: 25px;
	border-top: medium groove #CC9966;
	border-right: medium groove #CC9966;
	border-bottom: medium groove #996633;
	border-left: medium groove #996633;
	overflow:hidden;
}
#content_studio {
	float: left;
	width: 270px;
	padding: 4px;
	height: auto;
	margin-left: 25px;
	border-top: medium groove #CC9966;
	border-right: medium groove #CC9966;
	border-bottom: medium groove #996633;
	border-left: medium groove #996633;
	overflow: hidden
}
#sidebar {
	float: right;
	width: 350px;
	padding: 2px;
}
#sidebar1 {
	float: right;
	width: 350px;
	padding: 2px;
}
#footer {
	clear: both;
	width: 670px;
	float: none;
	height: 270px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-left: 15px;
}
#form {
	clear: both;
	width: 670px;
	float: none;
	height: 400px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-left: 15px;
}
#footer1 {
	text-align: center;
	clear: both;
	width: 696px;
	float: none;
	margin-bottom: 15px;
	font-size: 11px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	display: inline;
	color: #336600;
}
#rooms {
	clear: both;
	width: 220px;
	float: left;
	height: 670px;
	padding-top: 25px;
	padding-bottom: 25px;
	left: 415px;
}

#fotos
{
	clear: both;
	width: 220px;
	float: left;
	height: 270px;
	padding-top: 25px;
	padding-bottom: 25px;
	left: 415px;

}
#rooms1 {
	clear: both;
	width: 220px;
	float: right;
	height: 200px;
	padding-top: 25px;
	padding-bottom: 25px;
	}
/*Form*/
fieldset
    {
        width: 16em;
    }
    label
    {
        font-size: 1em;
        width: 5em;
        float: left;
        margin-right: 0.5em;
        display: block;
    }
    #rightAligned label
    {
        text-align: right;
    }        

