BODY {
    background: #D9D2BE url('/img/bgm.gif');
    margin: 0;
    padding: 0;
	color: #4F3703;
}

H1 {
	font-size: 130%;
	margin: 1.7em 0 0 1em;
}

#menu {
	position: absolute;
	width: 120px;
	left: 50px;
	top: 360px;
}

#menu DIV {
    background-repeat: no-repeat;
}

#menu a {
    display: block;
    width: 120px;
    vertical-align: top;
    background-repeat: no-repeat;
}

#menu a:hover {
    background-position: -120px 0px;
}

#lang {
    position: absolute;
	left: 917px;
	top: 43px;
}

#lang a {
    display: block;
    width: 47px;
    background-repeat: no-repeat;
}

#lang a:hover {
    background-position: -47px 0px;
}

#mainText A, #mainText A:visited, #mainText A:hover, #mainText A:active {
	color: #422E03;
	letter-spacing: 1px;
	text-decoration: none;
	border-bottom: 1px dotted #D5953F;

}

#mainText A:hover, #mainText A:active {
	text-decoration: none;
	background-color: #D9D2BE;
	color: #D5953F;
}

#pageHeader {
	text-align: center;
	padding: 0 0 23px 0;
}


.indentBlock {
	margin: 0.7em 0 0.7em 3em;
}

.main-error {
	font-size: 150%;
	font-weight: bold;
	color: 990000;
}

.main-success {
	font-size: 150%;
	font-weight: bold;
}
