﻿html{margin:0px;height:100%;}
body {
	margin:0px;
	height:100%;
	color:#333333;
	font-family:Arial, Arial, Helvetica, sans-serif;
}

#wrapper{
	width:100%;
	min-height: 100%; 
    height: auto !important; 
    height: 100%; 
}

#headerWrapper{display:none; visibility:hidden;}

#contentWrapper{
	width:100%;
	background:url(../layout-images/bg-text.jpg) repeat-x;
}

#contentWrapperInside{
	width:588px;
	margin:0px auto;
}
	
#menuWrapper{
	display:none; visibility:hidden;
}
#content{
	width:588px;
	float:left;
	padding-top:20px;
}

#minimenu{
	display:none; visibility:hidden;
}

#contentLeft{
	width:450px;
	float:left;
}

#contentRight{
	width:107px;
	float:right;
	text-align:center;
	padding-top:16px;
	padding-left:31;
}

#clear{
	clear:both;
}

#footer{
	width:100%;
	text-align:center;
	font-size:8pt;
	padding-top:8px;
	padding-bottom:6px;
}
