
#container, #footer, #header {width: 950px;}
#header {height:187px;}
#main-column {width: 950px;}


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

.push	{clear: both;}

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


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

* {margin: 0;}
object { outline:none; }

html, body { width: 100%;}

#wrap-container {
  min-height: 100%;
	height: auto !important;
	height: 100%;}
#container {
	margin:0 auto;
	text-align: left;
  min-height: 100%;
	height: auto !important;
	height: 100%;
   }
#header {
/*	text-indent: -9999em;*/}


#main-column{

}

#footer {
	margin: 0 auto;
	text-align: left;
	padding: 0;}

#footer1{
	margin: 0 auto;
	text-align: left;
	padding: 0;}

.ref {
		width: 100%;
		height: 100%;
		margin: 0 auto;
		text-align:center;
		color: #ffffff;
		font-family: Verdana,Tahoma,Arial;
		font-size:11px;
    padding-top:5px;

	}


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

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

img {border: 0;}
ul, li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;}
/*	--- 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;
 }
/* ===| IV. NAVIGATION |===============================================*/

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