/*div { border:1px solid red; }*/

#wrap {
	text-align:center;
}
#block {
	margin-left:auto;
	margin-right:auto;
	width:860px;
}
/* HEADER */
#head {
	width:860px;
}
#head #logo {
	cursor:pointer;
	float:left;
	width:590px;
	height:113px;
	background-image: url('./images/logo.gif');
}
#head #address {
	float:right;
	text-align:right;
	font-family:arial,helvetica,sans-serif;
	font-size:8pt;
	color:#c96f30;
}
#head #address a { color:#c96f30; }

/* FOOTER */
#foot {
	clear:both;
	text-align:center;
}
#foot table {
	margin-left:auto;
	margin-right:auto;
	width:180px;
}
#foot td, #foot td a {
	color:#b45e22;
	font-family:arial,helvetica,sans-serif;
	font-size:8pt;
}

/* SIDEBAR */
#sidebar {
	float:right;
	width:180px;
	font-family:arial,helvetica,sans-serif;
	font-size:10pt;
}
#sidebar .outterbox {
	margin-top:16px;
	width:180px;
	height:180px;
	background-image:url('./images/sidebar.gif');
}
#sidebar .innerbox {
	padding:10px;
}
#sidebar .title {
	font-weight:bold;
	color:#b45e22;
	height:22px;
	_height:25px;
	padding-top:3px;
}
#sidebar .content {
	height:113px;
	margin-top:3px;
	margin-bottom:4px;
	overflow:auto;
	text-align:left;
	padding-left:5px;
	font-size:8pt;
	color:#606060;
}
#sidebar .button {
	height:15px;
	width:75px;
	float:right;
	font-size:8pt;
	color:#b45e22;
	font-weight:bold;
}
#sidebar .button a { color:#b45e22; text-decoration:none; }
#sidebar a { color:#c96f30; }

/* MENU */
#menu {
	float:left;
	text-align:left;
	width:660px;
	height:30px;
	background-image: url('./images/menu.gif');
}
#menu table {
	width:600px;
	margin-top:2px;
	height:24px;
	margin-left:50px;
}
#menu td {
	text-align:center;
}
#menu a:link, #menu a:active, #menu a:visited {
	color:#b45e22;
	text-decoration:none;
	font-family:arial,helvetica,sans-serif;
	font-size:10pt;
	font-weight:bold;
	/*padding:4px;*/
}
#menu a:hover {
	color:#d47e42;
}

/* CONTENT */
#picture {
	float:left;
	text-align:left;
	width:660px;
	height:211px;
}
#content2 {
	float:left;
	width:660px;
	color:#606060;
}
#content {
	padding-top:1px;
	padding-left:25px;
	padding-right:25px;
	font-family:arial,helvetica,sans-serif;
	font-size:10pt;
	text-align:left;
}
#content td {
	font-family:arial,helvetica,sans-serif;
	font-size:10pt;
}
#content h1 { color:#c96f30; font-size:16pt; }
#content h2 { color:#c96f30; font-size:14pt; }
#content h3 { color:#c96f30; font-size:12pt; }
#content a {
	color:#c96f30;
	font-weight:bold;
}
#content a:hover {
}

#content input, #content textarea {
	font-family:arial,helvetica,sans-serif;
	font-size:8pt;
}
#content form, #content form td {
	font-size:8pt;
}

/* CALENDAR - EVENTS */
.eventcalendar table { width:610px; }
.eventcalendar td { border:none; font-size:8pt;
	padding:6px 4px; text-align:left; vertical-align:top; color:#606060; }
.eventcalendar .number { font-size:10pt; }

.eventcalendar .title { background:#e0c0b0; height:24px; width:610px; }
.eventcalendar .title form { margin:0px; text-align:center; }
.eventcalendar .title form select { font-family:verdana; font-weight:bold; }

.eventcalendar .dayheader td { font-weight:bold; height:15px; text-align:center; }
.eventcalendar .weekend { background:#edc; color:#444; }
.eventcalendar .weekday { background:#f9e5d0; color:#444; width:85px; }

.eventcalendar .prevmonth { background:#faf1e9; color:#888; }
.eventcalendar .nextmonth { background:#faf1e9; color:#888; }
.eventcalendar .today { background:#f0d0c0; color:#444; }

/* monthview */
.eventcalendar .monthview .events { overflow:auto; height:70px; font-size:8pt; }
.eventcalendar .monthview .events .event { margin-bottom:1px; }

