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

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

#container, #header, #footer, .ref { width: 808px; }
#wrap-container { /* min-height: 100%; height: auto !important; height: 100%; */ }
#container { margin:0 auto; text-align: left; }
#header { margin:0px auto; height:251px; }
#left-column { width: 232px; float:left; }
#right-column {width: 549px; float:left; padding:0 0 0 10px; }
#footer, .ref { margin: 0 auto; padding: 0; }

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

.push	{clear: both;}

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

.thumb { display:block; }
.thumb img { border:1px solid #0b3e61; }



	


	


	