html, body
{
	background-color: white;
    color: black;
    margin: 0px;
    padding: 0px;
    border: none;
    height: 100%;
}

#container 
{
	position:relative;
	min-height:100%;
	height: 100%;
	voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
}
	
html>body #container 
{
    height: auto;
}

#header
{
	width: 100%;
}

#main-menu
{
	width: 100%;
}

#maincontent
{
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 6em;
}

#footer
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

img.floatright
{
	float: right;
	margin-top: 0.1em;
	margin-left: 1.5em;
	margin-bottom: 1em;
	border: none;
	clear: both;
}

img.floatleft
{
	float: left;
}

.clear
{
	clear: both;
	height: 1px;
	overflow: hidden;
}

.hidden
{
	display: none;	
}

.hide-no-dom
{
	display: none;	
}

.pointer
{
	cursor: pointer;
}