html {
background:url(../images/rsz_1bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
color:#454545;
height:100%;
}

body {
color:#454545;
font-family:Segoe UI;
font-size:13pt;
height:100%;
}

#wrapper {
margin:0 auto;
width:1100px;
}

#header, #header h1 {
color:#FFF;
font-family:britannic bold;
font-size:50px;
height:50px;
text-align:center;
width:100%;
}

#nav {
float:left;
height:350px;
margin:45px 0 0 22px;
}

#nav a {
color:#FFF;
text-decoration:none;
}

#nav li {
background:#75C0E5;
border-radius: 8px;
color:#FFF;
height:20px;
margin:20px 0 0;
padding:10px 0 10px 10px;
text-decoration:none;
width:165px;
}

#nav li:hover {
background:#49AEDD;
color:#000;
}

#switch, #switch img{
margin-right: 50px;
float:right;
width:25px;
height:20px;
}

#sitecontainer {
background:rgba(247,247,247,0.4);
height:100%;
margin:30px 0 0;
min-height:430px;
padding:30px 30px 30px 220px;
width:auto;
border-radius: 20px;
}

#sitecontainer .flagdiv {
margin-top:100px;
display: inline-block;
}

.flagdiv .flag {
padding:20px;
width:290px;
height:175px;
}

.flagdiv h2{
	text-align: center;
}


#sitecontainer h2 {
font-size:16pt;
font-weight:700;
}

#sitecontainer .list {
font-weight:700;
float:left;
}

#sitecontainer ul {
	width:250px;
}

iframe{
	margin-top: -280px;
	float: right;
}

#sitecontainer li {
list-style-position:inside;
list-style-type:square;
width:250px;
}

#sitecontainer .price
{
	width:250px;
}


#sitecontainer #bathroom {
margin:-645px 0 0 520px;
}

#sitecontainer #contactright {
float:right;
padding:0 0 0 20px;
}

#contactright .contact {
margin:5px 0 0 15px;
width:380px;
}

#contactright #map_canvas {
height:300px;
margin:20px 0 0;
width:350px;
}

#sitecontainer #verticalline {
border-left:1px solid #000;
float:right;
height:100px;
width:1px;
}

#contactleft h2 {
width:400px;
}

#contactleft form {
margin:10px 0 0;
}

#contactleft select,#contactleft input {
margin:0 0 10px;
}

#contactleft textarea {
height:150px;
margin:4px 0 0;
max-height:330px;
max-width:415px;
min-height:150px;
min-width:415px;
width:415px;
}

#contactleft #dateright {
float:right;
margin:-50px 90px 0 0;
}

#sitecontainer #slideshow1,#slideshow2,#slideshow3,#slideshow4 {
height:267px;
padding:20px 0;
position:relative;
width:400px;
}

#slideshow2,#slideshow4 {
margin-left:430px;
margin-top:-307px;
}

#slideshow1 h2,#slideshow2 h2,#slideshow3 h2,#slideshow4 h2 {
margin-bottom:5px;
}

#slideshow1 > div,#slideshow2 > div,#slideshow3 > div,#slideshow4 > div {
position:absolute;
}

#sitecontainer .post {
margin:20px 0 40px 20px;
width:400px;
}

.post h4 {
display:inline;
font-weight:700;
}

.post .hline {
border-bottom:1px solid #000;
height:1px;
width:400px;
}

.post .posttext {
margin:0 0 0 10px;
width:400px;
}

.post .date {
display:inline;
font-size:8pt;
margin:0 0 0 5px;
}

#sitecontainer #insertpost {
margin:0 0 0 20px;
width:400px;
}

#insertpost .nameleft {
float:right;
margin:22px 80px 0 0;
}

#insertpost textarea {
height:150px;
max-width:320px;
min-height:150px;
min-width:320px;
width:320px;
}

.footer{
	background:rgba(247,247,247,0.4);
	height: auto;
	margin:30px auto 0px  auto;
	padding:10px 10px 10px 10px;
	width: 1080px;
	border-radius: 20px;
	color:black;
	text-align: center;
	font-size: 15px;
}