/* general styles */

html, body {
  margin: 0;
  padding: 0;
}

body, input, textarea, select {
  font-family: "Trebuchet MS";
}

img {
  border: 0;
}

h1, h2, h3 {
  margin: 0.5em 0 0.5em 0;
  color: #18c;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-weight: normal;
  color: #6ad;
}

p, ul, ol, li {
  font-size: 13px;
  line-height: 18px;
  text-align: justify;
}

strong {
  font-weight: normal;
  color: #18c;
}

a {
  text-decoration: none;
  color: #c60;
}

a:hover {
  text-decoration: underline;
}

/* semi-generic */

div.break {
  clear: both;
}

div.sep {
  border-top: 1px dotted #bbb;
}

.error {
  color: #f00;
}

.arrow {
  color: #c60;
}

.signature {
  color: #c60;
  text-transform: uppercase;
}

/* boxes */

#wrapper {
  margin: 0 40px 0 40px;
}

#canvas {
  margin: 30px 0 0 5px;
  width: 780px;
}

#content {
  width: 500px;
}

#welcome {
  float: left;
  width: 480px;
}

div.stock {
  float: right;
  margin: 0 0 1em 1em;
  padding: 2px;
}

/* top (logo) */

#top {
  margin: 1em 0 1em 0;
}

/* top menu */

#menu {
  margin: 1em 0 1em 0;
  width: 800px;
}

/* bottom menu, etc. */

#bottom {
  border-top: 1px dotted #ccc;
  margin-top: 100px;
}

#bottom p {
  font-size: 0.8em;
}

#bottom span {
  color: #000;
}

#bottom, #bottom a {
  color: #aaa;
  text-decoration: none;
}

#bottom a:hover {
  color: #000;
}

.copy {
  font-size: 0.8em;
  text-align: center;
}


/* left menu */

#left {
  background: #f3f3f3;
  width: 228px;
  padding: 0.5em 1em 0.5em 1em;
  margin: 0.5em 2em 1em 0;
  float: left;
  border: 1px solid #eee;
}


#left p, p.list {
  text-align: left;
}

#left h2 {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

#left a {
  margin-top: 0.5em;
  color: #666;
}

#left a:hover {
  margin-top: 0.5em;
  color: #666;
}

/* team page */

div.portrait {
  float: left;
  margin-right: 1em;
  qborder: 1px dotted #ccc;
  padding: 2px;
}

div.person {
  margin-bottom: 1em;
  border: 1px solid white;
}

div.person h2 {
  margin-top: 0;
  margin-bottom: 0;
}

div.person p.title {
  margin-top: 0;
  font-weight: normal;
  color: #6ad   ;
  font-size: 18px;
}

div.person p {
  text-align: justify;
}

div.postal, div.personnel {
  float: left;
  width: 300px;
}

/* blog page */

#typewriter textarea {
  width: 320px;
  height: 200px;
}

#typewriter input.text {
  width: 320px;
}

/* */

/* */

/* */

/* */

/* */

/* */



