@charset "UTF-8";
/* CSS Document */


*, html, body { 				padding:0px;
								margin:0px;
								}			


body {							text-align:center;
								font-family:Arial, Verdana, sans-serif;
								background-color:#48afc1;
								}



wrapper {						width: 1000px;
								margin:0 auto;
								background-color:#FFF;
								border:2px solid #c1d262;
								}
								

content {						text-align:left;
																}



h1, h2, h3 {					font-weight:500;
								}
								

h1 {	
								}

h2 {	
							 	}
							

h3 {	
								}


p {								font-size:.8em;
								color:#222222;
								}