body {
	margin: 0;
	padding: 0px;
	color: #c0c0c0;
	background-color: #1F2227;
}

body,p,input,textarea,select,td,th {
	font-size: 10pt;
	/* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
	font-family: "Palatino Linotype","Times New Roman",Times,serif;
}

a:link {
	color: white;
}
a:visited {
	color: white;
}
a:active {
	color: red;
}
a:hover {
	color: #C0FFC0;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Palatino Linotype","Times New Roman",Times,serif;
	color: #C0FFC0;
	margin-top: 0;
	font-style: italic;
}

h1 { font-size: 18pt; }
h2 { font-size: 16pt; }
h3 { font-size: 14pt; }
h4 { font-size: 12pt; }
h5 { font-size: 12pt; }
h6 { font-size: 12pt; }

form {
	margin: 0px;
	padding: 0px;
}

div#frame {
}

div#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
}
div#header a img {
	border: none;
}

div#logo {
}

div#menu {
	clear: both;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	height: 63px;
	background: url('../images/menu-bg.png') 0 0 repeat-x;
}
div#menu ul {
	list-style: none;
	padding: 0;
	margin: 0 1px 0 1px;
}
div#menu ul li {
	float: left;
	padding: 0;
	margin: 0;
}
div#menu ul li a {
	display: block;
	width: 88px;
	height: 63px;
	color: white;
	text-decoration: none;
}
div#menu ul li a:hover {
	background-position: -88px 0;
}
div#menu ul li#item1 a {
	background-image: url('../images/home.png');
}
div#menu ul li#item2 a {
	background-image: url('../images/about.png');
}
div#menu ul li#item3 a {
	background-image: url('../images/events.png');
}
div#menu ul li#item4 a {
	background-image: url('../images/gallery.png');
}
div#menu ul li#item5 a {
	background-image: url('../images/contact.png');
}
div#menu ul li#item9 a {
	background-image: url('../images/menus.png');
}
div#menu ul li.active a {
	background-position: -88px 0;
}

div#body {
	clear: left;
	border-bottom: 1px solid #536B49;
	border-left: 1px solid #536B49;
	border-right: 1px solid #536B49;
	margin-top: 10px;
}
div#body div.content {
	padding: 0 10px 10px 10px;
}
div#body div.content p {
	text-align: justify;
}

div#banner {
}
div#banner img {
	display: block;
}

div#footer {
}

div#copyright {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	font-size: 9pt;
	text-align: right;
	padding: 10px 0 10px 0;
	color: white;
}
div#copyright a {
	font-weight: bold;
}
div#copyright a:hover {
	text-decoration: underline;
}

div.warning, div.error, div.information {
        padding: 5px 10px 2px 48px;
        margin-top: 10px;
        margin-bottom: 10px;
        background-repeat: no-repeat;
        background-position: 5px 5px;
        min-height: 48px;
}
div.warning {
        border: 1px solid #FFD700;
        background-color: #ffffc0;
        background-image: url('/images/warning.png');
}
div.error {
        border: 1px solid #ff8080;
        background-color: #ffc0c0;
        background-image: url('/images/error.png');
}
div.information {
        border: 1px solid #0000c0;
        background-color: #e0e0ff;
        background-image: url('/images/information.png');
}

input.button {
	width: 8em;
}

img.left {
	margin-right: 10px;
	float: left;
}
img.right {
	margin-left: 10px;
	float: right;
}
img.border {
	border: 1px solid #C0FFC0;
}

/* div.opaque {
	-moz-opacity:0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
} */

div.panel {
	padding-bottom: 5px;
	border-bottom: 1px dashed #536B49;
	margin-bottom: 10px;
}

table.table0 {
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 10px;
}
table.table0 tr td {
	margin: 0;
	padding: 0;
}

table#tbody {
	width: 100%;
	empty-cells: show;
	border-collapse: collapse;
}
table#tbody tr td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
table#tbody tr td.middle {
	width: 20px;
	background: url('../images/green-column.gif') center top repeat-y;
}
table#tbody tr td.left, table#tbody tr td.right {
	vertical-align: top;
	width: 480px;
}
table#tbody tr td div.panel {
}

table#header {
	width: 100%;
	empty-cells: show;
	border-collapse: collapse;
}
table#header tbody tr td {
	margin: 0;
	padding: 0;
}

div.errors {
	padding: 5px;
	background-color: #804040;
	border: 1px solid black;
	margin: 10px;
}
