/*------------------*/
/* LINKS			*/
/*------------------*/
a {
	color: #cc0000;
	}
a:hover {
	text-decoration: none;
	}
a img { /* Firefox fix */
	border: none;
	}
/*------------------*/
/* FONT SIZE STYLES */
/*------------------*/
	.xs {
		font-size: 8px;
		line-height: 10px;
		}
	.s {
		font-size: 12px;
		line-height: 15px;
		}
	.m { 
		font-size: 14px; 
		line-height: 18px;
		}
	.l {
		margin: 10px 0 15px 0;
		font-size: 16px;
		line-height: 22px;
		}
	.ml {
		font-size: 18px;
		}
	.xl {
		font-size: 20px;
		line-height: 26px;
		}
	.xxl {
		font-size: 24px;
		line-height: 32px;
		}
/*------------------*/
/* FORMATTING		*/
/*------------------*/
.clear {
	clear: both;
	}
.clearleft {
	clear: left;
	}
.clearright {
	clear: right;
	}
	
/* ======== */
ul, li, ol {
	margin: 0; 
	padding: 0;
	}
p {
	color:#333;
	}
body {
	font-family:'Caflisch Script Pro','trebuchet ms',arial,verdana,sans-serif;
	font-size: 100%;
	background: #fff url(../images/pagebg.png) repeat top left;
	color: #00b1ae;
	padding: 0;
	margin: 0;
	min-width: 770px;
	text-align: center;
	}
#header{
	position: relative;
	top: 24px;
	margin-bottom: 10px;
	z-index:6;
	}
#headbg{
	background: url(../images/headerbg.png) repeat-x top left;
	position: absolute;
	top: 0;
	left: 0;
	height:120px;
	width: 100%;
	z-index: 6;
	}
#promo{
	position:relative;
	float: right;
	text-align: center;
	padding:0 5px;
	width:185px;
	background:#fff;
	border: double 3px #ccc;
	z-index:50;
	}
*html #promo{
	font-size:80%;
	width: 200px;
	padding:3px 5px;
	}
#wrapper{
	text-align: left;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	}
#contents{
	/*border: double 3px #ccc;
	border-top: none;
	border-bottom:none;
	*/
	z-index: 5;
	padding: 10px 0;
	}
#navbar{
	/* background:#f7b4ca;
	border: double 3px #ccc;
	*/
	position: relative;
	top: -15px;
	z-index:6;
	float:right;
	}
#nav{
	list-style: none;
	}
#nav li{
	float:right;
	}
#nav a{
	font-weight: bold;
	font-size: 85%;
	float:left;
	background: none;
	display:block;
	margin: 0;
	padding:3px 1.1em;
	color:#6d625c; /*#00b1ae;*/
	}
#rightContent{
	margin:5px 0 0 0;
	}
ul#sidebar{
	float: right;
	list-style: none;
	margin: 5px 0 0;
	}
ul#sidebar li{
	margin: 5px 0;
	padding: 0;
	width: 200px;
	height: 121px;
	}
* html ul#sidebar li{
	margin-bottom: -5px;
	}
ul#sidebar li a img{
	border:solid 1px #888;
	margin:0;
	padding: 0;
	}
#flashContent{
	float: left;
	width: 563px;
	height: 497px;
	margin-right:5px;
	margin-top: 10px;
	/* background: lightblue url(../images/main.jpg) no-repeat; */
	border:solid 1px #888;
	}
* html #flashContent{
	margin: 15px 0 0 0;
	}
*+html #flashContent{
	margin-top: 15px;
	margin-right:0;
	}
#flashContent img#mainImg{
	 width:563px;
	 height:497px;
	 }
* html #flashContent img#mainImg{
	 margin-bottom:-5px;
	 }
#fctext{
	padding: 0px 20px;
	}
* html #fctext{
	padding: 1px 20px 0;
	}
*+html #fctext{
	padding: 1px 20px 0;
	}
#footer p{
	margin: 0px 5px 5px;
	padding: 0;
	font-size: 60%;
	color: #aaa;
	float: right;
	}
#bars{
	background: url(../images/bars.png) repeat-x bottom left;
	position: absolute;
	bottom:0;
	left:0;
	height:25px;
	width: 100%;
	z-index: 6;
	border-top:solid 3px #888;
	}
.quote{
	padding-left:18px;
	padding-right:10px;
	margin-bottom: 15px;
	font-size:80%;
	background-color:#fedca0;
	color:#333;
	}
#menulist{
	list-style-type: circle;
	list-style-position: inside;
	color:#333;
	cursor: pointer;
	}
#menuImg{
	position: relative;
	float:right;
	top: 8px;
	right: 5px;
	border: #888 solid 1px;
	z-index: 100;
	}
.toplinks{
	position: relative; 
	float:right; 
	padding:4px 10px 0px;
	font-size: 12px;
	color:#333;
	}
.toplinks a{
	color:#00b1ae;
	}
						
