﻿/* CSS-Layout */
body
{
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}

div.StartLogo
{
	text-align: center;
}

div.wrapper
{
	position: absolute;
	left: 50%;
	margin: 0px 0px 0px -500px;
	width: 1000px;
	top: 0px;
}

div.header
{
	position: relative;
	top: 0px;
	background-color: #c10774;
	height: 100px;
	color: #ff5500;
	text-align: center;
	background-image: url('MikeLogo.jpg');
  	background-repeat: no-repeat;
}

div.menu
{
	height: 20px;
	text-align: center;
	padding:0px;
	margin: 0px;
	border-top-style: solid;
	border-top-color: #ff5500;
	border-top-width: 5px;
	background-color: #ffebd7;
	color: #666666;
}

div.left
{
	position: relative;
	float: left;
	background-color: #ffffff;
	padding: 0px;
	width: 150px;
	text-align:left;
	background-image: url('MikeBackLine.jpg');
	background-repeat: repeat;
}

div.right
{
	position: relative;
	float: left;
	width: 660px;
	padding: 10px;
	background-color: #ffffff;
}

div.footer
{
	position: relative;
	bottom: 0px;
	width: 900px;
	height: 20px;
	background-color: #666666;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	border-top-width: 5px;
	border-top-color: #ff5500;
	border-top-style: solid;
	clear: both;
}
