body {
	background:url(../img/bg.jpg) repeat-x top center #ffffff;
	color:#555;
	font:80% arial, tahoma, verdana, sans serif;
	margin:0;
	padding:0 0 25px 0;
	text-align:center;
}
h1 {
	color:#e9512d;
	margin:0 0 15px 0;
	padding:0;
	font-size:150%;
	font-weight:normal;
}
h2 {
	color:#e9512d;
	margin:0 0 3px 0;
	padding:0;
	font-size:110%;
}
a.h {
	display:block;
	position:absolute;
	top:0;
	width:225px;
	height:75px;
	margin:0 0 0 0;
}
p {
	margin:0 0 13px 0;
	padding:0;
}
.hidden {
	display:none;
}
.clear {
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}
.t-right {
	text-align:right;
}
div.screen {
	width:770px;
	margin:280px auto 0 auto;
	text-align:left;
	border-bottom:1px solid black;
	background:url(../img/ornament.jpg) repeat-y 16px 20px;
}
div.main {
	padding:0 20px 0 215px;
	text-align:justify;
}
div.head {
	position:absolute;
	top:0;
	width:770px;
	height:270px;
	background:url(../img/head.jpg) no-repeat;
}
a {
	color:#e9512d;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
}
div.menu {
	width:201px;
	border-bottom:1px solid black;
}
div.menu ul {
	margin:79px 0 0 15px;
	padding:0;
	background:black;
}
div.menu ul li {
	list-style:none;
	background:url(../img/menu_bg.jpg) no-repeat;
	height:27px;
}
div.menu ul li.active {
	background:url(../img/menu_bg_act.jpg) no-repeat;
}
div.menu ul li.active a {
	color:#fff;
}
div.menu ul li.active a:hover {
	background:none;
	color:#fff;
}
div.menu ul li a {
	display:block;
	padding:5px 0 0 12px;
	color:#ddd;
	text-decoration:none;
	_height:1px;
}
div.menu ul li a:hover {
	background:url(../img/li.jpg) no-repeat 170px 11px;
	color:white;
}
div.foot {
	width:770px;
	margin:10px auto 0 auto;
	color:#ccc;
	text-align:left;
}
div.foot .in {
	padding:0 0 0 215px;
}
div.foot .in a {
	color:#ccc;
	font-weight:normal;
}

img {
	border:5px solid #d9d9d9;
}
img.fotoleft {
	float:left;
	margin:0 8px 4px 0;
}
img.fotoright {
	float:right;
	margin:0 0 4px 8px;
}

form {
	margin:0 0 15px 0;
}
form table {
	margin:10px 0 0 0;
}
fieldset {
	border:1px solid #d73125;
	padding:20px;
}
legend {
	font-weight:bold;
	color:#d73125;
}
label {
	font-weight:bold;
}
input,textarea {
	border:1px solid #999;
	width:200px;
	background:white;
}
textarea {
	width:350px;
	height:170px;
}
span.submit input {
	width:auto;
	background:#d73125;
	font-weight:bold;
	text-transform:uppercase;
	font-size:90%;
	color:white;
	border:1px solid #d73125;
}

div.error {
	background:#d73125;
	color:white;
	text-align:center;
	font-weight:bold;
	padding:5px;
}
div.ok {
	background:darkgreen;
	color:white;
	text-align:center;
	font-weight:bold;
	padding:5px;
	margin:0 0 15px 0;
}
tr.form-err label {
	color:#d73125;
}
tr.form-err input, tr.form-err textarea {
	border:2px solid #d73125;
}

/*** reference ****/

div.foto {
	width:130px;
	float:left;
	margin:0 3px 3px 0;
	font-size:90%;
	font-weight:bold;
	height:180px;
	background:#eee;
}
div.foto .alt {
	position:absolute;
	margin:132px 0 0 3px;
	text-align:center;
	width:124px;
}
div.foto a {
	display:block;
	text-align:center;
	_text-align /**/:left;
}


