body {

	font-size: 14px;
	font-family:"Trebuchet MS", Tahoma;
	color:#333;

}

div#logo {   
   position: absolute;
   top: 0%;
   left: 50%;
   width: 900px;
   height: 140px;
   margin-left: -450px;
   padding:center;

}

div#main {    
   position: absolute;
   top: 141px;
   left: 50%;
   height: 437px;
   width: 900;
   margin-left: -450px;
   padding:center;

}

div#page {    
   position: absolute;
   top: 141px;
   left: 50%;
   height: 437px;
   width: 900;
   margin-left: -450px;

}

div#menu {    
   position:fixed;
   bottom: 0%;
   left: 50%;
   height: 22px;
   width: 900;
   margin-left: -450px;
   padding:center;

}

div#ov{    
   position: absolute;
   left: 50%;
   visibility:hidden;
}

div#copy {   
   position: absolute;
   bottom:4px;
   height: 16px;
   left: 50%;
   margin-left: -300px;
   width: 600px;
   
}

h1 {

	font-size: 20px;
	font-weight: bold;
	font-family:"Trebuchet MS", Tahoma;
	color:#333;

}

a {

  text-decoration: none;

}



a:hover {

  color: #c12847;


}

