/* Woodend Chalets */

html{
font-family: Arial, Helvetica, sans-serif; 
font-size: 80%; 
color: #FFFFFF;
background-image: url(../images/bk.jpg);
background-repeat: repeat-x;
}

#container{
width: 1024px;
height: 100%;
margin-left: auto;
margin-right: auto;
}

#top{
width: 1024px;
height: 100px;
margin: 41px 0px 0px 0px;
background-color: #42644B;
}

#topright{
width: 250px;
height: 100px;
margin: -100px 0px 0px 780px;
}

#topleft{
width: 310px;
height: 100px;
margin: 0px 0px 0px -10px;
}

#buttons{
width:`100%;
height: 14px;
margin: 6px 0px 0px -48px;
padding: 4px 0px 0px 0px; 
background-color: #42644B;
}

#middle{
width: 100%;
height: 200px;
margin: 0px 0px 0px 0px;
}

#images{
width: 270px;
height: 400px;
margin: 5px 0px 0px -9px;
background-color: #FFFFFF;
}

#content{
width: 700px;
height: 365px;
margin: -370px 0px 0px 90px;
padding: 0px 0px 0px 20px;
overflow: auto;
}

#content p{
line-height: 1.4;
font-size: 90%;
margin: 20px 200px 20px 20px;
overflow: auto;
}

#content ul{
font-size: 90%;
margin: 20px 200px 20px 20px;

}

#content li{
display: list-item;
margin: 20px 20px 20px 80px;

}

#content a:link, a:active, a:visited{
color: #8EA517;
text-decoration: none;
}

#content a:hover{
color: #8EA517;
text-decoration: none;
}

#bottom{
width: 100%;
height: 20px;
margin: 225px 0px 0px 0px;
}

a:link, a:active, a:visited{
color: #FFFFFF;
text-decoration: none;
}

a:hover{
color: #8EA517;
text-decoration: none;
}


a:visited hover{
color: #8EA517;
text-decoration: none;
}

.green{
color: #8EA517;
}

.indent{
padding: 0px 0px 0px 20px
}

.noindent{
padding: 0px 0px 0px -20px;
font-weight: bold;
}

.noborder{
border: none
}

.lineheight{
line-height: 
}

ul{
display: inline;
line-height: 0.4;
}

li{
display: inline;
}
