@charset "utf-8";
body {
	background-color: #000000;
	margin: 0px;
}
a:link {
	color: #62470F;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #62470F;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #62470F;
}
#fl_container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#container {
	height: 600px;
	width: 950px;
	background-repeat: no-repeat;
	background-image: url(images/scroll.jpg);
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#container #content {
	padding-top: 40px;
	padding-left: 125px;
	width: 700px;
	height: 510px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
.text {
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 20px;
}

#container #content #left_big {
	width: 465px;
	float: left;
	height: 420px;
	padding-right: 5px;
	padding-top: 10px;
	background-image: url(images/pulpit.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#container #content #wide {
	height: 485px;
}


#container #content #left {
	height: 485px;
	width: 230px;
	float: left;
	text-align: justify;
}
#container #content #middle {
	float: left;
	height: 420px;
	width: 230px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: justify;
}
#container #content #right {
	float: left;
	height: 485px;
	width: 230px;
	text-align: justify;
}
#container #content #footer #footer_left {
	float: left;
	width: 300px;
}
#container #content #footer #footer_right {
	float: right;
	width: 235px;
}
.lW { float: left; clear: left; height: 15px; }
.rW { float: right; clear: right; height: 15px; }

.times12 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

