body {
    width: 600px;
    margin: 0 auto;
    
    background-color: #EEE5DF;
    background: url(bg.png);
    
    font-family: "Georgia", serif;
}

em {
	font-style: normal;
	color: #B90010;
}

hr {
	visibility: hidden;
	clear: both;
}

img {
	border: 1px solid #FFF;
	margin-bottom: 0.5em;
}

a {
    color: #000;
}

a:hover {
    color: #B90010;
}

h1 {
    margin: 0;
}

h1 a {
    display: block;
    height: 160px;
    
    background: url(logo.png) no-repeat;
    
    text-decoration: none;
}

h1 a span {
    visibility: hidden;
}

.navbar {
    display: block;
    margin: 0;
    padding: 0;
    height: 40px;

    background: url(navbg.png);
}

.navbar li {
    float: left;
    padding: 0 0 0 3ex;
    
    list-style: none;
}

.navbar a {
    color: #FFF;

    font-size: 13pt;
    text-decoration: none;
    line-height: 40px;
}

.navbar a:hover {
	color: #FFF;
    text-decoration: underline;
}

.content {
    background-color: #C6BBA5;
    background: url(contentbg.png) repeat-y;
}

h2, h3, h4, h5, h6 {
    margin: 0;
    
    color: #B90010;
    
    font-style: italic;
    font-weight: normal;
}

h4 {
    padding-top: 1em;
}

table {
    margin: 1em 0 1ex 1ex;
    border-spacing: 1ex 0;
    
    color: #333;
    
    font-size: 10pt;
    line-height: 140%;
}

table th {
    text-align: right;
}

.content ul {
    list-style-type: circle;
    
    padding-left: 2em;
    margin-left: 0;
    
    color: #333;
    
    font-size: 10pt;
    line-height: 140%;
}

.content ul li {
    margin: 1em 0;
}

.content p {
    color: #333;
    
    font-size: 10pt;
    line-height: 140%;
    
    margin: 1em 0;
}

.text {
	clear: left;
    padding: 16px;
    padding-right: 180px;

    background: url(photo3.jpg) 434px 0px no-repeat;
	min-height: 380px;
	height: auto;
}

/* for Internet Explorer */
/*\*/
* html .text {
    height: 380px;
}
/**/

.footer {
    height: 4ex;
    margin: 0;
    padding-top: 20px;
    
    color: #B90010;
    background: url(footer.png) top no-repeat;
    
    text-align: center;
    font-size: 18pt;
}

.footer em {
    padding: 0 1ex;
    color: #3E3C3A;
    
    font-style: normal; 
    letter-spacing: 0.2em;
}

p.indent {
    margin-left: 1ex;
}

#rooms {
	color: #B90010;
}

#rooms a,#rooms em  {
    margin: 0 1ex;
	font-style: italic;
}

/*#rooms {
	padding: 0;
	margin-left: 0;
}

#rooms li {
	display: inline;
	padding: 0 0 0 1ex;
	white-space: nowrap;
	
	color: #B90010;
    font-style: italic;
}*/