

body {
    background-color : black;
    background-image : url('gfx/pergament.jpg');
    background-position : top center;
    background-repeat : repeat-y;
    margin-bottom : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-top : 20px;
    text-align : left;
    width : 900px;
  }


p {
    font-family : Verdana, sans-serif;
    font-size : 13px;
  }


h2 {
    font-family : Verdana, sans-serif;
    font-size: 16px;
  }


ul {
    font-family : Verdana, sans-serif;
    font-size : 13px;
  }


#content {
    margin-top:20px;
	padding:20px;
  }


#sidebar {
    float : right;
    font-size : 10px;
    width : 250px;
  }


a {
    color : #9d3032;
    text-decoration : none;
  }


a:hover {
    text-decoration : underline;
  }


h1 {
    font-family : Serif;
    font-size : 24px;
  }

img {
	border-style:none;
}
