.header
{
	height: 125px;
	text-align: center;
	background-image: url(bg_main0.png);
	min-width: 800px;
	background-size: auto auto;
}

.wrapper
{
	float:left;
	width:100%;	
	height:100%;
	min-width: 800px;
}

.menu
{
	float: left;
	width: 200px;
	height:95%;
	border: 2px;
	margin-right: 10px;
	text-align: left;
	font-size:16pt;
	color:white;
	background-color:#000000;
	font-size:32px;
}


.footer {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  font-size:8px;
  clear:both;
  text-align:center;
}

.logo
{
	float: left;
	margin-right:10px;
	margin-left:20px;
}

.mid
{
	float-left;
	clear:both;
}

.content
{
	margin-top:10px;
	paddin: 0px;	
	widht:100%;
	min-width:500px;
	height:95%;
	font-size:24px;
}



body
{
	color:#41337B;
	height:800px;
	max-width:1000px;
}

ul
{
	list-style-type:none;
	padding-left:5;
}

li
{
	margin-bottom:5;
}

.contcol
{
	float:left;	
	margin-right:10px;
	margin-bottom:5px;
	
}

.contcol>ul>li>a
{
	color:#41337B;	
}

.contcol>ul>li
{
	margin-bottom:1;	
}

a:hover
{
	text-decoration:underline;
}

a
{
	text-decoration:none;
		color:white;
}
