  body
  {
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    <!--background-color: #d9e1f6; -->
    
    background: rgba(194,190,204,1);
background: -moz-linear-gradient(top, #7E6AA5 0%, #E4D5F2 27%, 7E6AA5 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #7E6AA5), color-stop(27%, #DBDBDB), color-stop(100%, #7E6AA5));
background: -webkit-linear-gradient(top, #7E6AA5 0%, #E4D5F2 27%, #7E6AA5 100%);
background: -o-linear-gradient(top, #7E6AA5 0%, #E4D5F2 27%, r#7E6AA5 100%);
background: -ms-linear-gradient(top, #7E6AA5 0%, #E4D5F2 27%, r#7E6AA5 100%);
background: linear-gradient(to bottom, #7E6AA5 0%, #E4D5F2 27%, #7E6AA5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7E6AA5', endColorstr='#e9e9f5', GradientType=0 );
    
    
    }
  #wrapper{
    width:820px;
    margin-left: auto;
    margin-right: auto;
    clear:both;
  }
	
  #wrapper2{
    width:820px;
    margin-left: auto;
    margin-right: auto;
    clear:both;
  }	
  #wrapper3{
    width:820px;
    margin-left: auto;
    margin-right: auto;
    clear:both;
  }	
  #wrapper4{
    width:820px;
    margin-left: auto;
    margin-right: auto;
    clear:both;
  }
	
  #top {
  width:800px;
  height:140px;
    clear:both;
  	text-align:center;
  	float:left;
  }
	
  #main {
  	text-align:center;
    clear:both;
  height:1400px;
  }
	
	div.inside-shadow{
	box-shadow: 6px 6px 3px #778;
	text-align:left;
	float:left;
	margin:5px;
	}
	
	div.inside_center{
	text-align:left;
    margin-left: auto;
    margin-right: auto;
    background-color:#f2f3fd;
    border:3px solid;
    border-radius:12px;
    border-color:#3e97eb;
    clear:both;
	}
	
  .reg
  {
  font-family:Arial, Helvetica, sans-serif;
  font-size:1.15em;
  color:#3B589B;
  text-align:center;
  }
.bkgd
  {
  font-family:Arial, Helvetica, sans-serif;
  font-size:1.15em;
  color:#2553BD;
  text-align:center;
  }
.bkgd
  {
  font-family:Arial, Helvetica, sans-serif;
  font-size:1.15em;
  color:#2553BD;
  text-align:center;
  }
	h1{
  color:#2553BD;
  text-align:center;
	}	h2{
  color:#2553BD;
  text-align:center;
	}	h3{
  color:#2553BD;
  text-align:center;
	}
	
	
.nav {
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 13px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.nav	a{
text-decoration: none;
padding: 5px 7px;
margin-right: 5px;
border: 1px solid #778;
color: white;
border:1px solid gray;
background: #3282c2;
border-radius: 8px; /*w3c border radius*/
box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* w3c box shadow */
-moz-border-radius: 8px; /* mozilla border radius */
-moz-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* mozilla box shadow */
background: -moz-linear-gradient(center top, #a4ccec, #72a6d4 25%, #3282c2 45%, #357cbd 85%, #72a6d4); /* mozilla gradient background */
-webkit-border-radius: 8px; /* webkit border radius */
-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* webkit box shadow */
background: -webkit-gradient(linear, center top, center bottom, from(#a4ccec), color-stop(25%, #72a6d4), color-stop(45%, #3282c2), color-stop(85%, #357cbd), to(#72a6d4)); /* webkit gradient background */
}

.nav	a:hover {
background: #3282c2;
}
li {display:inline;}

.banner { 
	padding 10px 10px 10px 10px;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 10px;
	border: none;
		}
