/*=============================================================*/
/* == CMS standart customization ============================= */
body{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
table{
	font-size:9pt;
	font-family: Arial, Helvetica, sans-serif;
	border-collapse:collapse; margin:0px; padding:0px;
}
th, td, tr {
	border:0px; margin:0px; padding:0px;
	
}

img{
	/*margin: 0 0 0 0;*/
	border: none;
}

/*=============================================================*/
/* == CMS content structural presentaion on pages ============ */

/* [C] Styling the box, containing whole page paragraphs, modules (units) */
div.content_container{	
    padding:10px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;	
}

/* [C] Styling the labels, that can be anywhere */
.page_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color:black;/*#666666;*/
	margin-right:2px;
}
/* [C] Styling the box, containing whole page paragraphs, modules (units) */
.page_header{
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color: #AF8D46; /* old - #AB9976; */
}

/* [C] Every unit on page is surrounded by div like this */
div.page_unit_container{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
/* [C] Every header of unit on the page looks like this */
div.page_unit_header{
	color: #690400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;	
}

/* [C] Every unit information peace is surrounded by this div (under unit_header) */
div.page_unit_content {
	/*color: brown;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color:#6B604A;
}

/* [C] Styling the box, containing whole page paragraphs, modules (units) */
div.page_way_link{
	padding:0px 0px 0px 0px;
	font-size:11px;
	color:#C3AF87;
}
a.page_way_link{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#C3AF87;
}
a.page_way_link:hover{ color:;#92816A; }


/*=============================================================*/
/* == User forms styling ===================================== */

/* [C] UWhen user accepted form this box should appear */
.after_action_message_container{
    background-color:#EFEFEF;
    padding: 10 10 20 10;
    border: solid 1px white;
    color: #8D8D8D;
    font-weight:bold;
}
/* [C] User form styling - whole box */
.form_in_site
{
	background-color: #E8E8E8;
	border: 1px solid #BCBCBC;
	padding: 5 5 5 5;
	margin-top:10px;
	margin-bottom:10px;
}
/* [C] User form description and field limitations text */
.form_mark_description{
	font-size:8pt;
	font-family: Arial, Helvetica, sans-serif;
	color:gray;

}
/* [C] Simbolic mark description corelation with marks under the form */
.form_mark{
	font-size:8pt;
	font-family: Arial, Helvetica, sans-serif;
	color:crimson;
}
/* [C] Error message that can appear anywhere in the site */
.error_message
{
	color: crimson;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
}
/* [C] Input element for site styling */
.input_element {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	border: solid 1px #8E9184;	
}
/* [C] Comments for input element in form */
.input_label {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #8E9184;
}
/* [C] Comments for input element in form - alternative */
.input_label_1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #6F82A3;
}
a{
	color: #690400;
}
/* [C] Every submiting link looks like this */
a.link_submit{
	color: #690400;/*#6F82A3;/*#1C76B2;/*#6699CC;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	font-style: normal;
}
/* [C] Every submiting link looks like this */
a.link_submit:HOVER{
	color: #8E9184;/*#2F3766;/*#C52823;/*#FB3734;*/
}
/* [C] Every submiting link looks like this */
a.link_submit_revers{
	color: #8E9184;/*#2F3766;/*#C52823;/*#1C76B2;/*#6699CC;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	font-style: normal;
}
/* [C] Every submiting link looks like this */
a.link_submit_revers:HOVER{
	color: #0188CC;/*#6F82A3;/*#FB3734;*/
}

/*=============================================================*/
/* == Services appearence in details ======================== */

/* [C] Service group header above the short list */
.catalogue_services_group_header{
    font-size:10pt;
    font-weight:bold;
    color:#666666;
    font-family: Arial, Helvetica, sans-serif;
}
.catalogue_services_group_description {
	padding:10px;
}
/* [C] Service header when full description browsed */
.catalogue_service_full_header
{
    font-size:10pt;
    font-weight:bold;
    color: #0287CC;
    font-family: Arial, Helvetica, sans-serif;
}
/* [C] Service header in catalogue listing (short descr.) */
.service_name{
    font-size:10pt;
    font-weight:bold;
    color: #0287CC;
    font-family: Arial, Helvetica, sans-serif;
}
/* [C] Container for every service in listing mode */
.service_short_container{
    margin-top:10px;
    margin-bottom:10px;
    /*border-top: dashed 1px #6699CC;*/
}
/* [C] Container for textual info about service */
.short_ctg_unit_cell{
    padding-left:4px;
    border-left:1px solid #8E9184;
}

/* [C] Image in short service view*/
img.service_image_preview{
	border: solid 1px gray;
}

/* [C] Service price styling */
.service_price{
	color: black;
	font-weight: bold;
	font-size:10pt;
	font-family: Arial, Helvetica, sans-serif;
}
/* [C] Service special price styling */
.service_special_price{
	color: coral;
	font-weight: bold;
	font-size:9pt;
	font-family: Arial, Helvetica, sans-serif;
}
/* [C] Service old price styling */
.service_old_price{
	color: gray;
	text-decoration: line-through;
	font-weight: bold;	
	font-size:8pt;
	font-family: Arial, Helvetica, sans-serif;	
}
/* [C] Service full description image container */
.image_container_ctg{
    border-right:1px solid #8E9184;
    padding-right:1px;
    padding-bottom:4px;
    padding-top:4px;
    margin-bottom:5px;
}
.data_2{ /*** Details and order link area ***/
    margin-top:2px;
    padding-top:2px;
    border-top:1px dashed #BCBCBC/*#6F82A3*/;
    width:150;
}
.in_td{
	padding: 2 2 2 10;
}

/* [C] Catalogue order link looks like this */
a.oredr_link{
	color: #0287CC;/*#FF8000;/*#FB3734;/*#6699CC;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	font-style: normal;
}
/* [C] Catalogue order link looks like this */
a.oredr_link:HOVER{
	color: #8E9184;/*#6F82A3;*/
}
/* [C] Catalogue order link looks like this */
a.order_link{
	color: #0287CC;/*#6699CC;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	font-style: normal;
}
/* [C] Catalogue order link looks like this */
a.order_link:HOVER{
	color:#6F82A3;
}

//*=============================================================*/
/* == Service offers styling ================================== */
.main_page_offers_title
{
	color: #94AEDB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	text-decoration: none;
	font-style:italic;
}

.offers_container{
	color: #6F82A3;
	font-size:10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-style:normal;
}

.main_page_offers_services_block{
	margin-top:10px;
	padding-top:20px;
	border-top:dashed 1px #BCBCBC;
}

/*=============================================================*/
/* == Image gallery module styling =========================== */

/* [C] Container for the whole viewer content */
.gal_image_container{
	margin: 3 10 3 3;
	padding: 1 1 1 1;
}
/* [C] Styling image name text */
.gal_image_name{
	font-weight: bold;
	font-size:9pt;
	color: #0C4E82;
}
/* [C] Styling image description text */
.gal_image_describtion_short{
	color: #000000;
}

/*=============================================================*/
/* == Image viewer pages styling ============================= */
.image_page_img_header{
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	color: #0188CC;
	font-size:10pt;
	font-family: Arial, Helvetica, sans-serif;
}

.image_page_img_container{
	padding: 2px 2px 2px 2px;
	border-top:  1px dashed #D1D6CD;
	border-bottom: 1px dashed #D1D6CD;
}

.image_page_img_describtion{
	color: black;
	padding: 2px 2px 2px 2px;
}



/*===========================================================*/
/*================= Language selector ====================== */

/* [C] Language selector text styling */
a.language_selector{
	color:#AF8D46;
	text-decoration:none;
	font-size:10pt;
	margin-left:0px;
	margin-right:0px;
	font-weight:bold;	
}

/* [C] Language selector text styling */
a.language_selector:HOVER{
	color:#705A2D;
}
/* [C] Active language selector container */
a.active_language_selector{
	color:#666666;
	text-decoration:underline;
	font-size:10pt;
	font-weight:bold;
	margin-right:4px;
	margin-left:4px;
	cursor:default;
}
/* [C] Language selector container */
#book_overhead .languages_selector_container{
	height:79px; 
}
#book_overhead td.active_language_selector{
	width:47px;
	background-image:url(/img/custom/language_zakladka.gif);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
}
#book_overhead td.language_selector{
	width:47px;
	background-image:url(/img/custom/language_zakladka_active.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:bottom;
	padding-bottom:20px;
}
/* Under construction text appearence*/
.underconstruction_note {
	color: crimson;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
}


