/*----------------------------------------------------------------------------*
 * File Name :	style.css  								                      *
 * Creation  :	2007-03-09, Sofia, Bulgaria				                	  *
 * Purpose   :  This file is part of the "Arh-Art Website" project.           *
 * 																			  *
 * Copyright (C) 2007, Stefan Kovachev                                    	  *
 * All Rights Reserved														  *
 * 																			  *
 * Modification Log:                                                          *
 *----------------------------------------------------------------------------*
 * This file is for all browsers other than IE. I.e. for all browser  		  *
 * following the world standarts. For all that doesnt need to "invent"	new   *
 * standarts to proove that their is bigger! FUCK YOU MS! 				 	  *
 *----------------------------------------------------------------------------*/

html {
     overflow: -moz-scrollbars-vertical;
}

.ContentHolderBorder {
	background:  		url(../web_images/main_border.png);
	text-align: 		center;
	vertical-align: 	top;
	margin: 			0px 0px 0px 0px;
	pading: 			0px 0px 0px 0px;
	width: 				719px;
	_width: 			719px;
}

.TopOfPage {
	background: 		url(../web_images/main_top.png);
	text-align: 		center;	
	vertical-align: 	middle;
	width: 				719px;
	height: 			70px;
	margin: 			0px 0px 0px 0px;
	pading: 			0px 0px 0px 0px;
}

.BottomOfPage {
	background-image: 	url(../web_images/main_bottom.png);
	text-align: 		center;	
	vertical-align: 	middle;
	margin: 			0px 0px 0px 0px;
	pading: 			0px 0px 0px 0px;
	font-size: 			9px;
	line-height: 		1.5em;
	width: 				719px;
	height: 			53px;
}

.ScrollableArea {
    width:  645px;
}

.HeaderMenuItemHolder
{
	padding: 			0px 0px 0px 0px;	
}

.HeaderMenuLangHolder
{
	padding: 			4px 0px 0px 0px;	
}

/* ----------------------------------------------------------------------------- */

.ScrollableArea {    
	min-height: 	400px;
    position: 		relative;
    border:			1px solid #000000;
    padding: 		10px 5px 10px 5px;    
    margin: 		0px 0px 0px 0px;
}

.InnerScrollableArea {
    width:  		100%;
    min-height: 	400px;
    position: 		relative;
    border-top:		1px solid #000000;
    border-bottom:	1px solid #000000;
    border-right:	1px solid #000000;
    padding: 		0px 0px 0px 0px;    
    margin: 		0px 0px 0px 0px;
}

.HomeScrollableArea {
    width:  		100%;
    min-height: 	400px;
    position: 		relative;
    border-top:		1px solid #000000;
    border-bottom:	1px solid #000000;
    border-right:	1px solid #000000;
    padding: 		0px 0px 0px 0px;    
    margin: 		0px 0px 0px 0px;
}

/* ----------------------------------------------------------------------------- */

#pscroller{
    width: 		150px;
    height: 		350px;
    padding: 		5px;
    text-align:		justified;
}
		
/* -------------------------------------------------------------------------- */