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

body {
	background:#ffd93f url(../images/bg.jpg) top left no-repeat;
	margin:0 auto;
	text-align:center;
	font-family:"Tekton Pro", Tahoma, sans-serif;
	font-size:14px;
}

/* Layout area specification divs */
#wrapper {
	width:1010px;
	margin:50px 0 0 100px;
	text-align:center;
}

#banner {
	background:url(../images/bannerbg.jpg) no-repeat;
	width:1000px;
	height:358px;
	margin-top:50px;
	border-right:#000 solid 3px;
	border-left:#000 solid 3px;
	border-bottom:#000 solid 1px;
	float:left;
}

#flash {
	width:1000px;
	height:300px;
	border-top:#000 solid 3px;
	border-bottom:#000 solid 1px;
}

#content {
	background:url(../images/contentbg.jpg) repeat-y;
	width:1000px;
	border-right:#000 solid 3px;
	border-left:#000 solid 3px;
	float:left;
}

#leftcontent {
	width:750px;
	background:transparent;
	float:left;
}

#rightsb {
	width:246px;
	height:1175px;
	background:transparent;
	border-left:4px solid #000;
	float:left;
}

#footer {
	width:1000px;
	background:url(../images/footer.jpg) no-repeat;
	height:64px;
	border-right:#000 solid 3px;
	border-left:#000 solid 3px;
	border-bottom:#000 solid 3px;
	border-top:#000 solid 1px;
	float:left;
}

/* Text Specifications */

#leftcontent p, h1 {
	padding:0 10px 0 10px;
	text-align:left;
}

#rightsb h2 {
	margin-top:25px;
	padding-left:10px;
	text-align:left;
	color:#360;
	font-size:16px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
}

#rightsb .date {
	padding-left:10px;
	padding-right:10px;
	margin:3px;
	text-align:left;
	color:#C60;
	font-size:14px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
}

#rightsb .event {
	padding-left:10px;
	padding-right:10px;
	margin:3px;
	text-align:left;
	color:#009;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
}

#rightsb .notice {
	padding-left:10px;
	padding-right:10px;
	margin:3px;
	text-align:left;
	color:#C70000;
	font-size:10px;
	font-family:Tahoma, Geneva, sans-serif;
	cursor: hand;
}

#rightsb .notice2 {
	padding-left:10px;
	padding-right:10px;
	margin:3px;
	text-align:center;
	color:#C00;
	font-size:18px;
	font-family:Tahoma, Geneva, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-indent: 5px;
}

#footer td {
	padding:10px 10px 10px 10px;
	font-size:18px;
}

.soldout {
	color:#C00;
	font-variant:small-caps;
	font-weight:bold;
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;
}

.imgleftsvcs {
	float:left;
	margin:5px 20px 5px 0px;
	border:3px #000 solid;
}

.imgrt {
	float:right;
	margin:5px 50px 5px 5px;
	border:3px #000 solid;
}

.imgrtprod {
	float:right;
	margin:5px 70px 5px 5px;
	border:3px #000 solid;
}
.map {
	float:right;
	margin:5px 50px 5px 5px;
	border:3px #000 solid;
	cursor: hand;
}


.tides {
	float:left;
	margin:5px 10px 5px 10px;
	cursor: hand;
}

ul>li {
	text-align: left;
	list-style: disc inside;
}

a:link {
	color: #06C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #063;
}
a:hover {
	text-decoration: none;
	color:#090;
}
a:active {
	text-decoration: none;
	color: #06C;
}
