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

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

#container, #header, #footer {width: 896px;}
#header {height:280px;}
#left-column {width: 203px;}
#right-column {width: 668px;}


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

.push	{clear: both;}

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


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


#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: 0 0 0 11px;}
	
#right-column{
	float:left;	
	margin:0 0 0 4px;}

#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{
	border: 1px solid #ffbaad;
	}
	
.cyc {
		position: absolute;
		top: -10000px;
	}
/* ---| THE END |------------------------- */
