body {
	font: 75.5% Georgia, "Times New Roman", Times, serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	line-height:1.6;
	background: #94a768 url(../images/bg.gif) repeat;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
p, td, ol, ul, a{color: #666666;font-style: Georgia, "Times New Roman", Times, serif;}

/*Side navigation*/
#sidebar{
	background: url(../images/menubg.gif) repeat;
}
ul#navigation {
	margin:0;
	padding:0;
}
#navigation li {
	font-size: 85%;
	text-align:left;
	list-style: none;
	width: 212px;
	height: 33px;
	font-weight: bold;
	text-transform: uppercase;
}
#navigation li a {
	display: block;
	width: 212px;
	height: 33px;
	color: #ffffff;
	text-decoration: none;
	background: url(../images/sidebar.jpg) no-repeat;	
	text-indent:25px;
	line-height:30px;
}
#navigation li a:hover{
	background: url(../images/sidebar-over.jpg) no-repeat;
	text-decoration: none;
}
/*Content area*/
#content{text-align:left;
	padding:20px 25px;
	color:#666666;
	background: #FFFFFF;
}
#content a{
	color: #9cc645;
	text-decoration: underline;
}
#content a:hover{
	color: #9cc645;
	text-decoration: none;
}
#content h1{
	color:#666666;
	font-size: 160%;
}
#content h2{
	color:#4c5e24;
	font-size: 120%;
	font-weight: bold;
}
/*Footer area*/
#footer{
	text-align:left;
	text-indent:240px;
	font-size: 90%;
	height:35px;
	color: #ffffff;
	background: url(../images/footerbg.gif) repeat;
}
#footernav{
	padding-top:5px;
}
#footernav a, #footernav a:link, #footernav a:visited{
	padding-top:20px;
	color: #ffffff;
	text-decoration:none;
}
#footernav a:hover{
	color: #ffffff;
	text-decoration:underline;
}
/*Misc*/
.sideextras{
	padding:20px 5px 0;
	width: 200px;
	text-align:center;
	color: #ffffff;
}
.copyright{
	font-size: 85%;
	color:#485d24;
	text-align:center;
}
#content hr{
	border: 0;
	width:80%;
	height:1px;
	align:center; /*firefox alignment*/
	text-align:center; /*ie alignment*/
	color:#d1dabc;
background-color: #d1dabc;
}
#content .pictures{width: 240px;height:159px;padding:5px;}
#content .picturesR{
	padding:5px 0px 5px 10px;
}
.accommodationlink {
	font-size: 130%;
	font-weight: bold;
}
.rightpic{
	float:right;
	color: #9cc645;
	width:250px;
	text-align:right;
	font-size: 95%;
}
.rightpicT{
	margin-left:8px;
	padding:10px 10px 5px;
	float:right;
	color: #fff;
	width:210px;
	text-align:center;
	font-size: 95%;
	background: #8d9b46;
	border: 1px solid #78843c;
}
.pic{padding:10px 10px 5px;
	color: #fff;
	text-align:center;
	font-size: 95%;
	background: #8d9b46;border: 1px solid #78843c;
}