/*=============================================================*/
/* == Main menu styles ======================================= */

/* [C] Current page name displayed above the subpages menu */
.active_page_name{

	font-size:9pt;
	font-weight:bold;
	color: #2F3766;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:4px;
}
/* [C] Not current menu item styling */
.main_menu_link
{
    color:#D1D6CD;
	padding-left: 0px;
	padding-right: 8px;
	vertical-align: middle;
	font-size: 12px; 
	font-weight: bold; 
	border-right:#CCCCCC 1px solid; 
    text-decoration:none;
}
a.main_menu_link:HOVER {
	color:#000000;
}
/* [C] Current menu item styling */
.main_menu_active_link
{
    text-decoration:none;
	padding-left: 0px;
	padding-right: 8px;
	vertical-align: middle;
    color: white;
    font-size:12px; font-weight: bold;    
	border-right:#CCCCCC 1px solid; 
}
a.main_sub_menu_link {
    color:#8D8D8D;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	font-size: 12px; 
	font-weight: bold; 
	border-right:#B2B2B2 1px solid; 
    text-decoration:none;      
} 
a.main_sub_menu_link:HOVER {
	color:#B2B2B2;
}
.main_sub_menu_active_link {
    color:#666666;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	font-size: 12px; 
	font-weight: bold; 
	border-right:#B2B2B2 1px solid; 
    text-decoration:none;      
}



