body {
	background-color: #faf0e6;
	color: #735b3d;
	margin-left: 0px;
	margin-top: 0px;
}

#container {
	background-color: #ffffff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e6c7a1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6c7a1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6c7a1;	
	margin: 0 auto;
}

.top_container {
  text-align: center;
	background-color: #ffffff;
	border: 1px solid #e6c7a1;
  border-bottom-width: 0px;
	margin: 0 auto;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}

/*table.top_container {
	border-width: 1px;
	border-color: #e6c7a1;
	border-collapse: collapse;
	border-style: solid;
}

table.top_container td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #e6c7a1;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
*/

td .slogan {
	background-image: url(images/slogan.jpg);
	background-repeat: repeat-x;
	color: #C3E1D9;
	font-size: 24px;
	font-family: Verdana;
	font-weight: bold;
	height: 85px;
}

#contents {
	margin: 0;
	padding: 0 15px 0 14px;
}

#sbb {
  width: 130px; 
}

#sbi {
  width: 110px
}

#left {
	background-image: url(images/bg_left.gif);
	background-repeat: repeat-y;
}

#right {
	background-image: url(images/bg_right.gif);
	background-repeat: repeat-y;
}

#menu {
	padding: 5px 0 10px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 1px;
}

#menuads {
	padding: 5px 0 20px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#menu a:link {
  color: #91966c;
	text-decoration: underline;
}

#menu a:visited {
	color: #91966c;
	text-decoration: underline;
}

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

#contents_right {
	padding: 5px 0 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

#copyright {
	background-image: url(images/bg_down.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e6e6fa;
}

#copyright a  {
	color: #e6e6fa;
	text-decoration: underline;
}

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

.heading {
	margin: 0;
	padding-top: 0px;
	padding-bottom: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-indent: 20px;
}

.text {
	margin: 0;
	padding: 0 0 10px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: left;	
}

.pager {
	margin: 0;
	padding: 0 0 10px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

.postobr {
	border: 2px dotted red;
	background-color: Seashell; 
}

.postedi {
	border: 2px dotted orange;
	background-color: Cornsilk; 
}

#dhtmltooltip{
	position: absolute;
	width: 100px;
	text-align: center;
	border: 2px dotted orange;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


table .calendar {border: 1px solid #000000; border-collapse: collapse; background: #FFFFFF; }
td .today { text-align:center; border: 2px dotted purple; background: #FFE1FF; font-weight: bold;}
td .info { text-align:center; border: 2px dotted purple; background: #FFE1FF;}
td .monthdays { text-align:center; background: #FFFFFF;}
td .eventdays { text-align:center; }
td .days { text-align:center; background: #FFFFFF;}
td .weekend { text-align:center; background: Lavender;}
td .nonmonthdays { text-align:center; background: #EFEFEF;} 

#calendar a  {
	text-decoration: none;
}
