@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;	
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #E8E1CE;
	text-align: center;
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-attachment: fixed;
	font-size: 0.9em;
}
#container {
	background-color: #E8E1CD;
	margin:0 auto; /* center, not in IE5 */
	padding: 0px;
	width: 800px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	text-align: left;
}

#content-container {
	width: 450px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
p {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
a {
	color: #D57900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* header */

#header {
	height: 150px;
	width: 800px;
	float: left;
	margin-bottom: 25px;
}#header h1 {
	text-indent: -999px;
}
#header h2 {
	text-indent: -999px;
}
#header a {
	background-image: url(images/WoWlogo.gif);
	display: block;
	background-repeat: no-repeat;
	width: 800px;
	height: 150px;
	background-position: center;
}

/* footer */
@charset "UTF-8";
#content {
	width: 640px;
	float: left;
}
#content #welcome {
	width: 625px;
	margin-bottom: 20px;
}
#content #welcome a img {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}
#content #announce {
	clear: both;
	margin-bottom: 20px;
	width: 625px;
}
#content #testimonials {
	width: 640px;
	margin-bottom: 20px;
	background-image: url(images/testimonials_new.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 45px;
}
#content #testimonials p{
	width: 625px;
}
#content #upcoming {
	width: 640px;
	margin-bottom: 20px;
	background-image: url(images/upcoming_new.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
}
#content #pastguests {
	width: 640px;
	margin-bottom: 10px;
	background-image: url(images/pastguests_new.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
}
.title  {
	font-size: 1.25em;
	font-weight: bold;
}
#content #pastguests p {
	font-size: .75em;
}
#content #pastguests_c1  {
	width: 200px;
	float: left;
	margin-right: 12px;
}
#content #pastguests_c2 {
	width: 200px;
	float: left;
	margin-right: 12px;
}
#content #pastguests_c3 {
	width: 200px;
	float: left;
	margin-right: 12px;
}
#sidebar {
	float: right;
	width: 140px;
	background-image: url(images/verticalline_new.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
	padding-left: 20px;
}
#sidebar .sidebardivider  {
	background-image: url(images/horizontalline.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	width: 160px;
	margin-left: -20px;
	margin-bottom: 10px;
}
#sidebar img {
    display: block;
    margin-left: auto;
    margin-right: auto 
	}

/* footer styles*/
#footer {
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 20px;
	clear: both;
	background-image: url(images/horizontalline.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
	text-align: center;
}
.italic {
	font-style: italic;
}
