/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #C24606;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	color: #C24606;
}
body {
	background: #000000 url(images/back_all.jpg) no-repeat right top;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-left: 30px;
	margin-bottom: 20px;
}
#main {
	width: 653px;
	background: #ffffff;
	margin-top: 20px;
}
#header {
	width: 653px;
	height: 170px;
}
#menu {
	float: left;
	width: 603px;
	height: 43px;
	padding-left: 50px;
	background: url(images/menu.gif) no-repeat;
}
#menu ul {
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	width: 113px;
	height: 28px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 15px;
	background: url(images/buttons.gif) no-repeat;
}
#menu a:hover {
	width: 113px;
	height: 28px;
	color: #ff0000;
	text-decoration: underline;
	background: url(images/buttons_r.gif) no-repeat;
}
#logo {
	width: 623px;
	height: 100px;
	padding-left: 30px;
	padding-top: 19px;
	background: url(images/header.gif) no-repeat;
}
#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #FFFFFF;
}
#logo H2 a {
	font-size: 12px;
}
#left {
	padding: 10px;
	width: 185px;
}
#left H3 {
	width: 170px;
	height: 24px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 15px;
	text-transform: uppercase;
	color: #ffffff;
	background: url(images/title.gif) no-repeat
}
#left ul {
	border: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	list-style: none;
}
#left li {
	padding: 4px;
}
#left H4 {
	font-size: 10px;
}
#left a {
	color: #C24606;
	font-size: 13px;
}
#left a:visited {
	color: #037931;
	font-size: 13px;
}
#left p {
	padding: 10px;
}
#calendar1 {
	padding: 5px 10px 5px 10px;
}
#calendar table {
	width: 100%;
	text-align: center;
}
#calendar thead {
}
#calendar tbody td {
	border: 1px solid #F1F1F1;
}
#calendar #prev {
	text-align: left;
}
#calendar #next {
	text-align: right;
}
#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}
#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}
#right {
	width: 420px;
	float: right;
	padding-right: 10px;
}
#right ol, #right ul {
	margin-left: 30px;
}
#right H4 {
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #037931;
}
#right a {
	color: #C24606;
	text-decoration: none;
}
#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
#right h2 {
	padding-top: 10px;
	color: #C24606;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.date {
	text-align: right;
	color: #C24606;
	font-size: 11px;
}
.date a {
	color: #C24606;
}
#footer {
	clear: both;
	height: 47px;
	clear: both;
	padding-top: 20px;
	background: url(images/footer.gif) repeat-x bottom;
}
#footer p {
	margin: 0;
	font-size: 11px;
	text-align: center;
	color: #C24606;
}
#footer a {
	color: #C24606;
}
#logo h1, #logo h2 {
	color: #ffffff;
}

