﻿body {
	margin:0; padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	
}
h1 {
	font-size: 20px;
	color: #015B49;
}
h2 {
	font-size: 16px;
	color: #000000;

}
#wrapper {
	
	width: 960px;
	margin: 0 auto 0 auto; 
	border-right: 2px #DDBC9B solid; 
	border-bottom: 2px #DDBC9B solid; 
	border-left: 1px #DDBC9B solid; 
	background-image:url('images/bkg-wrapper.jpg'); 
	background-repeat:no-repeat; 
	background-color: #FFFFFF;
}
#header {
	height: 105px;
}
#nav {
	height: 30px;
	
}
#nav-L {
	float:left; 
	width: 350px;
	padding: 8px 0 0 15px;
}
#nav-R {
	float:right; 
	width: 350px;
	padding: 8px 15px 0 0;
	text-align:right;
}

#nav a:link {color: #FFFFFF;	text-decoration:none;}
#nav a:visited {color: #FFFFFF;	text-decoration:none;}
#nav a:active {color: #FFFFFF;	text-decoration:none;}
#nav a:hover {color: #DDBC9B;	text-decoration:underline;}

#holder {
	width: 720px;
	margin: 0 auto 0 auto;
}
#footer {
	clear:both;
	height: 22px;
	background-image:url('images/bkg-footer.jpg');
	padding: 6px 0 0 0;
	color: #FFFFFF;
}
#sub-footer {
	height: 35px; 
	padding-top: 10px; 
	width: 960px;
	margin: 0 auto 0 auto;
}
.col-L {
	float:left;
}
.col-R {
	float:right;
}
.clear-L {
	clear:left;
}

#shoptour-holder {width: 800px; margin: 0 auto 0 auto;	}
.STcenter {text-align: center;}

.style1 {
	text-align: center;
}
.style2 {
	color: #FFFFFF;
}
a:link {color: #015B49; text-decoration:none;}
a:visited {color: #015B49; text-decoration:none;}
a:active {color: #015B49; text-decoration:none;}
a:hover {color: #000000; text-decoration:underline;}

.whitelink {  }
.whitelink a:link {color: #FFFFFF; text-decoration:none;}
.whitelink a:visited {color: #FFFFFF; text-decoration:none;}
.whitelink a:active {color: #FFFFFF; text-decoration:none;}
.whitelink a:hover {color: #FFFFFF; text-decoration:none; }

.style3 {
	vertical-align: middle;
}
