@charset "windows-1251";
/* CSS Document */

body {
	background-color: #861215;
	font-family: Georgia, serif;
	color: #666;
}

#wrap {
	width: 1000px;
	height: 1003px;
	background-color: #861215;
	margin: 5px auto 20px;
	position:relative;
}

#logo-left {
	width: 151px;
	height: 331px;
	float: left;
	background-image: url(../images/logo-l.jpg);
	background-color: #861215;
}

#logo-middle {
	width: 700px;
	height: 331px;
	float: left;
	background-image: url(../images/logo-en.jpg);
}

#logo-right {
	width: 149px;
	height: 331px;
	float: left;
	background-image: url(../images/logo-r.jpg);
}

#top-left {
	width: 151px;
	height: 54px;
	float: left;
	background-image: url(../images/top-l.jpg);
	background-color: #861215;
}

#top-middle {
	width: 700px;
	height: 54px;
	float: left;
	background-image: url(../images/lang.jpg);
}

#top-right {
	width: 149px;
	height: 54px;
	float: left;
	background-image: url(../images/top-r.jpg);
}

#mid-left {
	width: 151px;
	height: 517px;
	float: left;
	background-image: url(../images/mid-l.jpg);	
}

#content {
	width:700px;
	height:517px;
	float:left;
	background-color:#fff;
}

#mid-right {
	width: 149px;
	height: 517px;
	float: right;
	background-image: url(../images/mid-r.jpg);	
}

#footer {
	width: 1000px;
	height: 100px;
	float:left;
	background-image:url(../images/bottom.jpg);
}

#lang {
	width: 550px;
	height: 30px;
	position:relative;
	margin:5px auto;
}

#text {
	width: 685px;
	height: 515px;
	position:relative;
	overflow: auto;
}

#menu {
	width:700px;
	height:25px;
	position:relative;
	background-color:#fff;
	line-height: -25px;
	margin: 25px auto 25px;
}

#menu ul {
	list-style:none;
	margin-bottom: 10px;
	font-family: Georgia, serif;
	}

#menu li {
	margin: 10px;
	display:inline;
}

#menu a {
	text-decoration:none;
	margin-bottom: 10px;
	color:#a6430a;
	text-transform:uppercase;
}

#menu a: visited {
	color:#666;
}


.clear {
	clear: both;
}

.common {
	text-align:justify;
	padding-right: 10px;
}

#lang a {
	color: #fe550b;
	text-decoration:none;
}

#lang a:visited {
	color: #fe550b;
	text-decoration:none;
}

.p-just {
	margin: 1em;
	text-align:justify;
}

.p-cnt {
	text-align:center;
	margin: 1em;
}

h1 {
	font-size: 150%;
}
h2 {
	font-size: 125%;
}

.link {
	text-decoration:none;
	color:#C30;
	font-size:14px;
}