/*
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: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}

body {
	
	background: #573529 url(images/back_all.jpg) repeat-x;
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 10px;
}

#content
{
	margin: 0 auto;
	width: 745px;
	text-align: left;
	border: 3px solid #ffffff;
}

#back
{

width: 745px;
background: #ffffff;
}

#header {
	height: 494px;
	text-align: left;		
}

#menu
{
width: 645px;
height: 53px;
padding-left: 100px;
padding-top: 10px;
background: url(images/buttons.jpg) repeat-x;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
  font-family: verdana;
	float: left;
	width: 103px;
	height: 48px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 15px;
}

#menu a:hover {
	width: 103px;
    height: 48px;
	padding-top: 10px;
	color: #000000;
	text-decoration: underline;
}


#logo {
background: url(images/header.jpg) no-repeat;
width: 715px;
height: 401px;
text-align:  left;
padding-left: 30px;
padding-top: 30px;
}


#logo a {
  font-family: Baskerville Old Face;
  padding-left: 60%;
	text-decoration: none;
	font-size: 30px;
	color: #ffffff;
}
#logo H2 a
{
font-family: verdana;
font-style: italic;
font-size: 12px;
}

#left
{
	padding: 10px;
	width: 221px;
	padding-right: 1em;
}

#left H3
{
font-family: verdana;
width: 201px;
height: 38px;
font-size: 12px;
font-weight: bold;
padding-left: 25px;
padding-top: 15px;
text-transform: uppercase;
color: #000000;
background: url(images/title.jpg) no-repeat
}

#left ul {
	list-style: none;
}

#left li ul {
	border: 0px;
	margin-left: 40px;
	margin-bottom: 10px;
}

#left li li {
	padding: 4px 20px;
    background: url(images/small.gif) no-repeat left;
}

#left a {
	color: #803329;
}
#left a:visited {
	color: #803329;
}

#left p
{
padding: 10px;
padding-left: 40px;
}

#left H4
{
font-size: 12px;
padding-left: 20px;
}

#calendar1 {
	padding: 0 10px 20px 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
{
float: right;
width: 460px;
padding-right: 10px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #803329;
}

#right a
{
color: #803329;
text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right .date2 {
	margin: 10px;
	padding: 0;
	padding-top: 5px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #803329;
}
.date {
	text-align: right;
	color: #803329;
	font-size: 11px;
}

.date a {
	color: #803329;
}

.date2 {
	float: left;
	width: 73px;
	height: 62px;
	background: url(images/date.gif) no-repeat;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
}


.date2 b {
	display: block;
	margin-top: 5px;
	font-size: 40px;
	color: #2F6AA2;
}


#footer {
	height: 37px;
	clear: both;
	padding-top: 10px;
	background: url(images/buttons.jpg) repeat-x; 
	border-top: 4px solid #F6C044;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #000000;
}

#footer a {
	color: #000000;
}
blockquote {
	padding: 0 3em;
	background: url(images/img0.gif) no-repeat 1em 0;
	font-style: italic;
}
div#container {
	width: 500px;
	margin:0 auto;
	border: 1px solid #bac5d6;
	padding: 15px;
	background: #f2f4f7;
}

label {
	float: left;
	width: 160px;
	text-align: left;
	padding-top: 5px;
}

input, textarea {
	padding: 3px;
	margin: 3px;
	border: 1px solid #bac5d6;
	font: 10px Verdana, sans-serif;
	background: #fff;
}
input.fout, textarea.fout {
	border: 1px solid #FF0000;
}

label.fout {
	color: #FF0000;
}
