/* CSS Document */
body
	{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	}
	
	a:link { color: #B52C07; }
	a:visited { color: #600; }
	
	a:hover, a:active
	{
		color: #fff;
		background-color: #B52C07;
	}
	
	h2
	{
		color: #B52C07;
		font: 120% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin: 0 0 2px 0;
	}
	
	h2 a { text-decoration: none; }
	
	h3
	{
		color: #000066;
		font: 106% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin-top: 0;
	}
	
	#container
	{
		margin: 1em auto;
		width: 790px;
		text-align: left;
		background-color: #fff;
		border: 1px solid #676767;
	}
	
	#header
	{
		height: 160px;
		background-image: url(../header.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
		border-bottom: 1px solid #fff;
		position: relative;
	}
	
	#header h1
	{
		font-size: 1px;
		text-align: right;
		color: #fff;
		margin: 0;
		padding: 0;
	}
	
	#mainnav
	{
		background-color: #FFCC00;
		color: #272900;
		padding: 3px 0;
		margin-bottom: 22px;
	}
	
	#mainnav ul
	{
		margin: 0 0 0 10px;
		padding: 0;
		list-style-type: none;
		border-left: 1px solid #C4C769;
	}
	
	#mainnav li
	{
		display: inline;
		padding: 0 7px;
		border-right: 1px solid #C4C769;
	}
	
	#mainnav li a
	{
		text-decoration: none;
		color: #000000;
	}
	
	#mainnav li a:hover
	{
		text-decoration: none;
		color: #000000;
		background-color: #FFFF66;
	}
	
	#menu
	{
		float: right;
		width: 165px;
		border-left: 1px solid #FFCC00;
		padding-left: 15px;
	}
	
	#menu ul
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		line-height: 165%;
	}
	
	#contents { margin: 0 200px 40px 20px; }
	#contents p { line-height: 165%; }
	.blogentry { border-bottom: 1px solid #FFCC00; }
	
	.blogentry ul
	{
		list-style-type: none;
		text-align: right;
		margin: 1em 0;
		padding: 0;
		font-size: 95%;
	}
	
	.blogentry li
	{
		display: inline;
		padding: 0 0 0 7px;
	}
	
	.imagefloatright
	{
		float: right;
		padding: 2px;
		border: 2px solid #FFCC00;
		margin: 10px 10px 10px 10px;
	}
	

.imagefloatright p {
  text-align: center;
  font-style: italic;
  font-size: x-small;
  text-indent: 0;
  color: #000066;
}	


	.imagefloatleft
	{
		float: left;
		padding: 2px;
		border: 2px solid #FFCC00;
		margin: 10px 10px 10px 10px;
	}
	
	.imagefloatleft p {
  text-align: center;
  font-style: italic;
  font-size: x-small;
  text-indent: 0;
  color: #000066;
}
	


	#footer
	{
		clear: both;
		color: #272900;
		background-color: #FFFFCC;
		text-align: right;
		padding: 5px;
		font-size: 90%;
	}
	
	#skipmenu
	{
		position: absolute;
		right: 5px;
		top: 5px;
	}
	
	#skipmenu a
	{
		color: #666;
		text-decoration: none;
	}
	
	#skipmenu a:hover
	{
		color: #fff;
		background-color: #666;
		text-decoration: none;
	}
	
	
	table { table-layout:fixed }
	




	
	
	.main {
width:150px;
border:1px solid black;
}

.month {
background-color:#FFCC00;
font:bold 12px verdana;
color:black;
}

.daysofweek {
background-color:#000066;
font:bold 12px verdana;
color:white;
}

.days {
font-size: 12px;
font-family:verdana;
color:black;
background-color: lightyellow;
padding: 2px;
}

.days #today{
font-weight: bold;
color: red;
}

	

	

