
#bigwrap {
width:70%;
height:100%;
left:15%;
background-color:#e8e8e8;
position:absolute;
}

#innerwrap {
width:70%;
height:100%;
left:15%;
position:absolute;
top:150px;
}

.sidebar {
/*background-image: url('images/1028_med.jpg');*/
width:150px;
height:380px;
margin:10px;
position:absolute;
border:1px solid;
border-color:#696969;
font-family:helvetica;
font-size: 105%;
text-align:center;
color:#696969;
z-index:2;
left:10px;
top:220px;
}

.home {
left:10px; 
top:60px;
font-size:200%; 
font-variant:small-caps; 
padding: 10px;
font-family:helvetica;
border: 2px 2px solid;
position:fixed;
text-align:right;
}
h3 {
padding-left:20px;
font-family: helvetica;
color:#696969;
font-variant:small-caps;
font-weight: normal;
text-shadow: 1px 2px #fff;
text-align:center;
}
h1 {
padding:20px;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
color:#696969;
font-variant:small-caps;
font-weight: normal;
text-shadow: 1px 2px #fff;
text-align:center;
/*font-style:oblique;*/
}
h4{
padding-top:10px;
padding-left:20px;
font-family: helvetica;
color:#fff;
font-variant:small-caps;
font-weight: normal;
text-shadow: 1px 1px #696969;
text-align:center;
font-size:120%;
}


.image {
left:20%;
width:700px;
position:absolute;
/*border: 15px groove #fff;*/
z-index:1;
}


#roomwrap {
top:400px;
left:10px;
}

.room {
/*background-image: url('images/1028_med.jpg');*/
background-color:none;
width:290px;
height:160px;
/*margin:10px;*/
top:50px;
position:absolute;
border:1px solid;
border-color:#696969;
font-family:helvetica;
font-size: 105%;
text-align:center;
text-shadow: 1px 1px #696969;
color:#e8e8e8;
  
}


p {
padding:20px;
font-family: helvetica;
color:#696969;
font-weight:100;
}

a:link {text-decoration:none;color:#e8e8e8; text-shadow:1px 1px #696969;}
a:visited {text-decoration:none; color:#e8e8e8; text-shadow:1px 1px #696969;}
a:hover {text-decoration:none; color:#e8e8e8; text-shadow:1px 1px #696969;}
a:active {text-decoration:none; color:#e8e8e8; text-shadow:1px 1px #696969;}
