body{
	padding: 0;
	margin: 0;
	font-family: arial;
	font-size: 80%;
	}
#page{
	left: 0px;
	top: 0px;
	width: 100%;
	}
img{
	border: none;
}
#head{
	background-image: url(images/header_gradient.png);
	background-repeat:  repeat-x;
	height: 98px;
	width: 100%;
}
#head #chill_logo {
	position:absolute;
	margin-left:252px;
}
#navigator{
	position: relative;
	left: 0px;
	top: 67px;
	width: 100%;
	z-index: 2;
	/*white-space: nowrap;*/
}
#navigator div, #navigator li{
	/*white-space: nowrap;*/
}
#logo{
	position: absolute;
	left: 30px;
	top: 0px;
	z-index: 1000;
}

#footer{
	clear:both;
	width: 100%
}
#footer_content{
	border-top:5px solid #af9a78;
	background-color:#3c2d16;
	text-align: center;
	font-size: 0.8em;
	color: #fff;
	padding-bottom:10px;
}
#footer_content form {
	margin:5px 0 0 0;
}
#footer_content form input {
	font-size:10px;
	border:1px solid #2f2719;
	padding:1px;
	background:#1f1608;
}
#footer_content form input:hover, #footer_content form input:focus, #footer_content form input:active {
	background:#5f4a29;
}
#footer_content form input.button {
	height:auto;
}
#footer_content a {
	color: #fff;
	text-decoration: none;
}
.sidebox{
	width: 232px;
}
.bluebox_head{
	background-image: url(images/bluebox_16.png);
	background-repeat:  no-repeat;
	height: 35px;
	width: 212px;
	text-align: right;
	font-weight: bold;
	font-size:1.1em;
	color: #534332;
	padding: 20px 20px 0 0;
}
.bluebox_foot{
	background-image: url(images/bluebox_18.png);
	background-repeat:  no-repeat;
	height: 55px;
	width: 232px;
}
.bluebox_content{
	background-color: #dceaee;
	padding: 10px;
	margin: -8px 0 -15px 0;
}

.greenbox_head{
	background-image: url(images/greenbox_10.png);
	background-repeat:  no-repeat;
	height: 20px;
	width: 232px;
	text-align: center;
	font-weight: bold;
	font-size:1.1em;
	color: #534332;
	padding-top: 5px;
}
.greenbox_foot{
	background-image: url(images/greenbox_14.png);
	background-repeat:  no-repeat;
	height: 55px;
	width: 232px;
}
.greenbox_content{
	background-color: #edfada;
	padding: 10px 10px 0 10px;
	width: 212px;
}
.boxnews{
	width: 189px;
	background-image: url(images/whitebox_19.png);
	background-repeat:  no-repeat;
	background-color: #f6fafb;
	padding: 8px 8px 0 8px;/**/
	margin: 0 0 5px 3px;
	white-space: normal !important;
}
.boxnews span.foot{
	display: block;
	height: 8px; 
	width: 205px;
	background-image: url(images/whitebox_22.png);
	background-repeat:  no-repeat;
	background-color: #fff;
	margin: 4px 0 0 -8px;
	/*border: 1px solid red;*/
	
}
.boxcal{
	width: 189px;
	background-image: url(images/whitebox_o.png);
	background-repeat:  no-repeat;
	background-color: #fff;
	padding: 8px 8px 0 8px;/**/
	margin: 0 0 5px 3px;
	white-space: normal !important;
}
.boxcal span.foot{
	display: block;
	height: 8px; 
	width: 205px;
	background-image: url(images/whitebox_u.png);
	background-repeat:  no-repeat;
	background-color: #fff;
	margin: 4px 0 0 -8px;
	/*border: 1px solid red;*/
	
}
.boxnews h3{
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

#leftbar{
	width: 250px;
	float: right;
	white-space: normal;
}
#mainframe {
	width:913px;
	margin:90px 0 50px 78px;
}
#text-content {
	margin:0;
	width:600px;
	float:left;
}
#text-content p {
	margin:5px 0;
	padding:0;
	line-height: 1.5em;
}
#text-content h1 {
	font-family:helvetica,arial,sans-serif;
	color:#534332;
	margin:5px 0 15px 0;
	padding:0;
}
#text-content h2 {
	font-family:helvetica,arial,sans-serif;
	color:#534332;
	margin:15px 0 15px 0;
	padding:0;
}
/*
#text-content a{
	color: #3c2d16;
	text-decoration: none;
	border-bottom: 1px dotted #3c2d16;
}

#text-content a:hover{
	background-color: #e0d5bf;
}
*/
#text-content ul{
	list-style-image:url(images/bullet_icon.png);
	}
#text-content img{
	border: none;
	/*margin: 10px;*/
}
#text-content blockquote{
	background-image: url(images/quote_icon.png);
	background-repeat:  no-repeat;
	background-position: 5px 5px;
	background-color: #e0d5bf;
	padding: 15px 15px 15px 30px;
}
.bodycopy a {
	color: #3E2F18 !important;
	text-decoration: none !important;
	font-weight: bold;
}
.bodycopy a:hover {
	background-color: #e0d5bf !important;
	/*color: #ffffff !important;*/
}

.contentframe{
	border: 2px solid #C4CEB6;
	background-color: #DCEAEE;
	border-radius: 0.7em;
	-moz-border-radius: 0.7em;
	-webkit-border-radius: 0.7em;
	padding: 10px;
	margin-bottom: 10px;
}
