#all { width: 100%; }
#all_content { width: 900px; margin: 0 auto; }

/*TOP*/
#top_page { width: 100%; height: auto; }
#top_page_in { width: 100%; height: 89px;}
#logo {
	float: left; 
	position: relative;
	width: 335px;
	height: 89px;
	margin: 0; padding: 0;
	}
	
/*SEARCH*/
#search { 
	float: right;
	width: auto;
	height: 19px;
	padding: 31px 0px 0 0;
	}
.search .inputbox { 
	width: 177px;
	height: 14px;
	margin: 0 15px 0 0;
	padding: 1px 0px 0px 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
	border: 2px solid #706c4d;
	background: #fff;
	text-transform: capitalize;
	}
.search .button { 
	background: url('../images/button_bg.gif'); 
	font-weight: normal; 
	height: 18px; 
	padding: 0px 9px 1px 9px; 
	color: #ffffff; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 11px;
	}
	
/*MAIN MENU*/
#nav_bar { 
	width: 900px; 
	height: 30px;
	padding: 0 0 0 0px;
	background: none;
	}

/*HEADER*/
#header_wrap { width: 100%; height: auto; padding: 0px; margin: 0px; position: relative; }
#header {
	width: 880px;
	height: auto;
	margin: 0px; 
	padding: 0px 0px 0px 0px;
	font-size: 0px;
	border: 10px solid #fff;
	}
#header p { padding: 0;}
#header img {}
#slogan { width: auto; height: auto; position: absolute; top: 65px; right: 0;} #slogan p { padding: 0;}

/*MAIN PAGE*/
#main_page{ width: 100%; padding: 10px 0 0 0; }
#wrapper {} 

/*
scheme_1 - bez sidebarow
scheme_2 - jeden sidebar
scheme_3 - dwa sidebary
*/

#content_cols {
	width: 900px; 
	padding: 0px 0 0 0; 
	}
.scheme_3 {}
.scheme_2 {}
.scheme_1 {}

#content_cols.scheme_3 #fst_sidebar.first,
#content_cols.scheme_2 #fst_sidebar.first {
	float: left; width: 200px; padding: 0px 11px 0px 0px;
	}
#content_cols.scheme_3 #snd_sidebar,
#content_cols.scheme_2 #snd_sidebar { 
	float: right; width: 200px; padding: 0px 0px 0 11px;   
	}
#content_cols.scheme_3 #main_body { float: left; width: 478px; padding: 0 0px 0 0px; }
#content_cols.scheme_2 #main_body { float: left; width: 689px; padding: 0 0px 0 0px; }  /*no left or no right*/
#content_cols.scheme_1 #main_body { float: left; width: 900px; padding: 0 0px 0 0px; } /*no left and no right*/

#left_mod, #right_mod { width: 200px; }
#main_content { padding: 0px 0px 0px 0px; text-align: justify; line-height: 19px; font-size: 13px; }	

/*BREADCRUMBS*/
#breadcrumbs_box { width: auto; padding: 0; height: 17px; padding: 0 0 10px 4px; }
#breadcrumbs {
	height: auto;
	padding: 0;
	text-align: left;
	}
#breadcrumbs h3 {
	float: left;
	color: #eeecd2;
	font-size: 11px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 5px 0 0; margin: 0;
	}
#breadcrumbs img { display: none; }
#breadcrumbs .breadcrumbs, #breadcrumbs .pathway { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px; 
	}
.pathway {} 
.pathway a:link, .pathway a:visited {  
	padding: 0 2px 0 16px;
	color: #706c4d;  
	text-decoration: underline; 
	font-size: 11px; 
	background: url('../images/breadcrumbs_sep_link.png') 0 0 no-repeat; 
	}
a:hover.pathway, a:active.pathway { text-decoration: none; }
.breadcrumbs { color: #eeecd2; }
.breadc_last { padding: 0 0 0 16px; background: url('../images/breadcrumbs_sep_end.png') 0 0 no-repeat; }

/*FOOTER*/
#footer_wrap { width: 100%; }	
#footer {
	width: 867px;
	height: 19px;
	margin: 11px 0 0 0;
	padding: 0px 13px 0 20px;
	background: #ffffff;
	}
#copyrights {
	float: left;
	text-align: left;
	padding: 2px 0px 0px 0px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #706c4d;
	}
#copyrights p { padding: 0;}
#poweredby {
	float: right;
	padding: 2px 0px 0px 0px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #706c4d;
	font-weight: normal;
	}
#poweredby a:link, #poweredby a:visited { color: #706c4d; font-size: 12px; text-decoration: none; }
#poweredby a:hover { text-decoration: underline;}
