* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;	
	text-decoration: none;
	color: #222;
}

a {
	color: #222;
}
body {
	max-width: 1200px;
	background: #F29400 url(../img/bg.gif) right top repeat-y; 
}
#box {
	float: left;
	margin: 25px 25px 0 25px;
	padding: 0 0 25px 0;
	border: 3px solid #F29400;
	display: inline;
  background: #FFF url(../img/home.jpg) right bottom no-repeat;    
}

#fullbox {
	width: 550px;
	margin: auto;
	font-size:85%;
}

#header {
	margin:20px 20px 20px 15px;
}

#footer {
	clear: both;
	font-size:75%;
	text-align: center;
	height: 40px;
	padding-top: 10px;
}

#center {
 	margin: 75px 150px 0 300px;
 	padding-right: 100px;
	font-size: 90%;
	background-color: transparent;
}
#center a {
  font-size: 120%;
	font-weight: bold;
}
#center h2 {
	color: #F29400;
	font-size: 140%;
	margin-bottom: 20px;
}

#navigation {
	position: relative;
	float: left;
	width: 220px;
	margin: 0px 50px 0px 25px;
	font-size: 80%;
	display: inline;
}

#navigation img {
	margin: 25px 0;
}

#navigation .banner {
	padding: 5px;
	border: 3px solid #F8C77D;
}

#navigation ul {
	position: relative;
	list-style: none;
	margin-bottom: 3px;
}

#navigation li {
	height: 22px;
	background: #F8C77D;
	margin-bottom: 3px;
	display: block;
}

#navigation li a {
	padding: 0 5px ;
	line-height: 22px;
	color: #000;
}

#navigation li ul {
	display: none;
	position: absolute;
	top: 0px;
	right: 3px;
}

#navigation li:hover ul {
	display: block;
}

#navigation li li {
	background: transparent;
	text-align: right;
}

#navigation li.header {
	background:#F29400;
	text-transform:uppercase;
}

#navigation li.header a {
	color: #FFF;
}

fieldset {
	border: 3px solid #F29400;
	background:#F8C77D;
	margin: 25px 25px 25px 0pt;
	width: 550px;
}

fieldset p {
	margin: 10px;
	width: 100%;
}

fieldset label {
	float:left;
	width:25%;	
}

fieldset input textarea {
	float:right;
	width:70%;
}

#calendar_control {
	background: #F29400;
}
#calendar_header {
	background: #F29400;
}
#calendar_header select {
	background: #F29400;
	color: #000;
}
#calendar_links {
	background: #666;
}
#calendar .calendar_titleRow {
	background: #999;
}


