@charset "utf-8";
/* CSS Document */
#background {
	background-color: #66ccff;
	background-image: url(kehoebackgroundblur.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#background .content {
	font-family: sans-serif;
	background-color: #FFF;
	display: block;
	position: relative;
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	height: auto;
	border: 2px solid #CCC;
	
     -moz-border-radius: 12px; /* FF1+ */
  -webkit-border-radius: 12px; /* Saf3+, Chrome */
          border-radius: 12px; /* Opera 10.5, IE 9 */

}
#background .content {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#nav_cont {
	background:#4D99BF;
	height: 30px;
	width: auto;
	margin-bottom:0;
}
#nav_cont .nav, #nav_cont .nav li {
	line-height: 30px;
	margin: 0px;
	padding: 0 0 0 0;
	height: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style-type: none;
}

#nav_cont .nav li {
	float: left;
	display: block;
	line-height: 30px;
}
#nav_cont .nav li a {
	text-decoration: none;
	color: #FFF;
	display: block;
}
#nav_cont .nav li a span {
	display: block;
	height: 30px;
	margin-left: 20px;
	padding-right: 20px;
	line-height: 30px;
}

#nav_cont .nav li a:hover {
	line-height: 30px;
	color: #FFF;
	background-color: #1A3340;
	height: 30px;
}
#nav_cont .nav li a:hover span {
	color: #FFF;
	background-color: #1A3340;
	height: 30px;
}
#background .content #contact {
	padding-top: 10px;
	font-size: 14px;
}
#background .content #main {
	font-size: 14px;
	color: #1A3340;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 5px;
	list-style-type: square;
}
#background .content #footer {
	font-size: 10px;
	text-align: center;
}
#content {
    color: #1A3340;
}

ul.t {margin-top: 0px;}