body {
	background-color: #EFCB65;
}

div.header
{
	margin-right: auto;
    margin-left: auto;
    width: 850px;
    margin-top: 50px;
	border-top-width:1px;
    border-top-style:solid;
    border-top-color:black;
	border-left-width:1px;
    border-left-style:solid;
    border-left-color:black;
	border-right-width:1px;
    border-right-style:solid;
    border-right-color:black;
	border-bottom:none;
	background-color: #00693C;
	}
	
div.footer
{
	margin-right: auto;
    margin-left: auto;
    width: 850px;
	 border-bottom-width:1px;
    border-bottom-style:solid;
    border-bottom-color:black;
	border-left-width:1px;
    border-left-style:solid;
    border-left-color:black;
	border-right-width:1px;
    border-right-style:solid;
    border-right-color:black;
	margin-bottom: 10px;
	background-color: #00693C;
	text-align:right;
	font-size:65%;
	letter-spacing: 0.05cm;
	color: #72CE9B;
	}
	
div.main
{
	margin-right: auto;
    margin-left: auto;
	margin-top:0;
    width: 850px;
	border-width:1px;
    border-style:solid;
    border-color:black;
	background-color: #F1E3BB;
	}	

div.left
{
	float:left;
	width:130px;
	text-align:left;
}

div.content
{
    margin-left: 200px;
	width:630px;
	text-align:left;
	font-size: 100%;
	}
	
p.credit
{
	font-family: "Times New Roman", Times, serif;
	font-style: italic; 
	color: black; 
	font-size:75%;
	text-align:right;
}

p.caption
{
	font-family: "Times New Roman", Times, serif;
	font-style: italic; 
	color: black; 
	font-size:75%;
	text-align:center;
}

p.rooms
{
	font-family: "Times New Roman", Times, serif;
	color: black; 
	font-size:100%;
	text-align:justify;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-style: normal;
	font-weight: bold;
	width: auto;
	color: #FFFFFF;
	padding-left: 50px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0.03cm;
	line-height: 120%;
	text-decoration: none;
	color: #9A3B26;
	text-transform: capitalize;
	font-variant: small-caps;
	width: auto;
	}

h2.center {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0.03cm;
	line-height: 120%;
	text-decoration: none;
	color: #9A3B26;
	text-transform: capitalize;
	font-variant: small-caps;
	text-align:center;
	}

h3 {
    font-family: "Times New Roman", Times, serif;
	color: #FFFFFF; 
	font-size:100%;
	text-align:right;
}

.leftlink {
	float:left;
	width:130px;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align:left;
	color: #9A3B26;
	padding:0.6em 1em;
	border-bottom:1px solid #C59217; 
}

.request {
    font-family: "Times New Roman", Times, serif;
	font-style: italic; 
	color: #FFFFFF; 
	font-size:60%;
	text-align:right;
}

a.leftlink
{
float:left;
width:130px;
text-decoration:none;
color:#00693C;
padding:0.6em 1em;
border-bottom:1px solid #C59217;
}
a.leftlink:hover {color:#9A3B26}
a.leftlink:active {color:#9A3B26}


a.main
{
text-decoration:underline;
font-weight:bold;
color:#000000;
}
a.main:hover {color:#9A3B26}

