
/* Layout Stylesheet */ 

body {  
background-color: #0099CC;
top:0px;
 left: 0px;
 width: 1000px;
height: 100%;
z-index: 1;
 }

#centered {
  position: absolute;
  top: 0;
  right: 20%;
  bottom: 0;
width: 800px;
margin: 0 auto;
text-align: left;
  height: 100%;

} 

#image {
position: absolute;
 top:-20px;
 left: 100px;
 width: 600px;
padding: 0px;
height: 342px;
z-index: 1;
}
#menu {
position: absolute;
 top:282px;
 left: 20px;
 width: 800px;
padding: 0px;
height: 30px;
z-index: 1;
}
#texthome {
position: absolute;
 top:432px;
 left: 20px;
 width: 718px;
padding: 20px;
height: 420px;
border-color: #ff9933; 
border-style: ridge;
background-color: #ffffcc;
z-index: 1;
}

#textshort {
position: absolute;
 top:432px;
 left: 20px;
 width: 718px;
padding: 20px;
height: 200px;
border-color: #ff9933; 
border-style: ridge;
background-color: #ffffcc;
z-index: 1;
}

#gallery {
position: absolute;
 top:322px;
 left: 20px;
 width: 718px;
padding: 20px;
height: 200px;
border-color: #ff9933; 
border-style: ridge;
background-color: #ffffcc;
z-index: 1;
}

#map {
position: absolute;
 top:98px;
 left: 364px;
 width: 280px;
padding: 0px;
height: 350px;
border-color: #ff9933; 
z-index: 3;
}
#images {
position: absolute;
 top:322px;
 left: 20px;
 width: 820px;
height: 100px;
z-index: 1;
}


h1 {
font-family:arial, sans-serif;
color: #000000;
font-size: 12px;
font-weight: 100;
padding: 0px;
letter-spacing: 0px;
text-align: left;
}

h2 {
font-family:arial, sans-serif;
color: #ff9933;
font-size: 14px;
font-weight: bold;
padding: 0px;
letter-spacing: 3px;
text-align: left;
}

a:link { 
color: #ff9933; 
text-decoration: none;
cursor: pointer;
 
}
a:visited { 
color: #ff9933; 
text-decoration: none;
cursor: pointer; 

}
a:hover {
color: red;
text-decoration: underline;
cursor: pointer;
}

