
#container, #footer, #header {width: 996px;}
#header {height:285px;}
#main-column {width: 996px;}
#left-column {width: 495px;height:345px;}
#right-column {width: 495px;height:345px;}


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

.push	{clear: both;}

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


/* ===| 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{
}

#left-column{
float:left;
height:351px;
width:498px;
}
#int-left-column{
  padding-top:36px;
  padding-left:58px;
  padding-right:28px;
}

#right-column{
float:left;
height:351px;
width:498px;
}
#right-column1{
float:left;
height:351px;
width:498px;
}
#int-right-column{
  padding-top:20px;
  padding-left:22px;
  padding-right:33px;
}
#int-right-column1{
  padding-top:20px;
  padding-left:22px;
  padding-right:33px;
}
#footer {
	margin: 0 auto;
	text-align: left;
	padding: 0;}


.ref {
		width: 100%;
		height: 100%;
		margin: 0 auto;
		text-align:center;
		color: #ffffff;
		font-family:Arial;
		font-size:11px;
    padding-top:10px;
   /* background-color:#bebcbc;*/
	}


/*	--- 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 |------------------------- */