/* G E N E R A L */

* {
	padding:0;
	margin:0;
	}

body{
	color:#666;
	font: 12px Trebuchet, Verdana, Helvetica, Arial, sans-serif;	
	line-height:1.8em;
	background-image:url(../images/bg.gif);
	margin-top:0px; margin-left:0px;
	background-repeat: repeat-x;
	}



h1, h2, h3, h4{
	font-size:14px;
	}

ul {
	}

a img{
	border:none;
	}
/* H E A D E R */

#header{
	width:690px;
	height:303px;
	background-image:url(../images/header.jpg);
	padding:0;
	margin:0;
	}
#navstrip {
    	width:811px;
	height:32px;
	background-color:#910101;
}

/*#banner {
	width:770px;
	height:97px;
	background: url(../images/banner.jpg) no-repeat bottom left; 
	margin:0 auto;
	padding:0;
	}
*/
.hide {
	display:none;
	}

#contact{
	font-weight:bold;
	color:#003366;
	font-size:11px;
	float:right;
	margin:0;
	}

#contact a{
	font-weight:bold;
	color:#003366;
	
	}

/* M A I N  */

#container {
	width: 690px;
	height:821px;

	position: relative;
	margin: 0 auto;
	padding:0;
	}

/* N A V I G A T I O N */


#navigation {
position:relative;
right:5px;
float:right;
}

#currentItem a{
	color:#000;
	}
	
#currentItem a:hover {
	color:#000;
	}

/* C O N T E N T */

#content{
	width:811px;

	height:615px;

	
	}

#leftcontent{
	width:550px;
	height:615px;
	/*margin: 0 550px 0 0;*/

	
	border-right:1px dotted #666;
	float:left;
	font-family: Arial;
	
	color: #000;
	text-decoration: none;
	word-spacing: 0.1em;
	text-align: left;
	letter-spacing: 0.5px;
	text-indent: 0px;
	line-height: 1.5em;
	font-size: 1em;
	
	}

#leftcontent p {
   margin-left:10px;
    margin-right:10px;

}
#leftcontent p.imagehead{

margin-left:0px;

}

#leftcontent li {
   margin-left:15px;

}

#leftcontent ul {
   margin-left:15px;

}
p.header {
   margin-left:5px;

}
#leftcontent h2{
	background:none;
	}

#content a{
	color:#666;
	}
#content a:hover{
	color:#000;
	}



#rightcontent{
	/*padding:5px 15px;*/
	/*margin: 0 0 0 200px;*/
	width: 200px;
	/*height:615px;*/
	background-image:url(../images/rightbg.gif);
	position:relative;
	top:30px;
	right:35px;
	float:right;
	

	
	
	}

#rightcontent h2 {
margin-left:10px;
margin-top:10px;
	width:523px;
	font-size:18px;
	color:#902818;
	padding:0px 0px;
	}
	




b.address{
line-height:1.3em;
font-weight:100;

}

#leftcontent p.vactit{
line-height:1.3em;
color:#910101;
font-weight:bold;
margin-left:10px;
}

b.addresscomp {
font-family: arial, sans-serif;
	color: #8c0000;
	font-size:11px;
	font-weight:bold;
	line-height:1.4em;

}
	
	
img.gallery {
border: 1px solid #666666; 


}

/* F O R M */
form p {
	padding-left: 85px;
	margin-bottom: 10px;
}
label {
	width: 80px;
	margin-left: -85px;
	float: left;
}
input, textarea {
	font: 12px Trebuchet, Verdana, Helvetica, Arial, sans-serif;	
}

/* F O O T E R */

#footer {
	width: 690px;
	height:50px;
}
#footer a{
	color:#666;
	}
#footer a:hover{
	color:#000;
	}

/* N A V I G A T I O N */
#navi {
	display: inline;
	list-style-type: none;
}
#navi strong {
	display: none;
}
#navi li {
	float: left;
}
#navi a {
	display: block;
	height: 31px;
	background-position: bottom center;
}
#navi a.nav1{
	background-image: url('m1.gif');
	width: 128px;
}
#navi a.nav2 {
	background-image: url('m2.gif');
	width: 125px;
}
#navi a.nav3 {
	background-image: url('m3.gif');
	width: 285px;
}
#navi a.nav4 {
	background-image: url('m4.gif');
	width: 139px;
}
#navi a:hover {
	background-position: top center;
}