/* //////// GENERAL STYLES //////// */

p {
  color: #000;
  font-size: 90%;
  }

a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  }

a:hover {
  border-bottom: 2px solid #000;
  }

h1 {
  font-size: 140%;
  }

h2 {
  font-size: 120%;
  }

h3 {
  font-size: 100%;
  }
  


/* //////// GENERAL LAYOUT //////// */


* {
  margin: 0;
  padding: 0;
  }

body {
  font-size: small;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.5em;
  background-color: #9E9E9E;
  }

#pagewrapper {
  width: 768px;
  margin: 15px auto 0 auto;
  border: 1px solid #000;
  background-color: #FFF;
  }

#header {
  width: 768px;
  background-color: #FFF;
  }

#navbar {
  width: 148px;
  float: left;
  border: 1px solid #000;
  border-left: none;
  border-bottom: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.4em;
  background-color: #CCD6F4;
  }

#maincontent {
  width: 540px;
  float: right;
  padding: 30px;
  }

#copyrights {
  width: 800px;
  clear: both;
  }



/* ////// HEADER /////// */

#header h1 {
  padding: 15px 0;
  color:#006;
  font-family: Arial, Helvetica, sans-serif;
  }



/* ////// NAVBAR /////// */


#navbar ul li {
  border-bottom: 1px solid #000;
  list-style: none;
  }

#navbar ul li a {
  display: block;
  padding: 3px 15px;
  border-bottom: 0;
  }

#navbar a:hover {
	color: #000;
	background-color: #CCCCCC;
  }

#navbar ul li a,
#navbar ul li a:visited {
  text-decoration: none;
  color: #000;
  }

#navbar ul li.here {
  background-color: #FFF;
  }


/* ////// COPYRIGHTS //////// */

#copyrights {
  padding: 10px 0;
  line-height: 1.3em;
  text-align: center;
  font-size: 80%;
  }