/* [C] not active menu item - selected item */
.in_menu_header{
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight: bold;
	color: #0C4E82;
	margin-left:2px;
}

/* [C] optional span surrounding menu item */
.main_menu_item_container {
    top:7px; 
    padding-left: 0px;
    position:relative;
}

/* [C] Units menu on current page */
a.internal{
font-size:8pt;
font-weight:normal;
color: #0C4E82;
}
/* [C] Units menu on current page */
a.internal:HOVER{
color: #FB3734;
}
/* [C] Units menu on current page */
a.internal_as_page{
	font-size:9pt;
	font-weight:bold;
	color: #2F3766;
	text-decoration:none;
}

a.internal_as_page:HOVER{
	color: #C62721;
}

/* [C] Subpage menu container */
.left_menu_item_conteiner{
	padding-left:16px;
}
/*=============================================================*/
/* == Catalogue menu styles ================================== */

td.left_menu_item {
	vertical-align:middle;
	height:32px; width:175px;
	overflow:hidden;
}
div.left_menu_item_inactive {
	height:40px;									/* height:46px; */
	padding:6px 10px 0px 40px;
	background-image:url(/img/custom/lmn_vidv_inactive.gif);
	background-position:left;
	background-repeat:no-repeat;
}
div.left_menu_item_current {
	height:40px;									/* height:46px; */
	padding:6px 10px 0px 40px;
	background-image:url(/img/custom/lmn_vidv_no_subs.gif);
	background-position:left;
	background-repeat:no-repeat;	
}
div.left_menu_item_current_subs {
	height:40px;									/* height:46px; */
	padding:6px 10px 0px 40px;
	background-image:url(/img/custom/lmn_vidv_with_subs.gif);
	background-position:left;
	background-repeat:no-repeat;	
}

/* ---- ----- */
a.left_menu_item {
	color:#AF8D46;
	text-decoration:none;
}
a.left_menu_item:HOVER {
	color:#705A2D; 
	text-decoration:none;
}
a.left_menu_item_current {
	color:#705A2D;
	text-decoration:none;
}

div.left_submenu_middle {
	padding:0px 30px 0px 40px;
	background-image:url(/img/custom/lmn_submenu_middle.jpg);
	background-position:right;
	background-repeat:repeat-y;	
}
div.left_submenu_bottom {
	height:47px;
	background-image:url(/img/custom/lmn_submenu_bottom.gif);
	background-position:right;
	background-repeat:repeat-y;	
}
/* ---- ----- */
div.left_submenu_item {
	position:relative;
	padding:3px 0px 3px 0px;
}
div.left_submenu_kvadrat {
	position:absolute; left:-12px; top:10px;
	width:4px; height:4px;	
	font-size:0px;	
	background-color:#B29A73;
}
a.left_submenu_item {
	color:#AF8D46;
	text-decoration:none;
}
a.left_submenu_item:HOVER {
	color:#705A2D; 
	text-decoration:none;
}
a.left_submenu_item_current {
	color:#705A2D;
	text-decoration:none;
}
/*=============================================================*/
/* == CMS site map styling =================================== */
a.site_map_page_link{

	font-size:9pt;
	font-weight:bold;
	color: #2F3766;
	text-decoration:underline;
}

