/*-----------------"generic" styles */
body {
	text-align: center;
	margin: 0; padding: 0;
	background-color: #E0D5BC;
	font: medium "Helvetica", Arial, sans-serif;
}
	
a {
	text-decoration: none;
}

p { 
	margin: 1em 1em 1em 1em;
}

/*-----------------masthead styles */

.full_page{
	width:800px; height: auto; border: 2px solid #5F0900; margin: auto;
	background: #E0D5BC;
}

.masthead{
	border: 1px solid #5F0900;
	margin: 5px 5px 0 5px; padding-top: 1px;
	background: #E0D5BC;
	background-position: 0px 1px;
}

.navlinks {
	text-align: center;
	margin: 0;
	padding-top: 5px; padding-bottom: 10px;
	background: #E0D5BC; color:#000066;
	background-image: url(Images/navlinksBackground.jpg);
	background-repeat: repeat-x;
	font: medium "Helvetica", Arial, sans-serif;
}

.navlinks li{
	display: inline;
	margin-right: 0.5em; padding-right: 0.75em;
	border-right: 1px solid #E0D5BC;
	font-weight: bold;
}

.navlinks li.last {
	border-right: 0;
}

.navlinks a {
	color: #E0D5BC;
}

.navlinks a:hover {
	text-decoration: none;
	color:#EFEB30;
}


/*------------------------main column styles */

.content{
	border: 1px solid #5F0900;
	margin: 0 5px 0 5px; padding-top: 1px; padding-bottom: 5px;
	padding: 5px;
	background: #5F0900;
	text-align: left;
	font: medium "Helvetica", Arial, sans-serif;
	color: #E0D5BC;
	}
	
.content a:link {
	text-decoration: underline; color: #FFFF33;
}
.content a:visited {
	text-decoration: underline; color: #FFFF33;
}
.content a:hover {
	text-decoration: underline;
}
.content a:active {
	text-decoration: underline; color: #FFFF33;
}
.content-img {
	float: right;
	padding: 10px;
}
	
/*	border: 1px solid #5F0900;
	margin: 0 1.75em 0 .75em; padding-top: 1px;
	background: #5F0900;
	background-position: 0px 1px;
	text-align: left;
	font: bold; color: #E0D5BC;
	float: left;
}
*/

.new{
	margin: .5em 1.75em 0 1.75em; padding-bottom: 0.25em;
	border-bottom: 1px solid #E0D5BC;
	font-size: 24px; color: #E0D5BC;
}

.content flash {
	margin: 5px;
}

.content img.roompic {
	margin: 5px;
	float: right;
}

.content h3{
	font-weight: bold;
	margin: 0;
	border: 0;
}

.content img.flash {
	float: right;
	margin: 1em 1em;
}

/*-------------------------sidebar styles */

/*#sidebar{
	float: left;
	width: 17em;
	margin: 0 0 0 -18;
}

#sidebar slideshow {
	
}

*/


/*-------------------------footer styles */

.footer{
	border-right: 1px solid #5F0900;
	border-bottom: 1px solid #5F0900;
	border-left: 1px solid #5F0900;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	clear: both;
	padding: .5em .5em;
	background: #E0D5BC;
}

.footer h1 {
	color: #5F0900;
	font-size: 1.5em;
}

.footer a {
	color: #5F0900;
	font-size: 0.75em;
	margin: 0;
}


.footer b {
	color: #5F0900;
	font-size: 1em;
}
