@charset "UTF-8";
body {
	background-image: url(/art/bg_winter.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: calibri, arial;
	font-size: 100%;


	color: #161720;
	font-size:18px;
}
.header {
	background-image: url(../art/header.png);
	background-repeat: no-repeat;
	height: 161px;
	width: 940px;
}
.footer {
	background-image: url(../art/footer.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 940px;
}
a, a:hover, a:visited {
	color: #000066;
}
.cbstudios {
	background-image: url(../art/CBStudios-LLC.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 940px;
}

.pictureframe {
	-moz-box-shadow: 1px 3px 5px #888;
	-webkit-box-shadow: 1px 3px 5px #888;
	box-shadow: 1px 3px 5px #888888;
	border-radius: 4px;

	border: 2px ridge #cce3ec;
	margin: 5px 10px 5px 10px;
}
.altcells {
	background-color: #134051;
}

.textcells {
	font-size: 16px;
}
.features {
	background-color: #134051;}


.page_margin {
	width: 16px;
}
.page_ml {
	background-image: url(../art/page_ml.png);
	background-repeat: repeat-y;
	background-position: right;
	/* [disabled]width: 20px; */
}

.page_mr {
	background-image: url(../art/page_mr.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 20px;
}
.page_mm {
	width: 884px;
	background-color: #FFF;
}
.text_title {
	font-size: 36px;
}
.text_sectiontitle {
	font-size: 25px;
}

.text_fineprint {
	font-size: 12px;
}

.padright {
	margin-right: 15px;
}

.text_pad {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
}
#menuarea {
	width: 500px;
	overflow: visible;
	position: absolute;
	z-index: 1500;
	left: 50%;
	top: 0px;
	margin-left: -200px;
}
.text_red {
	color: #F00;
}
#nosmoking {
	background-image: url(/art/nosmoking.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	margin-left: 365px;
	position: absolute;
	z-index: 3000;
	left: 50%;
	top: 200px;
}

