/*hotel san ayre css*/

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #996633;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #463C3C;
}
body {
	margin:0px;
	padding:0px;
	background-image:url(Images/pattern_036.gif);
}

#container {
	margin:20px auto;
	width:695px;
	height:auto;
	background-color:#493e44;
}

#header{
width:695;
height:337;
float:left;
}

#column1{
float:left;
width:185px;
height:450px;
background-color:#493e44;
margin:0px;
}
#nav{
float:left;
width:185px;
margin:5pxpx 5px 0px 0px;
}

#nav ul{
list-style:none;
margin:10px;
padding:0px;
}

#nav ul li{
background-image:url(Images/button.jpg);
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
list-style:none;
height:32px;
padding:3px 5px 0px 5px;
line-height:22pt;
font-size:13px;
}

#nav ul li a{
color:#fff;
text-decoration:none;

}

#nav ul li a:hover{
background-image:url(Images/button_over.gif);
color:#CCCCCC;
height:32px;
padding:3px 5px 0px 5px;
}

#navpic{
float:left;
padding:0px 0px 0px 5px;
width:auto;
height:auto;
margin:0px 0px 0px 5px;
}

#content{
width:490px;
height:439px; 
float:right;
background-color:#fff;
padding:10px;
overflow: scroll;
}

#footer{
clear:both;
background-color:#493e44;
height:80px;
width:695px;
text-align:center;
}

#footer p{
font-size:12px;
line-height:16px;
letter-spacing:3px;
padding:20px;
text-align:center;
color:#ffffff;
}