@charset "UTF-8";
/* KIrby Styles */

body, html{
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	background:#FFFFFF;
	text-align:center;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-325px;
	float:left;
}

#container {
	margin:0 auto;
	position:relative;
	text-align:left;
	height:650px;
	width:900px;
	clear:left;
	border:1px solid black;
}

#header {
	width:100%;
	text-align:center;
	margin:0;
	padding: 10px 0 10px 0;
}

#menu {
	width:880px;
	height:30px;
	background:#000000;
	padding:0 0 0 20px;
}

#menu a, #menu a:link, #menu a:visited {
	color:#ffffff;
	text-decoration:none;
	font-size:11px;
	letter-spacing:1px;
	text-transform:uppercase;
	line-height:30px;
	padding:0 10px 0 10px;
	height:30px;
	display:block;
	float:left;
}

#menu a:hover, #menu a:active {
	background:#999999;
}
#menu a.active {
	background:#999999;
}

.dashedLine {
	margin: 5px 0 5px 0;
	padding:0;
}

#cms {
	margin:0; padding:0;
}
