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

body,td,th  {
    font: 1em Arial, Helvetica, sans-serif;
    background: #fff;
	color: #eb782f;
    text-align: center; /* Centers the container */
    margin: 0;
    padding: 0;
}

#logo { padding-top:15px}

#wrapper {
    width: 780px; /* 780px is just wide enough to fill and 800px screen */
    margin: 0 auto; /* It's important to set the margin to auto if you want the layout to center */
    text-align: left;   
    position: relative;
}

#copy { padding-top:30px; }
#email {font-size:125%; padding-top: 38px; text-align:center}
#header, #column1, #column2, #column3, #column4 ,#footer{ padding: 10px;/* This sets a 10px padding on all of our content boxes */}
#header { margin: 0; padding-bottom 0; text-align:center}
#column1, #column2, #column3 { width: 173px; border-right: 1px solid #ccc;}
#column1, #column3, #column4 { position: absolute; top: 59px;}
#column1 { left: 0;}
#column2 { position: relative;/* Sets column2 to push the footer down where it should be */ top: 0; left: 195px;}
#column3 { left: 390px;}
#column4 { left: 585px;}
#footer { padding-top: 30px; text-align:center; font-size:62%}