
@import url(skin.css);
@import url(menu2.css);
@import url(forms.css);
@import url(lightbox.css);

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

#container, #footer {width: 920px;}
#header { height: 171px; }
#left-column {width: 695px;}
#right-column {width: 187px;}


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

.push	{clear: both;}

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


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


#wrap-container {
	}
	
#container {
	margin:0 auto;
	text-align: left;
	}
#containerBg {
	margin:0 auto;
	text-align: left;
	}
#header {
/*	text-indent: -9999em;*/}

#left-column{
	float:left;
	padding: 0 0 0 10px;}
	
#right-column{
	float:right;
	padding: 0 10px 0 0;	
	}

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


	
	

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

/* ===| III. CONTENT ELEMENTS |===============================================*/


/*	--- Important! ----------------------------------
	Use class "left" or "right" on the html elements 
	you want to float (on the thumbs, for example)
*/	.left{float: left;} .right{float: right;}

.thumb{
	display: block;
	}

/* ---| THE END |------------------------- */