* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll !important;
	overflow-x: auto;
}
body {
	font-family: arial;
	font-size: 12px;
	color: #b49256;
	background: url(../images/bg.png) #f5f1e6 repeat;
}
input, select, textarea {
	border-top: solid 1px #abadb3;
	border-left: solid 1px #e2e3ea;
	border-right: solid 1px #dbdfe6;
	border-bottom: solid 1px #e3e9ef;
	padding: 1px;
	font-size: 11px;
}
input.selected, select.selected, textarea.selected {
	border-top: solid 1px #3d7bad;
	border-left: solid 1px #b5cfe7;
	border-right: solid 1px #a4c9e3;
	border-bottom: solid 1px #b7d9ed;
	padding: 1px;
	font-size: 11px;
}
.button {
	font-variant: small-caps;
	font-size: 11px;
	color: #333;
}
h1 {
	background: #96021e;
	font-size: 18px;
	color: #f5f3ec;
	padding: 5px 15px;
	font-weight: normal;
	margin-bottom: 10px;
}
a img {
	border: none;
}
acronym {
	cursor: help;
	border-bottom: dotted 1px;
}
acronym:hover {
	border-bottom: solid 1px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.pngfix {
	position: relative;
	z-index: 1;
}
.clear {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}
.small {
	font-size: 11px !important;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}
.checkbox {
	margin: 0px 0px -1px 0px;
}
.sep {
	position: relative;
	width: 116px;
	height: 6px;
	background: url(../images/sep.png) center no-repeat;
	padding: 5px 0px !important;
}
form.main {
	width: 550px;
	margin: 10px auto 0 auto;
}
form.main table th {
	font-weight: bold;
	text-align: left;
	color: #000;
}
form.main table td {
	padding: 5px 0px;
}
form.main table td.deleted, form.main table td input.readonly {
	text-decoration: line-through;
}
form.main table .input {
	width: 230px;
}
form.main table .col1 { width: 30px; }
form.main table .col2 { width: 150px; }
form.main table .col3 { width: 250px; }
form.main table .col4 { width: 50px; }

div.introduce {
	padding: 0px 10px 10px 10px;
}
div.introduce a {
	float: left;
	margin-right: 10px;
}
div.galery {
	background: #d8bf92;
	padding: 10px;
}
div.galery table {
	width:100%;
	text-align:center;
}
div.galery table td {
	padding: 0px 5px;
}
div.describe {
	padding: 10px;
}

#container {
	position: relative;
	width: 756px;
	margin: 0 auto;
}
#head {
	position: relative;
	width: 756px;
	height: 167px;
	background: url(../images/head.png) no-repeat;
	cursor: pointer;
}
#title {
	position: relative;
	width: 756px;
	height: 30px;
	background: url(../images/title.png) no-repeat;
}
#cont {
	position: relative;
	width: 756px;
	min-height: 300px;
	background: url(../images/cont_bg.png) 15px 0px repeat-y;
}
#left {
	position: relative;
	float: left;
	width: 116px; /* 144 */
	min-height: 30px;
	background: url(../images/topleft.png) 0px 0px no-repeat;
	padding: 30px 0px 30px 28px;
}
#admin {
	margin-top: 30px;
}
#admin h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #96021e;
	text-align: center;
}
#admin a {
	display: block;
	color: #000;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	outline: none;
	padding: 2px 0px;
}
#accordion a {
	display: block;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	outline: none;
	padding: 5px 0px;
}
#accordion a:hover, #admin a:hover {
	color: #96021E;
}
#accordion div a {
	font-size: 11px;
	text-transform: none !important;
	padding: 0px !important;
}
#accordion div {
	padding-bottom: 5px;
}
#right {
	position: relative;
	float: left;
	width: 598px; /* 612 */
	padding-right: 14px;
	min-height: 30px;
	background: url(../images/topright.png) 0px 0px no-repeat;
}
#foot {
	position: relative;
	width: 756px;
	height: 14px;
	background: url(../images/foot.png) 15px 0px no-repeat;
}
#footer {
	position: relative;
	width: 696px;
	padding: 5px 30px;
}