/* 
 * at-screen.css
 * (c) 2006 Adwise Communications Ltd. 
 *
 * Created on: June 19, 2006
 * Last modified: June 19, 2006
 * Description: Screen CSS for Autumn Trading
 *
 */

body { background: #bf6134; width: 100%; padding: 0; margin: 0;  text-align: center; }
body, td { font: 11px/14px verdana; color: #7b5227;  } 

p { margin: 0 0 8px 0; }

a { color: #000; text-decoration: none;}
a:hover { text-decoration: underline;}

#container { margin: 0 auto; width: 739px; text-align: left; }
#header { position: relative; background: url('../images/top_header.jpg') top right no-repeat; height: 137px; width: 739px; }
#header #menu { position: absolute; top: 95px; left: 139px; }
#wrapper { background: #bf6134 url('../images/header-bg.jpg') top center no-repeat; }
#content { background: #FFF url('../images/content-bg.png') repeat-y; padding: 30px 18px; color: #7b5227; }

#footer { width: 739px; background: url('../images/footer_bg.png') top left no-repeat; padding: 30px 5px; color: #FFF; font-size: 10px;}
#footer a { color: #FFF; }
#footer .left { }
#footer .right { text-align: right; margin-top: -50px; padding-right: 15px;}



.clear { clear: both; }

