
body
{
	height: 100%;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
}

#content
{
	margin-left: 20%;
	width: 60%;
}

.menu
{
	top : 5px;
	float: left;
	left : 5px;
	width : 10%;
	position: relative;
	padding : 0px;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-bottom : 0.5px;
	font-size: small;
}

.menu a
{
	display : block;
}
.menu .delimiter
{
	display : none;
}

.other
{
	top : 1px;
	position: relative;
	right : 5px;
	width : 120px;
	float: right;
	padding : 0px;
	margin: 0px;
}

.contentText
{
}

.footer {
	position: relative;
	width: 100%;
	text-align: center;
	border-top:1px solid rgb(0,0,0);
	background-color:rgb(255,255,255);
	color:rgb(0,0,0);
	bottom : 0;
	margin-left: 0px;
	margin-top: 20%;*/
	margin-bottom: -50%;
}
