/* BODY SETTINGS */
body {
	font: 15px arial, verdana, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	color: #333333;
}

/* GENERAL LAYOUT */

.scrollheader {
	color: #ffffff;
}

.scrolltable {
	background: #008000;
	margin-left: 10px;
}

/* LINK APPEARANCE */

A:link, A:visited { 
	text-decoration: underline;
	color: #008000; }

A:hover { 
	text-decoration: none;
	color: #00cc00; }
	
/* DIVS */

#credits {
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
}

#scrollbox {
height:275px;
width:200px;
overflow:auto;
background:#ffffcc;
padding:3px;
font-size:12px;
scrollbar-3dlight-color:#90EE90;
scrollbar-base-color:#006400;
scrollbar-track-color:#90EE90;
scrollbar-face-color:#2E8B57;
scrollbar-highlight-color:#00FF7F;	   
}

/* HEADING APPEARANCE */

H1 {
 display: block;
 margin: 0;
 text-align: center;
 font-family: Times New Roman, serif;
 font-size: 40px;
 color: #005000;
 font-style: italic;
 }

H2, .h2 {
 font-family: 'Times New Roman', Times, serif;
 font-size: 22px;
 color: #008000;
 text-align: center;
 font-weight: bold;
 margin: 0;
padding: 0;
 }
 
H3 {
 display: block;
 margin: 0;
 font-size: 15px;
 color: #008000;
 }

H3.rooms {
 font-size: 20px;
 }

h1 span, .span {
	display: none;
}

#home-header {
	width: 744px;
	height: 277px;
	background: url(/images/title.gif) no-repeat;
	margin-left: auto;
	margin-right: auto;
}

h4 {
    margin: 0;
    text-align: center;
    font-size: 14px;
}

/* E-Mail
-------------------------------*/
.email {
	display: block;
	width: 206px;
	height: 14px;
	background: url(/contact/email.gif) no-repeat;
	margin-top: 4px;
	margin-bottom: -2px;
}

.email:hover {
	display: block;
	width: 206px;
	height: 14px;
	background: url(/contact/email.gif) no-repeat -210px;
	margin-top: 4px;
	margin-bottom: -2px;
}

.email span {
	display: none;
}


/* Misc
-------------------------------*/
.left {
    float: left;
}

.picture img {
    border: 1px #000 solid;
}

.picture {
    background: #CFFFCF;
    padding: 8px;
    border: #080 solid 1px;
    width: 102px;
    margin-bottom: 20px;
    margin-right: 5px;
}

.top {
    margin-top: 0;
}

hr {
    clear: both;
    width: 300px;
}

.center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.bold {
    font-weight: bold;
}
