#site
{
	margin: 0px auto 0px auto;
	width: 900px;
	
	background-color: #971515;

	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	
	-moz-box-shadow: 2px 2px 8px #9b2;
	-webkit-box-shadow: 2px 2px 8px #9b2;
	box-shadow: 2px 2px 8px #808080;
}

.rounded-corners 
{
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	
	-moz-box-shadow: 2px 2px 8px #999;
	-webkit-box-shadow: 2px 2px 8px #999;
	box-shadow: 2px 2px 8px #808080;
}


#body
{

	background-color: #971515;
}

#page
{

	background-color: white;
	width: 900px;
	/*margin-left: auto;
	margin-right: auto;*/
	
}

#header
{
	background-image: url('images/header_logo2.jpg');
	width: 900px;
	height: 300px;
	/*margin-left: auto;
	margin-right: auto;
	margin-top: 25px;*/
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #971515;
}


#menu
{
	text-align: center;
	font-size: 18pt;
	text-decoration: none;
	color: #808080;
	/*font-weight: bold;*/
}

#menu a
{
	font-family: verdana;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	background-color:#FBF151;
	color: #404040;
	/*font-weight: bold;*/
}

#menu a:hover
{
	color: #f00;
	padding-top: 5px;
}

.menuitem-selected
{
	font-weight: bold;
}

#content
{
	padding: 20px 0px 0px 20px;
	min-height: 370px;
	font-size: 14pt;
	font-family: sans-serif
}

#rates
{
	background-image: url('images/rates_pic.png');
	background-repeat: no-repeat;
	float: right;
	padding-right: 50px;
		
	width: 340px;
	height: 258px;
}

#gerald
{
	background-image: url('images/gerald.jpg');
	background-repeat: no-repeat;
	float: right;
	width: 128px;
	height: 200px;
	margin: 10px;
	margin-top: 15px;
	margin-right: 25px;
	border-width: 1px;
	border-style: solid;
}

.tourpics
{
	border-style: solid;
	border-width: 1px;
	margin: 10px;
	float: right;
}


#map
{
	background-image: url('images/map.jpg');
	background-repeat: no-repeat;
	float: right;
	width: 300px;
	height: 180px;
	margin: 10px;
	margin-top: 15px;
	margin-right: 50px;
	border-width: 1px;
	border-style: solid;
}


#chickens
{
	background-image: url('images/chickens.jpg');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 636px;
	height: 200px;
	border-width: 1px;
	border-style: solid;
}

#footer
{
	
	text-align: left;
	font-size: 10pt;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	color: white;
	
}

#footer a
{
	text-decoration: none;
	color: white;
}

/*#e
{
	vertical-align: middle;
}*/

h1
{
	font-family: verdana;
	color: #808080;
	font-size: 40pt;
	padding: 0;
	margin: 0;
	
	/*font-size: 24pt;
	font-style: italic;
	font-weight: bold;*/
}

h2
{
	font-family: verdana;
	font-size: 32pt;
	color: #808080;
	
	-webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
   
	padding: 0;
	
	/*font-size: 18pt;
	font-style: italic;
	font-weight: bold;*/
}

h3
{
	/*text-decoration: underline;
	font-weight: bold;*/
	color: #404040;
	font-size: 20pt;
	font-weight: lighter;
}	
	
#contentleft
{
	width: 700px;
	float: left;
	
}

#contentright
{
	
	float: left;
	width: 200px;
	padding-left: 10px;
	/*padding-right: 20px;*/
	
}