/* Css Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
th, address{font-style:normal;font-weight:normal;}
ul li{list-style:none;}
th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
textarea{resize:vertical;}

/* Global */
html, body{background:#fffdd9; width:100%; height:100%; color:#666; font:13px Georgia, "Times New Roman", Times, serif;}
body{width:940px; margin:0 auto;}
a{color:#66762a;}
a:hover{text-decoration:none;}
p{margin-bottom:20px;}

#header{background:url(../images/logo.png) no-repeat right 20px; height:130px; margin-bottom:20px; padding:70px 0 20px; position:relative;}
#header a{font-size:18px; text-decoration:none;}
#header a:hover{text-decoration:underline;}
#content{margin-bottom:40px;}
#banner{margin-top: -40px;}
#content img{border:1px solid #66762a; float:left; margin:0 20px 15px 0; padding:2px;}
#footer{border-top:2px solid #66762a; padding:20px 0; text-align:right; line-height:22px; font-weight:bold;}