
@import url(typo.css);
@import url(skin.css);
@import url(menu2.css);

/*===| I. LAYOUT SIZE |====================================================*/

#container, #footer, #header {width:872px;}
#header {height:293px;}
#left-column {width: 244px;}
#right-column {width: 524px;}

/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/	#wrap-footer, #footer, .push {height: 88px;}

.push	{clear: both;}

/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height 
	-----------------------------------------------
*/	#wrap-container {	margin: 0 auto -88px;}


/* ===| II. LAYOUT's DEFAULT ELEMENTS |=======================================*/

* {margin: 0;}

html, body {height: 100%; width: 100%;}
body {text-align: center;}
ul, li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;}

#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;}
#container {
	margin:0 auto;
	text-align: left;}
#header {
/*	text-indent: -9999em;*/}
#left-column{
	float:left;
	padding-left:47px;}
#right-column{
	float:left;
  padding-left: 6px;
 }
.page-title{
  width:51px;
  float:left;
}

.ref {
		position: absolute;
		top: -10000px;
	}
#footer {
	margin: 0 auto;
	padding: 0;
}
  #left-footer{
   float:left;
   width:205px;
   height: 53px;
   display: table;
   text-align:left;
   padding-left:54px;
   padding-top:23px;
  }
  #right-footer{
   float:left;
   width:562px;
   height: 52px;
   display: table;
   text-align:right;
   padding-top:23px;
  }


/*	--- Important! -----------------------------------
	If you want space between paragraphs or headers, 
	use padding instead of margin.
	-------------------------------------------------*/

/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;}
/* ---| THE END |------------------------- */