/* CSS Document */
* { margin:0; padding:0; border:0; } /* forces all spacing to be set manually */

html { font-size: 62.5%; font-family: Georgia, "Times New Roman", Times, Serif;} /* Allow for easy use of em sizing */

body {}

#wrapper{ }

#header h2{ font-size: 3em;  margin-bottom: 1em; background: #000000; color: #ffffff;}
#header img{ display: none; }

#subheader_inside h1{ font-size: 2.4em; margin-bottom: 1em; border-bottom: 1px solid #000000; }
ul#nav{ display: none; }

#sidebar{ display: none; }
#footer ul {display: none; }

dd{ font-size: 1.4em; margin-bottom: 1em; }
dt{ font-size: 1.8em; font-weight: bold; margin-bottom: 0.5em; }

p{ font-size: 1.4em; margin: 1em 0; } 