html {
  padding: 0;
  margin: 0;
  height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Adobe Garamond LT Regular', Garamond, Georgia, 'Times New Roman';
	font-size: 110%;
	text-align: left;
	color: #000;
	background: #fff url("../img/bg.png") 90% 10% no-repeat;
}

h1 { font-size:2.25em;  /* 16x2.25=36 */ }
h2 { font-size:1.5em;   /* 16x1.5=24 */ }
h3 { font-size:1.125em; /* 16x1.125=18 */ }
h4 { font-size:0.875em; /* 16x0.875=14 */ }
p  { font-size:1em;  /* 16x0.75=12 */ }

ul {
}
	
li {
}

a:link {
	color: #000;
	padding: 2px;
	text-decoration: none;
	font-style: italic;
}

a:visited {
	color: #000;
	text-decoration: none;
	font-style: italic;
}

a:hover, a:active {
	color: #fff;
	text-decoration: none;
	background-color: #000;
}

#wrapper {
	margin: 7% 0 0 10%;
	width: 40%;
}

span.smallcaps {
	font-size: 1.1em;
	font-variant: small-caps;
}
