body {
	margin: 0px;
	padding: 40px 0px 40px 0px;
	background-color: #000000;
	background-image: url(images/back.jpg);
	background-position: center top;
	text-align: center;
}
body, input, select, textarea {
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
a img {
	border: 0;
}

#container {
	background-color: #FFFFFF;
	width: 800px;
	margin: 0px auto 0px auto;
}
#container h1 {
	font-size: 21px;
	line-height: 27px;
	font-weight: normal;
	color: #F37020; /*#6EBE44;*/
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#container h2 {
	clear: both;
	font-size: 19px;
	line-height: 23px;
	font-weight: normal;
	color: #F37020; /*#6EBE44;*/
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#container p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#container ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
#container a {
	color: #6EBE44;
	font-weight: bold;
	text-decoration: none;
}
#container a:hover {
	text-decoration: underline;
}
#header {
	background-color: #6EBE44;
	height: 240px;
	background-image: url(images/head.jpg);
	background-position: left 36px;
	background-repeat: no-repeat;
	padding: 0px 20px 0px 20px;
	text-align: right;
	line-height: 36px;
	vertical-align: middle;
	color: #FFFFFF;
}
#header a {
	margin-left: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#header a.active {
	font-weight: bold;
}
#header a:hover {
	text-decoration: underline;
}
#content {
	padding: 0px 20px 80px 20px;
	float: left;
	width: 466px;
	text-align: left;
}
#content table.gallery {
	width: 100%;
	border-spacing: 7px;
}
#content table.gallery td {
	width: 50%;
	vertical-align: top;
	text-align: center;
	border: 1px dashed #AAAAAA;
	background-color: #EFEFEF;
	padding-top: 7px;
}
#content table.gallery td p {
	padding-left: 5px;
	padding-right: 5px;
}
#content table.gallery td img {
	display: block;
	margin: 0 auto;
	padding-bottom: 3px;
}
#content table.gallerylist {
	width: 100%;
	margin-bottom: 20px;
}
#content table.gallerylist td,
#content table.gallerylist th {
	vertical-align: top;
}
#content table.gallerylist td {
	width: 100%;
	padding-left: 15px;
}
#content table.gallerylist th img {
	display: block;
	margin: 0 auto;
}
#content table.gallerylist td.link {
	vertical-align: bottom;
}
#content form {
	text-align: center;
	margin: 0;
	padding: 0;
}
#content table.inputNarrow {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	width: 350px;
	margin: 0 auto;
}
#content table.inputNarrow td {
	padding: 2px 0;
}
#content table.inputNarrow .inputTitle {
	vertical-align: top;
	font-weight: bold;
	width: 150px;
}
#content table.inputNarrow .inputElement .input {
	border: 1px solid #6EBE44;
	width: 198px;
}
#content table.inputNarrow tr.inputDefault div.inputError {
	display: none;
}
#content table.inputNarrow tr.inputError div.inputError {
	display: block;
	color: #FF0000;
}
#content form div.inputMessage {
	text-align: center;
	border: 2px solid #6EBE44;
	padding: 15px;
}

#menu {
	float: right;
	padding: 0px 20px 20px 20px;
	width: 253px;
	border-left: 1px dashed #000000; /*#939597*/
	text-align: left;
}
#menu p {
	padding: 0px 0px 5px 0px;
}
#menu ul.menu {
	list-style-type: circle;
	margin: 0 0 20px 0;
	padding: 0 0 0 1em;
}
#menu ul.menu li {
	font-size: 14px;
	line-height: 24px;
}
#menu ul.menu li.active {
	list-style-type: disc;
}
#menu ul.menu li a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#menu ul.menu li a:hover {
	text-decoration: underline;
}
img.right {
	float: right;
	padding: 0px 0px 5px 10px;
}
img.left {
	float: left;
	padding: 0px 10px 5px 0px;
}
hr {
	width: 70%;
	margin: 0 auto 20px auto;
	padding: 20px 0 0 0;
	clear: both;
	height: 0px;
	border: 0;
	border-bottom: 1px dashed #6EBE44;
	text-align: center;
}
#end {
	clear: both;
}
#footer {
	font-size: 11px;
	color: #999999;
	padding: 5px 0px 5px 0px;
}
#footer a {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}