body {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
color:white;
background:#9ED1F7;
}

h1 {
display:none;
}

h2 {
display:none;
}

a {
color:white;
font-weight:bold
}

#container {
position:relative;
width:960px;
height:700px;
margin:0px auto auto auto;
}

#main {
width:774px;
height:602px;
position:absolute;
top:100px;
left:50px;
background:transparent url('images/cal1.jpg') top left no-repeat;
}

#logo {
position:absolute;
top:8px;
left:10px;
width:600px;
height:143px;
background:transparent url('images/logo.gif') top left no-repeat;
z-index:100;
padding-left:153px;
padding-top:57px;
}

#cottageinfo {
position:absolute;
top:234px;
left:0px;
width:200px;
}
#cottagebutton {
position:absolute;
top:69px;
height:165px;
left:0px;
width:200px;
cursor:pointer;
z-index:300;
}

#riversideinfo {
position:absolute;
top:163px;
left:579px;
width:250px;
}
#riversidebutton {
position:absolute;
top:20px;
left:579px;
width:250px;
height:124px;
cursor:pointer;
z-index:300;
}


