body{
    font: 12px Verdana, sans-serif;
  }
  
  
A {
	font-family: verdana;
	font-weight: normal;
	text-decoration: none;
	color: #3d1063;
}
A:hover {
	text-decoration : underline;
	font-weight: bold;
/*	background : #880000; */
	color: #000000;
}


.header {
	font-family: verdana;
	font-size:18px;
	font-weight: normal;
	text-decoration: none;
	color: #3d1063;
}


  h1,h2,h3,h4,h5,h6{
    font-family: Verdana, sans serif;
    color: #3d1063;
    padding-bottom: 5px;
  }
  h1{
    font-size: 21px;
    color: #41070F;
    padding-bottom: 15px;
  }
  h2{
    font-size: 18px;
    padding-bottom: 10px;
  }
  h3{
    font-size: 14px;
  }
  
/*-------------------------
  Main layout/structural
-------------------------*/
  #wrapper{
    width: 900px;
    height: 100%;
    background: url(../images/wrapper_shadow.png) repeat-y;
    /* Transparent PNG: See ie6.css for related hack */
    margin: auto;
    padding: 0 26px 0 25px;
  }
  #main{
    background: #FFF1DD url(../images/main_bottom.png) no-repeat bottom center;
    padding-bottom: 200px;
    min-height: 220px;
    height: 100%; /* Needed for IE6 - push image to bottom*/
  }
 