* {margin: 0; padding: 0}
body {background: #FFAB11 url(bg.jpg) repeat-y center; text-align: center}
hr {margin: 10px; border: 1px solid #56230C}

/* BOX */
#box {margin: 0 auto; width: 754px}

/* TOP */
#top {position: relative; width: 754px; height: 250px; background: url(bg_top.jpg) no-repeat}

/* LOGO */
#logo {position: absolute; top: 10px; left: 24px; width: 264px; height: 46px}
#logo img {border: 0}

/* CONTENT */
#content {position: relative; width: 754x; background: #FFB718 url(bg_content.jpg) repeat-x; text-align: left}
#text {padding: 20px; width: 650px; background: #EFE3D0; margin: 0 auto}
#text  h1 {font: bold 26px "Trebuchet MS"; margin: 0 10px 10px 10px; background: #56230C; padding: 3px 6px; border-bottom: 2px solid #FFCA22; color: #FFCA22}
#text  h2 {font: bold 20px "Trebuchet MS"; margin: 20px 0 5px 10px; color: #56230C}
#text  h3 {font: bold 18px "Trebuchet MS"; margin: 20px 0 5px 10px; color: #56230C}
#text  h4 {font: bold 16px "Trebuchet MS"; margin: 20px 0 5px 10px; color: #56230C}
#text  p {font: 13px "Trebuchet MS"; margin: 5px 0}
#text  ul, ol {margin: 5px 20px}
#text  li {font: 11px/1.5 Verdana}
#text a {font-weight: bold; color: #56230C}
#text a:hover {text-decoration: none}

