body {
	background: white;
  font-family: tahoma, arial, sans-serif;
  font-size: 15px ;
	color: #444444;
	border: 0;
	margin-top: 5;
	margin-left: 5;
	margin-right: 5;
	}

.menunav   {
  font-family: verdana, arial, sans-serif;
  font-size: 15px ;
	color: #dddddd;
  font-weight: bold;
}
.menunav:link    {text-decoration: none;  }
.menunav:visited {text-decoration: none;  }
.menunav:hover   {text-decoration: none; color: #ffffff;  }
.menunav:active  {text-decoration: none;  }
.medium	{	font-size: medium; }
.img-top-left 			{float:left;	padding-right:	10px; padding-bottom:	10px; text-align:left;}
.img-top-right 		{float:right;	padding-left:	10px; padding-bottom:	10px; text-align:right;}
.img-bottom-left 	{float:left;	vertical-align: bottom; padding-right:	10px; padding-top:		10px; text-align:left;}
.img-bottom-right	{float:right;	padding-left:	10px; padding-top:		10px; text-align:right;}
div.header {
	background: black;
	width: 100%;
	text-align: center;
	}
div.main-menu {
	background: black;
	height: 30px;
	width: 100%;
	}
.width-1200 { width: 1200; }
.width-70 { width: 70%; 	}
.width-80 { width: 80%; 	}
.width-90 { width: 90%; 	}
.border { border: 1 solid black; }
.border-red { border: 1 solid red; }
div.main-page-center {
	background: white;
	margin-top:10px;
	text-align: center;
	}
div.main-page-left {
	background: white;
	margin-top:10px;
	text-align: left;
	}
div.full-page {
	background: white;
	padding-top:10px;
	padding-left: 7%;
	padding-left: 7%;
	width: 100%;
	}
div.left {
	width: 20%;
	background: #eeeeee;
	border: 1px dashed orange;
	}
div.float {
	position: float;
	width: 20%;
	background: #eeeeee;
	border: 1px dashed orange;
	}
div.center {
	padding: 10px;
	position: absolute;
	top: 200px;
	left: 250px;
	height: 500px;
	width: 500px;
	border: 1px dashed orange;
	}
div.right {
	padding: 10px;
	position: absolute;
	right: 15px;
	top: 200px;
	width: 200px;
	height: 500px;
	border: 1px dashed orange;
	}
div.footer {
	position: float;
	width: 100%;
	color: white;
	}
