body{
	background-image: url(../img/sf_body.png);
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-position: top left;
	background-color: #B4DAED;
	font-family: arial;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}

#header{
	display:block;
	margin: 0px;
	background-image: url(../img/sf_menu.png); 
	background-repeat: repeat-x;
	height:180px;
	width:100%;
	overflow: hidden;
	white-space:none;
	border:0px;
	}
#linkMenu{
	white-space:none;
	display:block;
	width:100%;
	height:180px;
	text-decoration:none;
	color:#FFFFFF;
	}
#linkMenu a{
	text-align: center;
	margin-left:15px;
	padding-top:85px;
	height:180px;
	float:left;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	}
#linkMenu a:hover{
	background-image: url(../img/sf_menu_hover.png); 
	background-repeat: no-repeat;
	/*background-attachment:fixed;*/
	background-position: top center;
	text-decoration:none;
	color:#E8BFC0;
	}
#content{
	margin:0 auto;
	display:block;
	width:750px;
	min-height:700px;
	}
#content h1{
	display:block;
	border-bottom:2px solid #9e070a;
	color: #9e070a;
	}
#content h2{
	display:block;
	color: #175786;
	}
.imgContentLeft{
	float:left;
	border: 1px solid #CCCCCC;
	padding:3px;
	margin-right:8px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	}
.imgContentRight{
	float:right;
	border: 1px solid #CCCCCC;
	padding:3px;
	margin-left:8px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	}
#content span{
	color: #175786;
	line-height: 18pt;
	text-indent: 20px;
	font-family: verdana;
	text-align: justify;
	}
#content a{
	display:block;
	text-decoration:none;
	color: #175786;
	line-height: 18pt;
	}
#footer{
	margin-top:30px;
	padding:2px;
	color:#FFFFFF;
	font-size: 9px;
	background-color: #175786;
	display:block;
	clear:both;
	text-align: center;
	border-top:2px solid #9e070a;
	}
#content .top{
	display:block;
	clear:both;
	margin-top:25px;
	border-bottom:2px solid #175786;
	font-size:11px;
	color:#9e070a;
	
	}
#content .top a{
	margin-top:-10px;
	clear:both;
	padding:2px;
	padding:2px 5px 2px 5px;
	background-color: white;
	border:1px dotted #cccccc;
	float:right;
	line-height: 10pt;
	color:#9e070a;
	}
.slideshow{
	display:block;
	margin-left: 145px;/*750 - 460 / 2*/
	width: 460px;
	height: 320px;
	border: 3px solid #FFFFFF;
	padding-left:0px;
	background-image: url(../img/astor_village_logo_large.png); 
	background-repeat: no-repeat;
	background-position: center center;
	background-color:white;
	overflow:hidden;
	}
.language{
	position:fixed; 
	padding:15px;
}
img{border:0px;}

