#navsite ul {
	border-bottom: 1px solid #778;
	font: bold 12px Verdana, sans-serif;
	padding: 3px 0 3px 0;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 875px;
	position: relative;
	background: #99ffcc;
	left: 50px;
}

#navsite ul li {
	list-style: none;
	margin: 0;
	display: inline;
}

#navsite ul li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #66cc99;
	text-decoration: none;
}

#navsite ul li a:link {
	color: #448;
}

#navsite ul li a:link:hover, #navsite ul li a:visited:hover{
	color:#000;
	background: #00cc66;
	border-color: #227;
}

#navsite ul li a#current{
	background: white;
	border-bottom: 1px solid white;
}

#navsite2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	width: 12em;
	border-right: 1px solid #666;
	padding: 0;
	background-color: #9cc;
	color: #333;
	margin-bottom: 2px;
}

#navsite2 ul {
	margin: 0;
	border-top: 1px solid #003;
}

#navsite2 ul li a {
	display: block;
	padding: 2px 2px 2px 0.5em;
	border-left: 10px solid #369;
	border-right: 1px solid #69c;
	border-bottom: 1px solid #369;
	background-color: #036;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #navsite2 ul li a {
	width: auto;
}

#navsite2 ul li a:hover {
	border-left: 10px solid #036;
	border-right: 1px solid #69c;
	border-bottom: 1px solid #369;
	background-color: #69f;	
	color: #fff;
}

#crumbs {
	background-color: #eee;
	padding: 4px;
}

#movie_view {
	font-size: 12px;
}

#crumbs ul {
	display: inline;
	padding-left: 0;
	margin-left: 0
}

#crumbs ul li {
	display: inline;
}

#crumbs ul li a:link {
	padding: .2em;
}

#content {
	border-width: 1px;
	border-right: 1px solid #778;
	border-bottom: 1px solid #778;
	border-left: 1px solid #778;
	width: 870px;
	position: relative;
	background: white;
	padding: 20px 3px 3px 3px;
	left: 50px;
}

#sitelogo {
	position: relative;
	left: 100px;
}

#calendar {
	font-family: "Lucida Grande";
	border-style: solid;
	border-width: thin;
}

#calendar td.nullL {
	background: #cccccc;
	color: #aaaaaa;
	width: 150px;
	border-left: thin solid black;
	border-bottom: thin  black;
	border-right: thin solid black;
	border-top: thin solid black;
}

#calendar td.null {
	background: #cccccc;
	color: #aaaaaa;
	width: 150px;
	border-left: thin solid black;
	border-bottom: thin solid black;
	border-right: thin solid black;
}

#calendar div.event {
	font-size: 16px;
	border: thin dashed #778;
	margin: 6px;
}

#calendar td.activeL {
	border-top: thin solid black;
	border-right: thin solid black;
	border-left: thin solid black;
}

#calendar td.active {
	border-top: thin  black;
	border-right: thin solid black;
	border-left: thin solid black;
	border-bottom: thin solid black;
}

#calendar div.event a {
	text-decoration: none;
}

#cal_label {
	color: #66cc99;
	font-size: 30px;
	left: 50%;
}

body {
	background : #99ffcc;
	font-family:'Lucida Grande';
}

