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

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

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

#header {
	position: absolute; 
	left: 0px;
	top: 0px;
	width: 900px;
	height: 175px;
}

#leftside {
	position: absolute; 
	top: 175px;
	left: 9px;
	width: 135px;
}

.leftphoto {
	border: 9px solid #e0d8c1;
}

#leftside ul {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 0;
	border: none;
	text-align: right;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
} 

#leftside li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#leftside li a {
	padding: 3px 10px 3px 0px;
	background-color: #CC3300;
	/*background-color: #e1c67f;*/
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	display: block;
	text-decoration: none;
	color: #5d4f31;
}

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

#leftside li a:hover {
	color: #924e34;
	background: url('images/menuarrow.gif') no-repeat left;
	background-color: #e1d8c1;
}

#leftside ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#leftside ol a {
	padding: 3px 10px 3px 0px; 
	background-color: #e0d8c1;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	display: block;
	text-decoration: none;
	color: #5d4f31;
}

#leftside html>body ol a {
	width: auto;
}

#leftside ol a:hover {
	color: #924e34;
	background: url('images/menuarrow2.gif') no-repeat left;
	background-color: #f0ecdf;
}

#footer {
	text-align: right;
	font-size: 9px;
	line-height: 16px;
}

#content {
	position: absolute;
	left: 165px;
	top: 175px;
	width: 490px;
}

#calendar {
	position: relative;
	padding:10px;
	width: 218px;
	height:500px;
}

#calendartside ul {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 0;
	border: none;
	text-align: right;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

a {
	color: #46348e;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #e0940d;
}
.title {
color:#4E3A30;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:28px;
font-stretch:narrower;
margin-top:3px;

}