/* 
  ------------------------------------------------
  SET MAIN BODY STYLE
  ------------------------------------------------
*/

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000000;
	background-color: #333333;
	margin: 20px 0px;
	padding: 0;
}
/* 
  ------------------------------------------------
  SET MASTHEAD AND MASTHEAD CONTENT STYLE
  ------------------------------------------------
*/
#imagebar{
	width:890px;
	height:232px;
	background-color:#CCCCCC;
	background-image:url(buildgfx/headercoverpic.jpg);
	background-repeat:no-repeat;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-top: 5px solid #FFFFFF;
}
#imagebar2{
	width:890px;
	height:232px;
	background-color:#CCCCCC;
	background-image:url(buildgfx/headerderwentwater.jpg);
	background-repeat:no-repeat;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-top: 5px solid #FFFFFF;
}
#imagebar3{
	width:890px;
	height:232px;
	background-color:#CCCCCC;
	background-image:url(buildgfx/headerwall.jpg);
	background-repeat:no-repeat;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-top: 5px solid #FFFFFF;
}
/* 
  ------------------------------------------------
  NAVIGATION
  ------------------------------------------------
*/
.rightmasthead{
	float:left;
	width:880px;
	font-size:1em;
	color:#FFFFFF;
	padding:5px;
	margin-top:202px;
}
.rightmasthead a{
	color:#FFFFFF;
	text-decoration:none;
	margin:0px;
	padding:12px;
}
.rightmasthead a:hover{
	color:#8F9DB8;
	text-decoration:underline;
}
/* 
  ------------------------------------------------
  WRAPPERS AND CLEARFLOATS
  ------------------------------------------------
*/
#wrapper {
	width: 900px;
	margin: 0 auto;
	background-color:#FFFFFF;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.imagewrapper{
	background-image:url(buildgfx/wall_bg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
/* 
  ------------------------------------------------
  SET COLUMN WIDTHS
  ------------------------------------------------
*/
#center {
	width: 890px;
	margin:0px;
	padding:0px;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}
/* 
  ------------------------------------------------
  SET STYLES FOR COLUMN CONTENT
  ------------------------------------------------
*/
#center .content {
	padding: 20px 12px;
	font-size: 0.85em;
	line-height: 1.5em;
}
.tours{
	margin-top:12px;
}
.lefttours{
	width:433px;
	float:left;
}
.righttours{
	width:433px;
	float:left;
}
td a{
	color:#8F9DB8;
}
/* 
  ------------------------------------------------
  SET HEADER AND PARAGRAPH STYLES
  ------------------------------------------------
*/
h1 {
	font-size: 1em;
	margin: 0;
}
h2 {
	font-size: 0.9em;
	margin-top: 12px;
}
.content p {
	margin: 12px 0;
}
.nomargintop {
	margin-top: 0;
}
/* 
  ------------------------------------------------
  SET FOOTER AND FOOTER CONTENT STYLES
  ------------------------------------------------
*/
#footer {
	color: #999999;
	background-color: #000000;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	width:890px;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
}
#footer .content {
	padding: 12px;
	color:#FFFFFF;
}
.leftfooter{
	width:445px;
	float:left;
}
.rightfooter{
	width:435px;
	float:left;
	margin:12px 5px;
}
.rightfooter a{
	text-decoration:none;
	color:#FFFFFF;
	padding:12px;
}
.rightfooter a:hover{
	color:#8F9DB8;
	text-decoration:underline;
}