a.site_map_page_link:HOVER{
	color: #C62721;
}

a.site_map_page_part_link{
	color: #6F82A3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	font-style: normal;
}

a.site_map_page_part_link:HOVER{
	color: #C62721;
}

div.site_map_unit{
    margin-bottom:5px;
    padding-bottom:5px;
    width:100%;
}

/*=============================================================*/
/* == Miscellaneous classes (authorization, emulation) ======= */

/* Authors and copyrights text appearence */
.author_and_copyrights{
	width:235px; 
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	margin-top:2px;
	margin-bottom:2px;
	padding-left:5px;
	text-align:left;

}
a.like_button {
	color: white;
	padding: 3px 5px 3px 5px;
	background-color:#8E9184;
	text-decoration: none;
	font-weight:bold;
	border: solid 1px  #6F82A3;	
}
a.like_button:HOVER{
	background-color: #717469;
	border: solid 1px #6F82A3;	
}

.like_button_con{
}
.auth_user_inv_area{
	color: #C52823;/*#C62721;/**white;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	padding-right:5px;
	margin-top:1px;
}

a.sign_out_link{
	color: white;/*#C62721;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}

a.sign_out_link:HOVER{
	color: black;
}


table.tabcontainer{
	border:0px;
}

/*[C] COUNTERS-BANNERS*/

.counters_place{
	position:absolute; left:140px;
	/*
	padding-left:10px;
	background-color:#FFFFFF;
	*/
}
/*=============================================================*/
/* == Specific site styles =================================== */


/* FIRST PAGE  --------------------------------------------------------- 
   Styles for header of Muncy site	
*/
div.top_incapsulator {
	background-image:url(/img/custom/background_global.gif); background-repeat:repeat-x; 
	background-color:#C3AC77;
	text-align:center;
}
div.bottom_incapsulator {
	height:149px;
	background-image:url(/img/custom/background_global_bottom.gif); background-repeat:repeat-x; 
	background-color:#C3AC77;
}
div.book_container {
	width:1067px;
	text-align:left;
}
img.logo_blestit {
	position:absolute; 
	top:101px; left:85px; 
	width:183px; height:100px;
}
/* over book part goes here */
#book_overhead {
	position:relative;
	width:1067px; height:72px;
}
#book_overhead div.left_region {
	position:absolute;
	width:528px; height:72px;           /* width:528px; height:72px; */
	left:0px; top:0px;
	text-align:center;
}
#book_overhead div.right_region {
	position:absolute;
	width:529px; height:72px;
	left:538px; top:0px;
	background-image:url(/img/custom/book_overhead_right.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
/* upper book part goes here */
#book_upperpart {
	position:relative;
	width:1067px; height:167px;
}
#book_upperpart div.left_region {
	position:absolute;
	width:528px; height:167px;
	left:0px; top:0px;
	background-image:url(/img/custom/book_upperpart_left.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}
