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

#wrapper {
	width: 795px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
}

/* MAIN FRAME */
#header {
	width: 795px;
	height: 100px; !important;
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	float: left;	
}

#date {
	width: 330px;
	float: right;
	padding: 10px;
	color: #FFF;
	font-size: 10px;
	text-align: right;
}

#nav {
	width: 795px;
	float: left;
	background-color: #FFF;
	padding-bottom: 3px;
}

/* CONTENT FRAME */
#content-wrapper {
	width: 795px;
	float: left;
	background-image: url(images/kite_backer.gif);
	background-repeat:no-repeat;
	background-color: #FFF;
	margin-top: 3px;
}

#left-panel {
	width: 135px;
	float: left;
}

#content {
	width: 655px;
	float: left;
	margin-right: 5px;	
}

#content-text {
	width: 470px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

#right-panel {
	width: 165px;
	float: left;
	padding-top: 20px;
}

#right-images {
	width: 165px;
	height: 131px;
	float: left;
	margin-bottom: 20px;
}

#footer {
	width: 660px;
	float: left;
}

/* MAIN NAVIGATION  */
#top_nav {
	width: 795px;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #0F411D;
	background-color: #a0cf67;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 8.5pt;
}
#top_nav a:link {
	color: #0F411D;
	text-decoration: none;
}

#top_nav a:visited {
	text-decoration: none;
	color: #0F411D;
}
#top_nav a:hover {	
	text-decoration: underline;
	color: #FFF;
}

	