* {
margin: 0px;
padding: 0px;
}

body {
font-size: 70%;
font-family: Lucida Sans Unicode, Tahoma, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
background: #445500 repeat-y url(fade.jpg);
}

ul {
padding-left: 1em;
margin-left: 1em;
list-style-type: circle;
}

h1 {
font-size: 1.4em;
font-family: Garamond, Palatino Linotype, Times New Roman, serif;
font-variant: small-caps;
}

h2 {
font-size: 1.1em;
}

h3 { 
font-size: 1em;
}

a {
text-decoration: underline;
color: #738040;
}

.info {
position: relative;
width: 50%;
margin: 20px auto 20px auto;
padding: 10px;
background-color: #FFF;
border: solid 5px #889944;
}

#header {
background-color: transparent;
background-image: url(floral.gif);
background-repeat: no-repeat;
background-position: center 25px; 
text-align: center;
padding: 0px;
border: none;
}

#header h1 {
color: #eeffaa;
font-variant: small-caps;
font-size: 3em;
}

#header div {
color: #bbcc77;
}

.section {
position: absolute;
left: -6px;
top: -22px;
color: #889944;
text-transform: uppercase;
}

.section h1 {
font-family: Trebuchet MS, Lucida Sans Unicode, sans-serif;
}

.data {
padding: 10px 0px 10px 0px;
}

.data h2 {
color: #889944;
}

strong em {
font-family: Trebuchet MS, sans-serif;
}

#misc strong {
color: #889944;
}