/* ---- body ---- */
html, body {
margin: 0;
padding: 0;
}

body {
background-color: #fff;
background-image: none;
color: #000;
font: normal small/1.7em Georgia, "Times New Roman", Times, serif;
}


/* ---- header ---- */
#wrapper {
background-color: #fff;
background-image: none;
width: 840px;
height: 640px;
margin: 10px auto;
padding: 0;
/* border: 1px solid #333;  #FDD796 */
}

#header {
display: none;
}

#logo {
display: none;
}

/* ---- headings ---- */
h1 {
margin: 0;
padding: 0;
font-size: 200%;
/* margin: 0 20% 15px 165px; */
font-weight: normal;
text-align: right;
text-transform: none;
border-bottom: 1px solid #000;
}

#subhead {
display: none;
}

h2 {
color: #000;
font-size: 150%;
font-style: italic;
font-weight: normal;
text-align: right;
margin-bottom: 3px;
padding-bottom: 0;
}

h3 {
color: #000;
font-size: 105%;
font-style: normal;
font-weight: normal;
text-align: right;
}


/* ---- links ---- */
a {
color: #FDD796;
text-decoration:none;
}
a:link {color: #FDD796;}
a:visited {color:#FDD796;}
a:hover {color:#FDD796;text-decoration:underline}


/* ---- navigation ---- */
#nav {
display: none;
}

/* ---- main content ---- */
#main {
clear: both;
margin: 40px auto;
padding: 5px 25px 10px 5px;
width: 500px;
overflow: visible;
scroll: none;
}


/* ---- footer ---- */
#footer {
display: none;
}

/* ---- misc ---- */
table {
font: 90%/1.5em Verdana, Helvetica, Arial, sans-serif;
}

th {
font-size: 115%;
font-weight: bold;
}
