body {
	background: #B2B2B2 url('images/bg.jpg') top left repeat;
	color: #000;
	font-family: Times New Roman;
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
	margin:0;
}

#container {
	margin: 0px auto;
	width: 770px
}
#header {
	width: 100%;
	height: 270px;
	background: #D0BE94;
}

#main_content {
	margin: 0 auto;
	width: 100%;
	background: #D0BE94 url('images/pasek.jpg') top left repeat-y;
}

#main_content_bottom {
	width: 100%;
	height: 60px;
	background: #D0BE94 url('images/pasek2.jpg') top left no-repeat;
}

#footer {
	width: 100%;
	text-align: center;
	font-size: 10px;
	margin: 10px auto;
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	line-height: 18px;
	font-style: normal;
	}



.lc {
	width: 164px;
   height: 288px;
	float: left;
	padding: 0; 
	margin: 0; 
	clear: none;
	background: transparent url('images/lc.jpg') top left no-repeat;
}

.content {
	width: 445px;
	float: left;
	padding: 0; 
	margin: 0; 
	clear: none;
	}

.rc {
	width: 161px;
   height: 288px;
	float: left;
	padding: 0; 
	margin: 0; 
	clear: right;
	background: transparent url('images/rc.jpg') top left no-repeat;
}

	
.img {border: 1px solid #591800;}

.clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

#footer a {
	font-weight: bold;
	color: #591800;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

a {
	font-weight: bold;
	color: #591800;
	text-decoration: none;
}

.big {
	font-weight: bold;
	font-size: 18px;
	color: #591800;
}

a:hover {
	text-decoration: underline;
}
.u {text-decoration: underline;}
