* {
margin: 0;
padding: 0;
}

body {

font-size: 12px;
color: #000;
line-height: 170%;
letter-spacing: 1px;
text-align: left;
background-color: #e6e6e6;

}

#wrapper { 
padding: 0px 0px;
}

#layout {
text-align: left;
margin-right: auto;
margin-left: auto;
padding: 20px;
width: 700px;
background-color: #FFFFFF;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center 20px;
border-right: 1px solid #9E0B0E;
border-left: 1px solid #9E0B0E;
}

