/* CSS Document */
/* Navi ONTOP */

#mktt_Main {
	display: block;
	font-family: Arial;
	font-size: 14px;
	padding: 1px 1px 1px 1px;
	width: 99,9%;
	border: thin solid #7b7b7b;
	position: relative;
	z-index: 1;
	overflow:auto;
	background-color: #7b7b7b;
} 

#mktt_Title{
  	background: url(header.gif) repeat-x;
  	height: auto;
	position:relative;
	color: #303030; 
	background-color:#7b7b7b;
	width:100%;	
	float:right;
	display:block;
	overflow:auto;
	font-family: Arial;
	font-size: 28px;
	text-align: center;
	padding: 15px 0px 5px 0px;
 }

#mktt_Navigation{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  	width:100%; 
	float:right; 
	background-color:#FFF; 
	display: block;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	line-height: 14px;
	height: auto;
	padding: 5px 5px 5px 5px;
	margin-top: 1px;
	text-transform: none;
	position: relative;
	z-index: 2;
  	overflow:auto;
 }

#mktt_Content{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	background-color: #FFF;  
	position: relative; 
	width: 100%;
	height: auto;
	float:right; 
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	margin-top: 1px;
	margin-bottom: 1px;
	z-index: 4;
	min-height: 650px;
 }
 
#mktt_Footer{
	position: relative; 
	width: 100%;
	height:65px;
	float:right;
	background-color: #f1f1f1;
	color: #525252;
	padding: 12px 0px 0px 0px;
	clear:both;
	display:block;
	overflow:auto;
 }
