/*  ----------- General tags -------------- */
* {
  padding: 0;
  margin: 0;
  }
body {
  font-family: verdana, sans-serif;
  font-size: 62.5%;
  color: #222;
  }
html>body {
  font-size: 10px;
  }


p, ol, ul, dl {
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 0 0 1.5em;
  }
ul {
  list-style: none outside;
  }
li:before {
  content: "/";
  font-weight: bold;
  padding-right: .5em;
  }
blockquote {
  background-color: #e9e9f5;
  padding: .81em;
  font-size: 1.1em;
  line-height: 1.62em;
  margin: 1.62em;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: georgia, serif;
  color: #1a2;
  }
h4, h5, h6 {
  font-variant: Small-Caps;
  }
h1 {
  font-size: 3em;
  line-height: 0.9em;
  margin: .9em 0 0;
  }
html>body h1 {
  margin-left: -.33em;
  }
h2 {
  font-size: 1.9em;
  line-height: .95em;
  margin: .95em 0 0;
  }
html>body h2 {
  margin-left: -.53em;
  }
h3 {
  font-size: 1.7em;
  line-height: 1.06em;
  margin: 1.06em 0 0;
  }
html>body h3 {
  margin-left: -.59em;
  }
h4 {
  font-size: 1.4em;
  line-height: 1.29em;
  margin: 1.29em 0 0;
  }
html>body h4 {
  margin-left: -.71em;
  }
h5 {
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 1.5em 0 0;
  }
html>body h5 {
  margin-left: -.83em;
  }
h6 {
  font-size: 1.0em;
  line-height: 1.8em;
  margin: 1.8em 0 0;
  }
html>body h6 {
  margin-left: -1em;
  }

/*  ----------- Section-specific tags -------------- */
/*  ----------- Header -------------- */
#header_wrapper {
  background-color: #e9e9f5;
  padding-top: 2.5em;
  border-width: 0 0 .1em;
  border-style: dashed;
  }
#header {
  margin: auto;
  padding: 1em 0;
  width: 80%;
  max-width: 80em;
  position: relative;
  text-align: right;
  }
#header h1 {
  font-variant: small-caps;
  text-transform: lowercase;
  margin-bottom: .7em;
  }
#header span {
  font-variant: normal;
  font-weight: normal;
  font-style: italic;
  font-size: 1.2em;
  color: #417Ac3; 
  font-family: Baskerville,"Goudy Old Style","Palatino", palladio, "urw palladio L", "Book Antiqua", serif;
  position: relative;
  bottom: 1.1em;
  left: 0.6em;
  }
#header span#slash {
  font-size: 3.4em;
  color: #000;
  position: relative;
  bottom: 0em;
  left: 0.1em;
  }

/*  ----------- Main section -------------- */
#main_wrapper {
  }
#main {
  width:80%;
  max-width: 80em;
  min-width: 25em;
  margin: auto;
  }

#section1 {
  width: 40%;
  float: left;
  }

#section2 {
  width: 55%;
  float: right;
  }

#section2a {
  width: 48%;
  float: left;
  }

#section2b {
  width: 48%;
  float: right;
  }
#section2c {
  border-style: dashed;
  border-width: .1em 0 0;
  clear: both;
  margin: -.1em 0;
  }

/*  ----------- Footer and Navigation -------------- */
#footer_wrapper {
  clear: both;
  border-style: dashed;
  border-width: .1em 0 0;
  width: 80%;
  max-width: 90em;
  margin: auto;
  }



