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

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

#container, #header, #footer {width: 1008px;}
#header {height:263px;}
#left-column {width: 290px;}
#right-column {width: 665px;}


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

.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 {
	float: left;
	width: 100%;}
	
#header {
/*	text-indent: -9999em;*/}

#left-column{
	float:left;
	padding: 0 0 0 16px;}
	
#right-column{
	float:left;	
	margin:0 0 0 15px;}

#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;
	border: 1px solid #2c2c2c;
	}

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