@charset "utf-8";
/* CSS Document */
body {
    background-image: url(images/bkg33457.jpg);
	background-repeat: repeat;
	margin: 0px;
}
#box {
    width: 900px;
	border: medium;
	border-color: #FFFFFF;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#header {
     margin: 0px;
	 border-bottom: #FFFFFF;
	 border-bottom-style: solid;
	 border-bottom-width: medium;
	 background: #f2f0d8;
} 
#main {
       background: #f2a7d0;
	   margin: 0px;
	   padding: 20px;
}
h1.center {
     text-align: center;
	 color:#5d172c;
}
h2.center {
     text-align: center;
	 color:#5d172c;
}
p.center {
     text-align: center;
	 color:#5d172c;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
}
img { border: none;
}
#imgcenter {
   text-align: center;
}
#compliance {
   text-align: center;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: small;
 }	

