* { padding: 0; margin: 0; }

#wrapper { 
 margin: 0 auto;
 width: 800px;
}
#header {
 width: 800px;
 height: 300px; 
}
#leftcolumn { 
 width: 560px;
 height: 250px;
 float: left;
 display: inline;
 padding-top: 10px;
 padding-right: 40px;
}
#rightcolumn { 
 float: right;
 width: 200px;
 height: 250px;
 display: inline;
 vertical-align: text-bottom;
}
#footer { 
 width: 800px;
 clear: both;
 margin: 0px 0px 10px 0px;
 padding: 10px 10px 10px 10px; 
 border-top-style: solid;
 border-top-color: #af292e;
 border-top-width: thin;
}

/* TYPOGRAPHY */

p{font-family: "Helvetica",sans-serif;font-size: 13px; color: #000000; line-height: 16px;text-decoration: none;}
h2{font-family: "Helvetica",sans-serif;font-size: 13px; color: #000000; line-height: 16px;text-decoration: none;}
h3{font-family: "Helvetica",sans-serif;font-size: 15px; color: #000000; line-height: 24px;text-decoration: none;}
h4{font-family: "Helvetica",sans-serif;font-size: 9px; color: #FFFFFF; line-height: 9px;text-decoration: none;}
b{font-family: "Helvetica",sans-serif;font-weight: bold; font-size: 13px; color: #000000; line-height: 11px;text-decoration: none;}

/* LINKS */

a:link{font-family: "Helvetica",sans-serif;font-size: 13px; font-weight: bold; color: #af292e; line-height: 16px;text-decoration: none;}
a:hover{font-family: "Helvetica",sans-serif;font-size: 13px; font-weight: bold; color: #333333; line-height: 16px;text-decoration: none;}
a:visited{font-family: "Helvetica",sans-serif;font-size: 13px; font-weight: bold; color: #af292e; line-height: 16px;text-decoration: underline;}