/*===| I. LAYOUT SIZE |====================================================*/
#container, #footer, #header {width:997px;}
#header {height:270px;}
/*#left-column {width: 332px;}*/
#main-column {width: 564px;}



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

.push	{clear: both;}

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


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

* {margin: 0;}

html, body { width: 100%; height: 100%;}
body {text-align: center;}
ul, li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;}

#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;
	margin:0;
  }*/
#content{
width:997px;

/*height:299px;*/
}
#int-content{
padding-left:29px;
padding-right:28px;
}


#main-column{
	/*float:left;*/
  padding:0px 0px;}
#header-flash{
  width:702px;
  height:210px;
  float:left;
}


#mdm{
width:295px;
height:210px;
float:left;}

#int-mdm{
  padding-top:47px;
  padding-left:24px;
  padding-right:27px;
  text-align:right;
 }
#menu{
width:998px;
height:60px;
float:left;
}

#footer {
	margin: 0 auto;
	padding-top:0px;
   }

.copyright{
	padding: 2px 0 0;
	text-align: center;}

h1 span{display:none;}

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

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

img {border: 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;}

.thumb img{
	margin: 0}


/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;
}


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