﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-image:url('img/background.jpg');
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	color: #fff098;
	border-style: none;
}

img {
	border-style: none;
}

a {
	color: #fff098;
}

li {
	list-style-image: none;
	list-style-type: none;
}

a:hover {
	text-decoration:none;
}

#whole_page {
	margin-top: 30px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#masthead {
}

#logo {
	
}

#slideshow_container {
	margin-top:20px;
}

#slideshow {
	width:				944px;
	height:				400px;
	padding:			3px;
	background:			black;
}


#masthead_right {
	
	float:right;
	width:300px;
	text-align:right;
	font-weight:normal;
	font-size: large;
}

#top_nav {
	background-image:url('img/transparency.png');
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size:25px;
	font-weight:bold;
	margin-top: 20px;
	margin-bottom: 20px;

}

.navitem {

	padding:0 50px;
}

.navitem a {
	text-decoration:none;
}

.navitem a:hover {
	text-decoration: underline;
}

#container {
	min-width: 600px;
	margin-top: 20px;
	
}

#index_right {
	float: right;
	width: 465px;
	background-image:url('img/transparency.png');
	margin: 0;
	padding-top: 5px;
	position: relative;
}
#index_right h1, h2, h3 {
	text-align: center;
}

#index_left {
	/*margin-right: 485px;
	background-image:url('img/transparency.png');
	padding-top: 5px;*/
	float: left;
	width: 465px;
	background-image:url('img/transparency.png');
	margin: 0;
	padding-top: 5px;
	position: relative;
}

.book_now {
	position: absolute;
	right: 10px;
	top: 75px;
}

#index_left h1, h2, h3 {
	text-align: center;
}

#index_center {
	clear: both;
}

#right_col {
	width: 250px;
	float: right;
	background-image:url('img/transparency.png');
	margin: 0;
	padding-left: 20px;
	padding-bottom:20px;
	padding-right: 20px;
	

}

#container li {
	font-size: 18pt;
}

#page_content {
	margin-right: 310px;
	background-image:url('img/transparency.png');
	padding: 1px 20px 20px 20px;

}

#footer {
	clear: both;
	text-align:center;
	background-image:url('img/transparency.png');
	padding-top: 10px;
	margin-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 50px;
}

#pre-footer {
	clear: both;
	text-align:center;
	background-image:url('img/transparency.png');
	padding-top: 10px;
	margin-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#footer img {
	margin-right: 40px;
}

.panelwrappers {
	overflow:	hidden;
}

#side_facebook {
	position: fixed;
	right: 0;
	top: 200px;
	
}

#side_facebook a {
	
}

#newsfeed li {
	margin-left: -30px;
	font-size: medium;
}
#newsfeed span {
	font-size: x-large;
	font-weight: bold;
}

#newsfeed p {
	font-size: small;
}

#newsfeed div {
	margin-bottom: 40px;
}
