html, body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: lato;
    font-size: 14px ;
    color: #666666;
    -webkit-text-size-adjust: none;
	height:100%;
}
@font-face { 
	font-family: lato; 
	src: url('font/lato.ttf'); 
} 	
@font-face { 
	font-family: lato_thin; 
	src: url('font/lato_thin.ttf'); 
} 
h2 {
	font-weight: bold;
	font-size: 16pt;
}
h3 {
	font-weight: bold;
	font-size: 12pt;
}	
#page-container {
	width: 993px;	
	margin-left: auto;
	margin-right: auto;
	position: relative;
	min-height: 98vh;
}

#content-wrap {
	padding-bottom: 51px;    
	}

#footer {
	position: absolute;
	bottom: 0;
	width: 993px;
	height: 51px;            
	text-align: center;
	background-color: #ebedef;
}
#header {
	padding:10px;
}
#pagecontainer {
	width: 993px;
	display: table-row;
	min-height: 400px;
	float: left;
}
.mainpage { 
	display: table; 
}
.contentrow { 
	display: table-row; 
	height: 400px; 
}

.twothirds {
	display: table-cell; 
	width: 668px; 
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.onethird { 
	display: table-cell; 
	width: 305px;
	vertical-align: top;
	border: 0;
}
.divTableBody { 
	display: 
	table-row-group; 
}
.kgimg {
	border: 1px solid black;	
}
.imgdiv {
	width: 320px;
	display: inline-block;
	vertical-align: top;
}
a.menulink:active, a.menulink:link, a.menulink:visited {
    text-decoration: none; 
	color: #666666;
}	