body {
	margin: 0px;
	padding: auto;
	font-family: Arial, Helvetica, sans-serif; font-size: 10pt; ;
}
a { color: #AD5B25; text-decoration: none; font-weight: bold;}
a:hover { text-decoration: underline;}

#outer {
	width: 455px;
	height: 455px;
	border: 1px solid #000;
	background-color: #FFFFFF;
	
}
#header {
	background: url(pics/baner_rek.jpg);
	height: auto;
	background-repeat: no-repeat;
	
}
#heading {
	height:30px;
	padding-top: 70px;
	border-bottom: 1px solid #cccccc;
	padding-left: 10px;
	font-family: "Trajan Pro";
	font-size: 14pt;
	font-weight: bold;
	
}
#content {
	height: auto;
	margin-left: 4px;
	
}
#picture {
	width: 200px;
	height: auto;
	float: left;
	padding-top: 3px;
	
}
#text {
	width: 235px;
	height: 344px;
	padding: 5px;
	background-color: #EFEFEF;
	margin-left: 5px;
	overflow: auto;
	float: right;
	left: 206px;
	
}
.pic_text {
	height:10px;
	background-color: #000000;
	color: #FFFFFF;
	width: 200px;
}

