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

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

#container, #footer, #header {width: 800px;}
#header {height:251px;}
#left-column {width: 236px;}
#right-column {width: 564px;}

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

.push	{clear: both;}

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


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

* {margin: 0;
padding:0;}

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

p{
float:left;}
img{
 float:left;
}

#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;
}
#right-column{
	float:left;	
}
.ref {
		position: absolute;
		top: -10000px;
	}
#text-container{
 padding-left:10px;
}
#text-cont-top{
 background:#eeeeee;
 border-top:1px #a1a1a1 dashed;
 padding:10px;
 width:534px;
 float:left;
}

#footer {
	margin: 0 auto;
	padding: 0;}

.copyright{
	padding: 17px 0 0; 
	text-align: center;}


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