
@import url(typo.css);
@import url(skin.css);
@import url(menu2.css);

/*===| I. LAYOUT SIZE |====================================================*/
#container, #footer, #header {width: 940px;}
#header {height:202px;}
#left-column {width: 320px;}
#right-column {width: 620px;}



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

.push	{clear: both;}

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


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

* {margin: 0;}

html, body {height: 100%; width: 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;
  }

#logo{
width:186px;
height:202px;
float:left;
}
#logo1{
width:585px;
height:139px;
}
#bg-text-mdm{
width:585px;
height:63px;

}
#bg-thumb-mdm{
width:169px;
height:202px;
float:left;
}

#menu{
width:320px;
height:312px;

}
.cflink{
  float:left;
  margin-left:50px;
  width:212px;
}

#plan{
width:320px;
height:184px;}





#right-column{
	float:left;
  padding:0px 0px;}

#content{
padding-right:31px;
padding-top:10px;}


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

.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;margin-right:20px;} .right{float: right;margin-left:10px;}

.thumb{
	display: block;}

.thumb img{
	margin: 0}



ul.list{
	font-family:Arial;
  color:#000000;
  font-size:12px;
  padding-left:13px;
  line-height:16px;
  }
ul.list li{
  padding-left:15px;
  padding-top:3px;}
ul.list2{
	font-family:Verdana,Tahoma, Arial, Helvetica, sans-serif;
  color:#0d3902;
  font-size:11px;
  padding-left:13px;
  }
ul.list2 li{
  padding-left:15px;
  padding-top:3px;}

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

.ref {
		position: absolute;
		top: -10000px;
	}
/* ---| THE END |------------------------- */