* {
	margin: 0;
	padding: 0;
/* 	border: 1px dotted #fff; */
}
html {
	width: 100%;
}
body {
	background: #060503 url('/gfx/bg.jpg') top center no-repeat;
	color: #ffffff;
	font: 0.8125em 'lucida grande', tahoma, arial, "trebuchet ms", verdana, arial;
	line-height: 1;
	margin: 0;
	width: 100%;
}
a {
	color: #00548a;
	text-decoration: underline;
}
a:hover {
	color: #00548a;
	text-decoration: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
td {
	padding: 0;
	border: 0;
	border-collapse: collapse;
}


.h {
	display: none;
}


#container {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}
#wrapper {
	float: left;
	width: 100%;
}
#main {
	width: 550px;
	margin: 0 285px 5em 0;
}
#sidebar {
text-align: center;
	float: left;
	margin-left: -285px;
	padding: 500px 0 0 0;
	width: 285px;
}
#sidebar img {
	border: 0;
	margin: 0 0 0 20px;
}

#header {
	background: url('/gfx/header.gif') no-repeat;
	height: 120px;
}


#menu,
#menu ul {
	list-style: none;
	font-family: "lucida grande", tahoma, arial;
}
#menu li.main {
	color: #af5353;
	float: left;
	text-transform: uppercase;
}
#menu a {
	font-size: .85em;
	background-color: #510707;
	display: block;
	text-decoration: none;
}
#menu li.main a {
	color: #af5353;
	margin: 0 .3em 0 0;
	padding: 1em 1em;
}
#menu li.active a {
	background-color: #8a0000;
	color: #ffffff;
}
#menu li.main a:hover {
	background-color: #d30000;
	color: #ffffff;
}
#menu ul li a {
	background-color: #d30000 !important;
	color: #ffffff !important;
	display: block;
	margin: 0;
 	padding: .5em 1em .5em 1.2em !important;
	text-decoration: none;
	text-transform: none;
}
#menu ul li a:hover {
	background-color: #510707;
}
#menu ul {
	background-color: #d30000;
	display: none;
	padding: .5em 0;
	position: absolute;
	top: 2em;
	left: 0;
}
#menu ul li {
	background-color: #d30000 !important;
	position: relative;
	width: 13em;
}
#menu li ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
#menu li:hover ul,
#menu li.over ul { /* lists nested under hovered list items */
	display: block;
}
#menu li:hover a,
#menu li.over a {
	background-color: #d30000 !important;
	color: #ffffff !important;
}
#menu_border {
	border-top: #8a0000 .4em solid;
	clear: both;
	margin: 0 0 1em 0;
}


#introduction {
	clear: both;
}


h1 {
	color: #ffffff;
	font-family: georgia, 'Trebuchet MS', times;
	font-size: 2.2em;
	font-weight: normal;
	margin-bottom: 1em;
}
#content h2 {
	font-weight: normal;
	margin: 0 0 1em 0;
}
#content {
	color: #c0b79e;
	font-size: .9em;
	line-height: 2em;
	padding: 2em 1.5em 0 1em;
}
#content p {
	margin-bottom: 1.5em;
}
#content a {
	color: #ffffff;
}
#content ul.program {
	margin-left: 2em;
}

ul.blog_entries {
	list-style: none;
}
.blog_entries .title {
	color: #c0b79e;
	font-family: georgia;
	font-size: 2em;
}
.blog_entries .title a {
	color: #c0b79e;
}
.blog_entries .time {
	color: #463f39;
	font-size: .8em;
	margin-left: .7em;
}
.blog_entries .comment_count {
	color: #893f3f;
	font-size: 1.2em;
	margin-left: .2em;
}
.blog_entries .excerpt,
.blog_entries .body {
	clear: both;
	display: block;
	margin: 1em 0 2em 0;
}
.blog_entries .excerpt {
	color: #463f39;
	font-size: .9em;
	line-height: 1.7em;
}
.blog_entries a {
	color: #ffffff;
}
.blog_entries .excerpt .more {
	margin-left: 1em;
	text-decoration: none;
}


.gallery .image {
	background-color: #272921;
	float: left;
	height: 120px;
	margin: 0 .5em .5em 0;
	width: 120px;
}
.gallery a {
	display: block;
	height: 100%;
	width: 100%;
}


















