body {
	width: auto;
	margin: auto;
	background-color: #336699;
	
	text-align: center;

	}
	
a, a:visited, a:active {
   text-decoration: underline;
font-weight: normal;
   color: #000000;
   }
   
a:hover {
	color: #ffffff;
	}

h1 {
	font: 20px tahoma;
	font-weight: bold;
	padding: 5px;
	}
	
h2 {
	font: 20px tahoma;
	font-weight: bold;
	width: 60%;
	}
h5 {
	font: 16px tahoma;
	font-weight: bold;
	padding: 5px;
	}

.commentform {
font-family: "Verdana", sans-serif;
font-size: 12px;
color: #000000;
line-height: 1.4em;
border-bottom: 1px dashed #999;
margin-bottom: 1.5em;
padding-bottom: 0.8em;
}
.commentinput {
	border: 1px inset #888;
	background-color: #F8F8F8;
	font-size: 1.1em;
}

.commentbutton {
	border: 1px outset #888;
	background-color: #DDD;
}
	
	
#leftside {
	background-color: #FF8040;
	width: 300px;
	height: 150px;
	text-align: left;
	padding: 5px;
	position: absolute;
	border-left: 10px solid #000000;
	border-right: 50px solid #000000;
	font: 12px tahoma;
	line-height: 13pt;
	color: #000000;
	}
	
#stripe {	
	position: absolute;
	left: 60%;
	top: 70%;
	height: 80px;
	width: 25px;
	background-color: #000000;
	} 

#content {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 70%;
	background-color: #990000;
	border: 10px solid #000000;
	padding: 5px;
	font: 12px verdana;
	line-height: 13pt;
	color: #ffffff;
	text-align: left;
	}
	
#rightside {
	background-color: #33CC00;
	right: 10px;
	height: 400px;
	border-bottom: 6px solid #000000;
	}

#title {
	right: 20%;
	position: absolute;
	top: 170px;
	background-color: #ffffff;
	width: 30%;
	border: 10px solid #000000;
	padding: 5px;
	text-align: center;
	font: 24px tahoma;
	color: #000000;
	height: 10%;
	}
.subtitle {
	
	font: 20px tahoma;
	}

#credits {
	position: absolute;
	right: 0px;
	background-color: #000000;
	width: 15%;
	height: 10%;
	color: #ffffff;
	text-align: left;
	padding: 5px;
	font: 12px verdana;
	}
	
#credits a {
	color: #ffffff;
	}
	
#menu {
	position: absolute;
	right: 0px;
	width: 20%;
	top: 300px;
	background-color: #9966CC;
	border: 10px solid #000000;
	font: 12px verdana;
	line-height: 13pt;
	padding: 5px;
	text-align: left;
	color: #000000;
	}
	
.entryfooter {
	text-align: right;
	font: 11px verdana;
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
/* these styles are for the calendar widget */
.calendar { 
	padding: 1px 5px;
	margin: 0px;
	font-size: 11px;
}


.calendarHeader { 
	font-weight: bold; 
	color: #000;                   
	margin:0px;
	padding: 2px 5px;
		font-size: 11px;
}

.calendartoday { 
	font-weight: bold;
	text-decoration: underline;
}

	
table.calendar {
/* only the calendar has a line, not the individual cells */
	padding:0px;
	width: 150px;
}

.calendarHeader A, .calendar A {
	font-weight: bold; 
	color: #000000;
	text-decoration: none;
}

/* end of the calendar styles */
