@charset "utf-8";
@import url("/static/css/content.css");
/* CSS Document */

.bluegreen {color: #1E6C91;}
.green, .green a { color: #79930E; }
.beige {
	color: #ebebeb;
}
a {
	font-weight: bold;
	color: #79930e;
	text-decoration: underline;	
}
a:hover {
	text-decoration: underline;
}
.clearfloat {
	clear: both;
	float: none;
}
.clearleft {
	clear: left;
}
img {
	border: none;
}
body {
	background-color: #e9e9e9;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*h1 {
	font-size: 16px;
	letter-spacing: -1px;
	color: #fff;
	margin:10px 0px 0px 0px;
	padding-bottom: 8px;
	background-image: url('/static/images/h_bottom.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
}*/
h2, h1 {
	font-size: 16px;
	letter-spacing: -1px;
	color: #79930E;
	margin:0px 0px 10px 0px;
	padding-top: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
	/*background-image: url('/static/images/h_bottom.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;*/
}
h3 {
	color: #79930e;
	font-size: 11px;
	margin:0px;
	padding: 4px 0px;
}
h3 a, h1 a, h2 a {
	color: #000;
	text-decoration: underline;
}
textarea {
	width: 80%;
}
input, select, textarea {
	padding: 3px;
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #aaa;
}
div.wrapper {
	width: 800px;
	margin: 0px auto;
	background: #fff;
	border: 2px solid #ccc;
}
div#headroom {
	height: 85px;
	background-image:url(/static/images/mar09_header.jpg);
	padding: 10px;
	font-size: 10px;
	color: #fff;
}
div.upevents {
	padding: 8px 15px;
}
div.upevents td {
	background-color: #f4f4f4;
	padding: 4px;
}
div#middlepart {
	margin: 0px auto;
	
}
div.logo {
	width: 800px;
	height: 79px;
	margin: 10px auto;
	background-image:url(/static/images/kart_out_logo.png);
	background-repeat: no-repeat;
}

.login a {
	color: #adce29;
	font-size: 12px;
	font-weight: bold;
}
div#homepage {
	margin: 10px auto;
	position: relative;
}

div#navigation {
	padding: 0px;
	position: relative;
	display: block;
	margin-bottom: 10px;
}
/*NAVIGATION*/
div#navigation ul {
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
	width: auto;
	height: 25px;
	border-bottom: 3px solid #aecd29;
}
div#navigation ul li {
	display: block;
	float: left;
	text-align: center;
	font-size:13px;
}
div#navigation ul li a {
	display: block;
	float: left;
	color: #2e2e2e;
	/*text-decoration: none;*/
	padding: 4px 10px;
	text-align: center;
}
div#navigation ul li a:hover {
	color: #79930e;
	text-decoration: underline;
}

div.contentours {
	margin: 0px 25px;
	/*width: 447px;*/
	padding-top: 0px;
	
}
div#contenttop {
}
div#contentarea {
	padding: 0px 5px;
}
div#footer {
	width: 700px;
	font-size: 11px;
	color: #fff;
	margin: 15px auto;
	padding: 0px;
}

div.directory_listing {
	width: 32%;
	float: left;
	font-size: 14px;
	text-align:center;
	margin-bottom: 10px;
}
.attract {
	color:#901D86;
}
a.attract{
	text-decoration: underline;
}
.attract a{
	text-decoration: underline;
}
.art_surround{width:45%;float:left;}
.art_surround a{font-size:11px;}
.newssur{width:46%;margin:0.5%;padding:1%;float:left;border: 1px solid #ddd;}