/* CSS Document */

body, html {
	background: url('images/whitebg.gif') repeat-y center;
	background-color: #afa162;
	margin: 0px;
	text-align: center; 
}

body, tr, td {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;	
}

a {
	color: #990000;
	text-decoration: none; 	
}

a:hover {
	color: #a27f16;
	text-decoration: underline; 
}

h2 {
	font-size: 16px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #990000;	
}

h3, h1 {
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #990000;	
}

.entry0 h1, .entry1 h1 {
	color: #4F4B40;
	font-family:  Verdana, Tahoma, Arial, sans-serif; 
	font-size: 15px; 
	font-weight: lighter; 
	background-color: transparent;
	border-bottom: 1px solid #E6E5E3;
	padding: 4px 10px;
	margin: 0;
}

hr {
	background-color: #990000;
	border: none; 
	height: 1px; 
	width: 80%;
}

#container {
	margin: 0 auto;
	width: 888px;
	text-align: justify;
	position: relative; 
}

#header {
	position: absolute; 
	left: 0px;
	top: 0px; 
	width: 888px;
}

#chamber {
	position: absolute; 
	left: 0px;
	top: 71px;	
}

#menu {
	z-index: 1000;
	position: absolute; 
	left: 101px;
	top: 71px;
	width: 787px;
	height: 14px;
	height: 39px;
	background-color: #000033;
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	font-size: 10px;
	line-height: 39px;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

li {
	float: left;
	position: relative;
	width: 12em;
	text-align: center; 
	color: #fff0b2;
	cursor: pointer; 
}
  
li ul {
	display: none;
	position: absolute; 
	top: 1em;
	left: 0;
}
  
li > ul {
	top: auto;
	left: auto;
}
	
li:hover ul, li.over ul { 
	display: block; 
	line-height: 20px;
	background-color: #fff0b2;
}

li:hover ul li, li.over ul li { 
	border: 1px solid #a27f16;
	margin: 2px;
	background-color: #FFFFFF;
	color: #990000;
}

li a {
	text-decoration: none;
	font-weight: bold;
}

#pic {
	border-top: 13px solid #990000;
}

#content {
	z-index: 1;
	position: absolute;
	left: 20px;
	top: 121px;
	width: 660px;
	clear: left; 
}

#sidebar {
	position: absolute; 
	left: 700px;
	top: 121px;
	width: 159px;
	text-align: left; 
}

#sidebar a {
	color: #a27f16;
	text-decoration: none; 
}

#sidebar a:hover {
	color: #990000;
	text-decoration: underline; 	
}

.photo {
	margin: 15px; 
	padding: 5px; 
	border: 1px solid #a27f16;
	background-color: #FFFFFF;
}

#footer {
	text-align: center; 
	font-size: 9px;	
	padding-top: 30px;
}

.small {
	font-size: 9px;	
}

.entry {
	margin: 10px 0;
}

#calendar h1 {
	margin: 0;
}