﻿body
{
	font-size: 10pt;
	color: black;
	font-family: Sans-Serif;
	list-style-image: url(images/blt.jpg);
}

Body li
{
	line-height: 25px;
}


.left
{
	width: 20%;
	left: 0px;
	position: absolute;
	top: 0px;
	background-color: #ffff99;
}
.center
{
	width: 600px;
	left: 20%;
	position: absolute;
	top: 0px;
	background-color: #ccffcc;
}

.logo
{
	left: 20px;
	top: 30px;
	width: 200px;
	height: 150px;
	position: absolute;
	background-color: #d8d8f1;
	display: inline;
}

.maintext
{
	margin-left: 10px;
}

.images
{
 padding: 20px;	
}


/* Footer    */

.footer
{
	width: 760px;
	height: 50px;
	text-align: center;
	font-size: 8pt;
	color: #dcdcdc;
	font-family: menu, Sans-Serif;
	text-decoration: none;
	background-color: #000000;
	border-top: 2px groove;
	clear: none;
	display: block;
	position: absolute;
	visibility: visible;
	z-index: 3;
	top: 640px;
	left: 10px;
}

.footer a
{
	color: #dcdcdc;
	text-decoration: none;
}