#book_upperpart div.middle_region {
	position:absolute;
	width:10px; height:167px;
	left:528px; top:0px;
	background-image:url(/img/custom/book_upperpart_middle.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#book_upperpart div.right_region {
	position:absolute;
	width:529px; height:167px;
	left:538px; top:0px;
	background-image:url(/img/custom/book_upperpart_right.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}

/* ------ middl book part goes here ------------- */
#book_middlepart {
	position:relative;
	width:1067px;
}
#book_middlepart table.all_table { 
	vertical-align:top;
}
#book_middlepart td.menu_column {
	width:250px; height:400px; 
	vertical-align:top;
	background-image:url(/img/custom/menu_column_bgr.jpg);
	background-position:right;
	background-repeat:repeat-y;
}
#book_middlepart td.left_content {
	width:363px;
	vertical-align:top;
	background-image:url(/img/custom/left_content_bgr.gif);
	background-position:right;
	background-repeat:repeat-y;
}
#book_middlepart td.right_content {
	width:394px;
	vertical-align:top;
	background-image:url(/img/custom/right_content_bgr.jpg);
	background-position:left;
	background-repeat:repeat-y;
}
#book_middlepart td.margin_column {
	width:60px;
	background-image:url(/img/custom/margin_column_bgr.jpg);
	background-position:left;
	background-repeat:repeat-y;
}
/* again with bottom "b" */
#book_middlepart td.menu_column_b {
	height:61px;
	background-image:url(/img/custom/menu_column_b.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
#book_middlepart td.left_content_b {
	background-image:url(/img/custom/left_content_b.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
#book_middlepart td.right_content_b {
	background-image:url(/img/custom/right_content_b.jpg);
	background-position:right top;
	background-repeat:no-repeat;	
}
#book_middlepart td.margin_column_b {
	background-image:url(/img/custom/margin_column_b.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
/* again with bottom "c"        -     height:112px; height:394px;   */
#book_middlepart td.menu_column_c {
	height:112px;
	background-image:url(/img/custom/menu_column_c.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
#book_middlepart td.left_content_c {
	background-image:url(/img/custom/left_content_c.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
#book_middlepart div.left_content_c {
	height:82px; width:238px;
	color:#AF8D46;
	margin:0px 10px 10px 10px;
	overflow:hidden;
}
#book_middlepart td.right_content_c {
	background-image:url(/img/custom/right_content_c.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#book_middlepart td.margin_column_c {
	background-image:url(/img/custom/margin_column_c.gif);
	background-position:left;
	background-repeat:no-repeat;
}
/* --------- NOW upper DIV's goes down here --------------- */
#book_middlepart div.menu_column_upper {
	font-size:0px; height:17px;
	background-image:url(/img/custom/menu_column_upper.jpg);
	background-position:right;
	background-repeat:no-repeat;
} 
#book_middlepart div.left_content_upper {
	font-size:0px; height:17px;
	background-image:url(/img/custom/left_content_upper.jpg);
	background-position:right;
	background-repeat:no-repeat;
} 
#book_middlepart div.right_content_upper {
	font-size:0px; height:17px;
	background-image:url(/img/custom/right_content_upper.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
/* --------- NOW middle DIV's goes down here --------------- */
#book_middlepart div.left_content_middle {
	margin-left:5px;
	width:340px;
	overflow:hidden;
} 
#book_middlepart div.right_content_middle {
	margin-left:25px;
	width:340px;
	overflow:hidden;
} 
/* ---------- FIRST page styling ------------------------ */
.body_style { 
	background-color:#C9C2A6;
}

div.book_surrounding{
	background-image:url(/img/custom/first_page_internal_background.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:40px 0px 0px 0px;	
}
table.first_page_menu {
	position:absolute; right:-70px; top:-60px;
}
td.first_page_menu_upper {
	width:184px; height:36px;			/* width:219px; height:36px; */
	padding:5px 5px 5px 30px;
	background-image:url(/img/custom/first_page_menu_upper.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	font-weight:bold;
	color:#AF8D46;
}
td.first_page_menu_middle {
	height:100px; width:154px;			/* width:219px; */
	padding:0px 25px 0px 40px;
	background-image:url(/img/custom/first_page_menu_middle.gif);
	background-position:bottom;
	background-repeat:repeat-y; 
	vertical-align:top;	
}
td.first_page_menu_bottom {
	height:41px;
	background-image:url(/img/custom/first_page_menu_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
img.left_menu_item {
	position:absolute; left:-12px; top:7px;
}

#first_page .languages_selector_container{
	position:absolute; top:-184px; left:150px;
	height:59px; 
}
#first_page td.active_language_selector{
	width:47px;
	background-image:url(/img/custom/f_language_zakladka_active.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:bottom;
	padding-bottom:10px;
}
#first_page td.language_selector{
	width:47px;
	background-image:url(/img/custom/f_language_zakladka.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:bottom;
	padding-bottom:4px;
}
/* ---------- 404 page styling ------------------------ */
#page_404 div.page_404_header {
	color:#954510; font-family:Arial, Helvetica, sans-serif;
	font-size:14px; 
	font-weight:bold;
	padding:2px 15px 2px 15px;
}
#page_404 div.page_404_content {
	color:#954510; font-family:Arial, Helvetica, sans-serif;
	font-size:14px; 
	padding:2px 15px 2px 15px;
}
#page_404 a {
	color:#FE0802;
	text-decoration:none;
}
#page_404 a:hover {
	text-decoration:underline;
}
/* ---------- Picture album stiling ------------------------ */
div.picture_header {
	color:#664707; font-weight:bold; font-size:12px;
}
img.picture_image {
	
}



