@charset "UTF-8";
/* CSS Document */

/* --------------Blanket rules for all elements----------- */

html, body {
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#24262a;
	text-align:center;
	}
	
h1 {
	text-align: left;
	font-size: 130%;
	line-height: 110%;
	font-weight: normal;
	margin-top:10px;
	color: #660000;
	}
	
h1 a:link {
	color:#666666;
	text-decoration: none;
	}
	
h1 a:visited {
	color:#666666;
	text-decoration: none;
	}
	
h1 a:hover {
	text-decoration: underline;
	color: #666666;
	}
	
h2 { 
	text-align:left;
	font-size: 90%;
	font-weight: bold;
	font-style: italic;
	line-height: 100%;
	color: #000;
	}

h3 {
	text-align: center;
	font-size: 90%;
	font-weight: normal;
	letter-spacing: 2px;
	color: #fff;
	}
	
h3 a:link {
	color:#fff;
	text-decoration: none;
		}
	
h3 a:visited {
	color:#fff;
	text-decoration: none;
	}
	
h3 a:hover {
	text-decoration: underline;
	color: #fff;
	}

h4 {
	text-align: left;
	font-size: 90%;
	line-height: 100%;
	font-weight: bold;
	margin-top:10px;
	color: #0066CC;
	}
	
p	{
	font-size: 90%;
	line-height: 130%;
	text-align:left;
	font-weight: normal;
	color:#000;
	}
	
p a:link {
	font-size: 100%;
	line-height: 130%;
	color:#000;
	font-weight:normal;
	text-decoration: none;
	}
	
p a:visited {
	font-size: 100%;
	line-height: 130%;
	color:#000;
	font-weight: normal;
	text-decoration: none;
	}
	
p a:hover {
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	color: #25bdae;
	}

	

/* ------------- layout --------------*/
#nav_bar {
	position:absolute;
	width:950px;
	height: 30px;
	left: 0px;
	top: 112px;
	padding:0px;
	z-index: 20;
	}	
	
#wrapper {
	position:relative;
	width: 950px;
	height:650px;
	margin-right:auto;
	margin-left:auto;
	background-image: url(images/bg_img.JPG);
	background-repeat:repeat-y;
	}
	
#wrapper_prices {
	position:relative;
	width: 950px;
	height:2400px;
	margin-right:auto;
	margin-left:auto;
	background-image: url(images/bg_img.JPG);
	background-repeat:repeat-y;
	}

#wrapper_info {
	position:relative;
	width: 950px;
	height:750px;
	margin-right:auto;
	margin-left:auto;
	background-image: url(images/bg_img.JPG);
	background-repeat:repeat-y;
	}
	
#content {
	position: absolute;
	width:950px;
	height:590px;
	top: 0px;
	padding:0px;
	background-image:url(old_site/images/bg-img.JPG);
	background-repeat:no-repeat;
	} 
	
#gallery {
	position:absolute;
	left:0px;
	top: 150px;
	width:950px;
	height: 420px;
	background-color:#FFF;
	}	
	
#masthead {
	position:absolute;
	width:950px;
	height: 100px;
	left: 0px;
	top: 0px;
	padding:0px;
	}		
		
#maintext {
	position:absolute;
	width:480px;
	height: 460px;
	left: 261px;
	top: 154px;
	padding:0px;
	background-image: url(images/white_bg.JPG);
	background-repeat:no-repeat;
	}
	
#maintext_copy {
	position:absolute;
	width:455px;
	height: 0px;
	left: 20px;
	top: 0px;
	padding:0px;

	}

#left_bar {
	position:absolute;
	width:261px;
	height: 490px;
	left:0px;
	top: 154px;
	padding:0px;
	}
	
#right_bar {
	position:absolute;
	width:201px;
	height: 490px;
	left:749px;
	top: 154px;
	padding:0px;
	background-image: url(images/bg_right_bar.JPG);
	background-repeat:no-repeat;
	}
		
#left_bottom {
	position:absolute;
	width:261px;
	height: 200;
	left: 0px;
	top: 500px;
	padding:0px;
	}
			
/* ---------------footer-------------- */

#footer h1 {
	position: relative;
	height: 60px;
	left:0px;
	top: 0px;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align:center;
	color: #666666;
	}
	
	
/*----------- image floats -----------*/


.caption	{
	font-size: 70%;
	line-height: 90%;
	padding: 5px;
	}

	
.float_right {
	float:right;
	margin-left: 5px;
	}

.clear {
	clear:left;
	padding-top:0px;
	}

.clear2 {
	clear:right;
	padding-top:0px;
	}
	
.spacer {
	padding-top: 10px;
	}

	
	
