BODY, html{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFC602;
	background-position:center;
	background-image:url(images/interiors/background.gif);
	background-repeat:repeat-y;
	margin: 0;
	padding: 0;
	scrollbar-face-color: #FFC602;
	scrollbar-shadow-color: #E7A001;
	scrollbar-highlight-color: #FFD441;
	scrollbar-3dlight-color: #FFD441;
	scrollbar-darkshadow-color: #F7B902;
	scrollbar-arrow-color: #FFF;
	scrollbar-track-color: #FFBC00;
	height:100%;
}
#center {
	color: #F54A07;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	height:100%;
	background-image:url(images/interiors/background.gif);
	background-repeat:repeat-y;
}
.centerer{
	text-align:center;
	margin-left: auto;
	margin-right: auto;}
#header {
	position: relative;
	height: 71px;
	clear:both;
	background-image: url(images/interiors/header.gif);
	line-height: 20px;
	text-align: right;
	padding: 0;
}
a.headerLink:link, a.headerLink:visited, a.headerLink:active{
	color: #F54A07;
	text-decoration: none;
	line-height: 20px;
	font-weight:bold;
}
a.headerLink:hover{
	color: #000;
	text-decoration: underline;	
}
a.permaLink:link, a.permaLink:visited, a.permaLink:active{
	color: #F54A07;
	text-decoration: underline;
}
a.permaLink:hover{
	color: #000;
	text-decoration: underline;	
}
.headerOff{
	color: #F54A07;
	line-height: 20px;
	font-weight:bold;
}
#content {
	color: #000;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}
#content .title{
	font-size: 1.3em;
	font-weight: bold;
	color: #F54A07;
}
#content .date{
	font-size: .9em;
	text-indent: 3px;
	color: #000;
}
#dialog {
	padding-left: 3px;
	width: 647px;
}
#footer {
	color: #BBB;
	font-size: .9em;
	font-weight: bold;
	text-align:center;
}
#footer a:link,a:visited,a:active {
	color: #F54A07;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;	
}
/* The following styles will only appear on the document "year.php" */
#content table,td,tr{
	text-align: center;
}
#content .month{
	color: #F54A07;
	font-size: 12px;
}
#content .dayofweek{
	color: #FFC602;
	width: 20px;
	height: 20px;
}
#content .daysPast{
	width: 20px;
	height: 16px;
	color: #CCC;
	font-size: 11px;
	text-transform: none;
	padding-top: 3px;
	background-color:#F4F4F4;
}
#content .daysFuture{
	width: 20px;
	height: 16px;
	font-size: 11px;
	padding-top: 3px;
	color: #CCC;
}
#content .linksPast{
	width: 20px;
	height: 16px;
	color: #CCC;
	font-size: 11px;
	text-transform: none;
	padding-top: 3px;
	background-color:#FFC602;
}
a.linked-day:link ,a.linked-day:active, a.linked-day:visited {
	width: 20px;
	height: 16px;
	font-size: 11px;
	padding-top: 3px;
	line-height: 18px;
	color: #000000;
	text-decoration:none;
}
a.linked-day:hover {
	width: 20px;
	height: 16px;
	font-size: 11px;
	padding-top: 3px;
	color: #F54A07;
	text-decoration:underline;
}
.smalltext {font-size: 10px}
a:link, a:visited, a:active{
	color: #F54A07;
	text-decoration: none;
}
a:hover{
	color: #000;
	text-decoration: underline;	
}