﻿img{
    border:none;
    }
h2{
    text-align:center;
    }
   
body 
{
    font-family: "Century Gothic", "Arial Narrow", Arial;
	color: black;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
    
      text-align: center;
    min-width: 760px;
    
}
#wrapper 
{
padding: 0px;
margin:0 auto;
width:760px;
text-align: left;
}

#header {

  width: 760px;
  height: 48px;
}
#leftcol {
  float: left;
  width: 60px;
  height: 500px;
}
#rightcol {
  float: left;
  width: 60px;
  height: 500px;
}
#contentheader {
  background: #fff;
  float: left;
  width: 640px;
  height: 48px;
  border-bottom: solid 2px black;
}

#content {
  background: #fff;
  float: left;
  width: 640px;
  
  padding: 0px;
  
  
}
#innercontent 
{
   padding: 5px;
/*     height:468px;*/
    border-left: solid 2px black;
    border-right: solid 2px black;
    /*border-top: solid 2px black;*/
    
}
#footer {

  clear: left;
  text-align: center;
  width: 760px;
  height: 45px;
  border: solid 2px black;
  
}

