﻿/* układ arkusza CSS */
body{
	background: #FFF9F2 url(images/bg3.gif) repeat 0 0;
	color: #333227;
	margin: 40;
}
#main_body{
	width: 897px;
	margin: 0 auto 0 auto;
	height: 10px;
}
#masthead {
	background: url(images/header_pic.png);
	color: #fff;
	color: #FF0066;
	font-family: Verdana;
	font-size: medium;
	margin-top: 62px;
}
#container {
	margin: 0px auto 0px auto;
}

#left_col {
	width: 274px;
	background-image: url(images/left_panel.gif);
	height: 684px;
	background-color: #e7d9b2;
	position: absolute;
	background-repeat: no-repeat;
}
#page_content {
	background-position: right;
	width: 623px;
	font-family: Verdana;
	font-size: small;
	color: #622f16;
	position: absolute;
	margin-left: 274px;
	background-color: #e7d9b2;
	height: 683px;
	top: 199px;
	text-align: center;
	margin-top: 0px;
	background-image: url(images/right_panel.gif);
	background-repeat: repeat-y;
	padding-right: 16px;
	padding-left: 5px;
}
#footer {
	margin: 0px auto 0px auto;
	height: 35px;
	width: 897px;
	position: absolute;
	font-family: Verdana;
	font-size: x-small;
	color: #e7d9b2;
	text-align: center;
	padding-top: 10px;
	background-repeat: repeat;
	background-image: url(images/footer_pic.gif);
	top: 2000px;
}


head {
	color: #008000;
}
h2 {
	font-family: Verdana;
	font-size: x-large;
	color: #673b15;
	font-weight: normal;
}
#left_col2 {
	width: 274px;
	background-image: url(images/left_panel2.gif);
	height: 1650px;
	background-color: #e7d9b2;
	position: absolute;
	background-repeat: no-repeat;
}
#footer2 {
	margin: 0px auto 0px auto;
	height: 35px;
	width: 897px;
	position: absolute;
	font-family: Verdana;
	font-size: x-small;
	color: #e7d9b2;
	text-align: center;
	padding-top: 10px;
	background-repeat: repeat;
	background-image: url(images/footer_pic.gif);
	top: 1035px;
}

