html {
font-size: 62.5%; /* reset 1em to 10px */
height: 100%;
}
body {
background: #444 url('img/body.jpg');
color: #444;
font: normal 1.2em Verdana,Arial,sans-serif;
height: 100%;
padding-bottom: 1px; /* force scrollbars */
}
small,.small {font-size: 0.9em;}
a {
color: #EEC;
text-decoration: none;
}
a:hover {
color: #FFA;
text-decoration: underline;
}
p {padding: 0.2em 0 1.2em;}
blockquote, code {
background: #4A4A4A;
border: 1px solid #333;
color: #BBB;
display: block;
margin-bottom: 12px;
}
code {
font: normal 0.9em Verdana,sans-serif;
line-height: 1.5em;
padding: 8px 14px;
}
blockquote {
background: #4A4A4A url('img/quote.gif') no-repeat left top;
padding: 6px 14px 6px 44px;
}
blockquote p {padding: 0.5em 0;}
/* --------------------------------
Headings, titles
----------------------------------- */
h1 {font: normal 2em Georgia,sans-serif;}
h2 {font: normal 1.6em Georgia,sans-serif;}
h3 {font: normal 1.4em Georgia,sans-serif;}
h4 {font: bold 1em Georgia,sans-serif;}
h1, h2, h3, h4 {margin-bottom: 5px;}
/* --------------------------------
Main layout
----------------------------------- */
#paper_left {
background: url('img/paper_left.gif') no-repeat left top;
margin: 0 auto;
padding-bottom: 34px;
width: 778px;
margin-top: 44px;
}
#paper_right {
background: url('img/paper_right.gif') no-repeat right bottom;
}
#layout_wrapper {
background: #50504A url('img/grain_dark.gif');
margin: 0 auto;
width: 736px;

}
#layout_container {padding: 8px;}
#layout_content {border: 1px solid #333;}
#header_image {
border-bottom: 1px solid #222;
border-top: 1px solid #111;
}