@charset "utf-8";
/* CSS Document */

*
{
	border: 0;
	margin: 0;
	padding: 0;
}

#sidebar a
{
	color: #fff;
}

ul
{
	margin-left: 30px;
}

#sidebar h1
{
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 20px;
	padding: 0;
}

hr
{
	border: 0;
	background: #b9b49f;
	margin: 10px 0;
	height: 1px;
}

a
{
	color: #24551e;
	font-weight: bold;
}

table
{
	width: 100%;
}

tbody td
{
	width: 14%;
	border-right: 1px solid #b9b49f;
	border-bottom: 1px solid #b9b49f;
	padding: 3px;
	text-align: center;
}

tbody td:first-child
{
	border-left: 1px solid #b9b49f;
}

tfoot a
{
	color: #fff;
}

tbody td.x
{
	background-color: #b9b49f;
}

thead th,
tfoot td
{
	background: #005533;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

img
{
	vertical-align: middle;
}

tr.day-names td
{
	font-weight: bold;
	text-align: center;
}

body
{
	background: url( '../images/bg.gif' ) top left repeat-x #cfc9b2;
	font-size: 62.5%;
}

h1
{
	color: #24551e;
	font: 2.8em/1.4em Arial, Helvetica, sans-serif;
}

li, p, td, th
{
	color: #58554b;
	font: 1.4em/1.4em Arial, Helvetica, sans-serif;
}

*.center
{
	text-align: center;
}

img.divider
{
	margin: 10px 0;
}

div#wrapper
{
	width: 960px;
	margin: 0 auto;
}

div#header
{
	background: url( '../images/header.jpg' ) top left no-repeat;
	width: 960px;
	height: 193px;
	position: relative;
}

div#page
{
	width: 916px;
	margin: 20px 22px;
}

div#content
{
	width: 556px;
	float: left;
	margin-right: 20px;
}

div#sidebar
{
	width: 340px;
	float: left;
	background: url( '../images/sidebar.gif' ) top left repeat-y;
}

	div#sidebar p
	{
		color: #fff;
		font-weight: bold;
		margin: 0 20px;
	}
	
#menu
{
	position: absolute;
	top: 147px;
	left: 190px;
}

#menu p
{
	font: 2em/1em Arial, Helvetica, sans-serif;
}