*{margin: 0; padding: 0;}
* html body{margin-bottom: 20px;}
body{
	background: #888;
	color:#3d476b;
	font-family: Verdana, Geneva, sans-serif;
	margin: auto;
	margin-top:20px;
	font-size:.9em;
}
h3{
	line-heith: 1.5em;
  	padding-bottom:.5em;
	font-size:1em;
}
a{
	color:#3d476b;
}
#header{
	background: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 3em;
	padding: .5em 0 .5em 0;
	width:980px;
	margin: auto;
	position: relative;
}
#nav{
	width:980px;
	background:#ee6725;
	margin: auto;
	position: relative;
}
#nav ul{
	padding: 0.5em 0;
	text-align: right;
}
#nav li{
	display: inline;
	border-right: 1px solid #Ffffff;
	margin-right: 0.5em;
	padding-right: 0.75em;
}
#nav li a{
	color: #ffffff;
	text-decoration: none;
}
#nav li.last{
	border: none;
	}
#nav li.active a{
	color:#3d476b;
	text-decoration: none;
}
#middle{
	width:980px;
	background:#c12b2a;
	margin: auto;
	position: relative;
}
#sidebar{
	color:#fff; 
	width: 160px;
	float:left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#sidebar p {
	margin-bottom: 1.5em;
}
#sidebar a {
	color:#fff;
	text-decoration: none;
}
#sidebar p.sbactive a{
	text-decoration:none;
	color:#35212a;
}
#message{
	color:#fff; 
	width: 180px;
	float:left;
	padding: 10px;
	font-style:italic;
	line-height:1.5em;	
}
#main{
	width:740px;
	background: #ffffff;
	float: left;
	padding: 20px 20px 10px 20px;
	min-height:520px;
}
#main ul li{
	margin: .5em 0 .5em 1.5em;
}
#main ol li{
	margin: .5em 0 .5em 1.5em;
}
#calendar{
	background: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#footer{
	width: 980px;
	background:#ee6725;
	text-align: center;
	color: #ffffff;
	clear: both;
	padding: .5em 0 .5em 0;
}
#footer a {
	color: #ffffff;
	text-decoration: underline;
}
.contact-cell{
	width: 250px;
	height: 250px;
	text-align: left;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	margin-bottom:5px;
}
.readings{
	float:left;
	width: 300px;
	height: 150px;
	margin:20px;
}
.readings th{
	font-weight:100;
}
#previousimage{
	text-align:center;
	margin-right: 450px;
	margin-top:10px;
	font-weight:bold;
}
#nextimage{
	text-align:center;
	margin-left: 450px;
	margin-top: -18px;
	font-weight: bold;
}
.center{
	text-align:center;
}
.titles{
	width:200px;
	height:600px;
	float:left;
	padding:10px;
	background:#ddd;
}
.imageborder{
	padding: 1em 1em 1em 1em
}
.border {
	margin-left:20px;
	}
.borderR{
	margin-right:20px;}	
.writings{
	width:500px;
	height:600px;
	padding:10px;
	float:left;
	display:none;
	background:#ccc;
	margin-bottom:10px;
	overflow:scroll;
}
#t0w{
	display:block;
}
#t0{
	font-weight:bold;
}
.clearfloat{
	clear:both;	
}
