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

body {
    background-color: #f7f7f7;
	font-family: arial, helvetica neue, sans-serif;  
    font-size: 12px;
    margin: 0;
    padding: 0;
}
#wrapper {
    width: 450px;
	margin: 80px auto;
	}
p {
    color: #A32226;
    font-size: 110%;
    line-height: 170% !important;
    margin: 0;
	padding: 0 0 0 10px;
}
p a {
	color: #A32226;
	font-weight:: bold;
}
h1 {
    color: #A32226 !important;
    font-size: 140%;
    font-weight: normal !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
	padding: 0 0 0 10px;
}
