body {
   width:100%;
   background-color: #FFC;
   margin: 0;
   padding:0;
   border:0;
   font-family: "Palatino Linotype", "Book Antiqua", Garamond, serif;
}

#header {
   width: 100%;
   margin:0;
   padding:0;
   border:0;
   background: #D80;
   height: 14em;
   clear: both;
}

#logo {
   height:12.5em;
}

a, p, li, cite {
}

#container {
   width: 100%;
   padding-right: 1em;
   position: relative;
   margin-top:0.5em;
   clear: both;
}

#navigation1 {
   float: left;
   width: 20%;
   font-family: arial, helvetica, sans-serif;
   margin-right: 1em;
   margin-top:1em;
}

#navigation1 ul {
   font-weight: bold;
   list-style-type: none;
   text-align:left;
   margin-top:0;
}

#content {
	float: left;
   width: 75%;
   font-size: 110%;
}

#footer {
   width: 95%;
   float: left;
   clear: both;
   font-size: 110%;
   font-family: "Palatino Linotype", "Book Antiqua", Garamond, serif;
   padding-left: 2em;
   padding-right:4em;
}

p, ul{
	text-align: justify;
}

h1, h2, h3, h4, .current{
   color: #36F;
}

h4 {
   margin-bottom: 0;
}

#content a:link, #content a:active, #content a:visited {
   text-decoration: underline;
}

a:link, a:active, a:visited {
   text-decoration: none;
   color: #36F;
}

a:hover {
	color: #D80;
	text-decoration: underline;
}

a img {
   border: none;
}

a:hover img {
   border: 2px solid #D80;
}

blockquote {
   text-align: center;
}


