ul,li,p,h1,h2,h3,h4 { margin:0; padding:0; }

body {
  background      : url(images/bg.jpg); 
  font-size       : .9em;
  color           : #EEE;
  line-height     : 1.3em;
}

p                 { margin-bottom:.3em; }
a                 { color:#F90; text-decoration:none; }
img               { border:none; }
a:hover           { text-decoration:underline; }
.naked-ul         { list-style:none; }
.smaller          { font-size:.8em; }
.xsmaller         { font-size:.9em; }
.bigger           { font-size:1.1em; }
.xbigger          { font-size:1.2em; }

h1 {
  margin-top      : .5em; 
  font-size       : 1.3em; 
  letter-spacing  : 1px; 
  text-transform  : uppercase; 
  color           : #FFF;
}
h1 span { font-size:.8em; }

div#container {
  margin-top      : 2em;
  width           : 700px; 
  margin-left     : auto; 
  margin-right    : auto; 
  height          : 20em; 
}

div#container .header {
  width            : 634px;
  height           : 53px;
  background       : url(images/box_header.jpg) no-repeat top center;
}

div#container .body {
  background       : url(images/box_body.jpg) repeat-y center;
  width            : 634px;
  padding-bottom   : .7em;
}  

div#container .footer {
  width            : 634px;
  height           : 35px;
  background       : url(images/box_footer.jpg) no-repeat bottom center;
}

div#container div#content { 
  padding          : .4em 1.5em .4em 1.5em;
}
