﻿body
{
	background-color:White;
	margin:0;
}
#center 
{
  margin-left: auto;
  margin-right: auto;
  width:1000px;
  margin-top:0px !important;
  margin-bottom:0px;
  background-color:White;
  text-align:center;
 }
#header
{
    position:relative;
	width:1000px;
	float:left;
	clear:both;
	height:auto;
	background-color:White;
	
}
#subheader
{
    position:relative;
	background-color:White;
	clear:both;
	width:1000px;
	height:auto;
}
#submenu
{
    position:relative;
	background-color:White;
	clear:both;
	float:left;
	width:1000px;
}
#maincontent
{
    position:relative;
	background-color:White;
    float:left;
    width:1000px;
    min-height:440px;
    height:auto;
    clear:both;
}
#subfooter
{
    position:relative;
	background-color:White;
	clear:both;
    float:left;
    width:1000px;
    height:auto;
}
#footer
{
    position:relative;
    clear:both;
    float:left;
    width:1000px;
}
img.corner 
{
  margin:0px;
   border: none;
   display: block !important;
}


