body {
   margin: 0 auto;
   padding: 0;
   background: #f4f6eb;
   width: 676px;
   height: 532px;
}


#wrapper {
   margin: 0 auto;
}

#faux
{
   background-image: url('yahoomail_layout.png');
   background-repeat: no-repeat;
   background-position: center top;
   margin: 0;
   width: 100%;
   overflow: hidden;
   font-family: tahoma, sans-serif;
   font-size: 12px;
   line-height: normal;
   letter-spacing: 1px;
}


#leftcolumn {
   display: inline;
   width: 150px; 
   height: 408px;
   color: #333;
   margin-top: 110px; 
   margin-left: 5px; 
   padding: 10px;
   float: left;
   background: transparent;
   text-align: justify;
}


#rightcolumn {
   display: inline;
   width: 470px;
   height: 392px;
   color: #333;
   margin-top: 104px; 
   margin-right: 15px; 
   padding: 0px;
   background: transparent;
   float: right;
   text-align: justify;
   overflow: auto;
} 


.clear { 
   clear: both;
 }


a:link {
   color: #0451c0; 
   text-decoration: none; 
}

a:visited {
   color: #0451c0;  
   text-decoration: line-through;  
}

a:hover {
   color: #0451c0; 
   cursor: crosshair; 
   text-decoration: overline underline;
}

img {
   border:0px;
}


h1 {
   font: bold 110% tahoma, sans-serif;
   letter-spacing:0px;
   color: #333;
   padding: 5px;
   background-color: #dedcf6;
}

h2 {
   font: bold 110% tahoma, sans-serif;
   color: #258391;
   padding: 5px;
   border-bottom: 2px solid #258391;
}


b,strong {
   color: #420155;
}

em, i {
   color: #258391;
   font-family: georgia;
}


ul {
   list-style-type: none; 
   padding: 0px;
   margin: 0px;
   line-height: 17px;
}

.center {
   text-align: center;
}


input, textarea {
   color: #333;
   background-color: transparent;
   border: 1px dotted #333;
   padding: 5px;
}

blockquote{
   display:block;
   background:#e0e9eA;
   color: #333;
   padding: 5px;
   border: 1px dotted #333;
}