﻿body {
max-width:1100px;
margin: 0 auto;
width:100%;
}

img.headerimg { 
width: 50%;
height: auto;
max-width: 500px;
border-radius: 0px;
padding: 20px;
}

.mycontent { 
display: block;
width: 100%;
background-color: #ffffff;
padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #000000;	
}

.footer { 
display: block;
width: 100%;
max-width:1100px;
background-color: #562A7F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	padding-top:10px;
	color: #ffffff;
	height: 27px;
	overflow:hidden;
}

	img.floatpotato { 
    float: right; 
    margin-top: 20px; 
    margin-bottom: 20px; 
    margin-right: 20px; 
    margin-left: 20px; 
    
    }

	label {
  font-size: 14px;
  font-weight:bold;
  max-width:95%;
  align:left;
}
	form {
	width: 90%;
}
