body	{
	background-color: #D8D2B2;
	background-image: url("images/background.png");
	background-repeat: repeat-y;
	color: #75725F;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: justify;
	z-index: 1;
	}

/* ------ LAYOUT ------ */	
#header	{
	background-image: url("images/mainheader.png");
	width: 800px;
	height: 425px;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
	}

#content	{
	width: 340px;
	left: 34px;
	top: 380px;
	position: absolute;
	z-index: 3;
	}

#navigation	{
	width: 215px;
	left: 395px;
	top: 380px;
	position: absolute;
	z-index: 4;
	}

/* ------ TITLES & HEADLINES & FOOTER ------ */
h1	{
	color: #647553;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	background-color: #E4F0BB;
	}

.footer	{
	width: 100%;
	text-align: center;
	border-top: 1px solid #E3C1AE;
	padding-top: 5px;
	}
	
/* ------ TEXT FORMATIONS ------ */
b, strong	{
	color: #709E59;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}

i, em	{
	color: #75725F;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
              text-transform: none;
	}

u 	{
	color: #709E59;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #9CB678;
	}

.special	{
	color: #9CB678;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	border: 1px solid #E3C1AE;
	}
	
/* ------ LINKS & NAVIGATION ------ */
a:link, a:active, a:visited	{
	color: #709E59;
	font-family: Verdana, Arial, "Helvetica", sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
border-bottom: 1px dashed #709E59;
	}
	
a:hover	{
	color: #90BD8E;
	font-family: Verdana, Arial, "Helvetica", sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	}
	
.menu, a.menu:link, a.menu:active, a.menu:visited	{
	color: #709E59;
	background-color: #F4EDC2;
	font-family: Verdana, Arial, "Helvetica", sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block; 
	line-height: 14px;
	text-align: left;
	}

a.menu:hover	{
	color: #709E59;
	background-color: #E4F0BB;
	font-family: Verdana, Arial, "Helvetica", sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block; 
	line-height: 14px;
	text-align: left;
	}

.number	{
	color: #795C73;
	}
	
/* ------ MISC ------ */
input, textarea, select	{
	background-color: #E3C1AE;
	border: 1px solid #795C73;
	color: #9AB67E;
	font-weight: bold;
	font-family: Verdana, Arial, "Helvetica", sans-serif;
	font-size: 9px;
	}
	
input:focus, textarea:focus, select:focus {
	background-color: #E4F0BB;
	border: 1px solid #795C73;
	color: #9AB67E;
	}

.input	{
	width: 200px;
	}
		
.button {
	border: 1px solid #795C73;
	background-color: #E3C1AE;
	color: #9AB67E;
	font-weight: bold;
	font-family: Verdana, Arial, "Helvetica", sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 100px;
	}
		
/* ------ CALENDAR ------ */
td.c_month	{
	color: #795C73;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #9AB67E;
	background-color: #E3C1AE;
	}

td.c_week	{
	color: #795C73;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	text-align: center;
	border: 1px solid #9AB67E;
	background-color: #E4F0BB;
	}

td.c_day	{
	color: #9AB67E;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	border: 1px solid #795C73;
	background-color: #E4F0BB;
	}

td.c_event	{
	color: #9AB67E;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	border: 1px solid #9AB67E;
	background-color: #E3C1AE;
	}