* {
  margin: 0;
  padding: 0;
}
body {
  background: #E9E9E9;
  /*background-image: url(../../images/background.jpg);*/
  font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
  font-family: Arial;
}
h3 {
  margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: x-small;
}

p, blockquote, ul, ol {
  margin-bottom: 2em;
  line-height: 1.6em;
}

blockquote {
  margin: 0 2em 0 2em;
  padding: 1em 1em 0 1em;
  text-align: center;
  font-style: italic;
}

ul {
  list-style: none;
}

ol {
  list-style-position: inside;
}

a {
  color: #666666;
}
a:hover {
  text-decoration: none;
  color: #000000;
}

img {
  border: none;
}


/* Container */
.container {
  padding-top: 20px;
}

/* Boxed */
.boxed {
}
.boxed .title {
  padding: 10px;
  font-size: small;
}
.boxed .content {
  padding: 10px;
  font-size: x-small;
}


/* Logo */
#logo {
  width: 680px;
  height: 50px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}
#logo .title {
  -width: 179px;
  -height: 35px;
  float: left;
  padding-top: 0px;
}
#logo h1 {
  float: left;
  letter-spacing: -2px;
  font-family: "Trebuchet MS";
  font-size: 3em;
}
#logo h2 {
  float: left;
  font-family: "Trebuchet MS";
  font-size: 1em;
  padding-top: 8px;
  padding-left: 10px;
}

#logo a {
  text-decoration: none;
  text-transform: lowercase;
  font-weight: normal;
}


/* Menu */
#menu {
  width: 680px;
  height: 30px;
  margin: -50px auto 0 auto;
}
#menu ul {
  float: right;
  margin: 0;
  list-style: none;
}
#menu li {
  display: inline;
}
#menu a {
  border-bottom: 5px solid #DDDDDD;
  font: bold xx-small Arial;
  position: relative;
  margin-left: 1.6em;
  text-decoration: none;
  text-transform: uppercase;
}
#menu a:hover, #menu .active a {
  border-bottom-color: #000000;
  color: #000000;
}


/* Wrapper */
#wrapper {
  background: url(../../images/img01r.gif) repeat-y;
  clear: both;
  margin: 0 auto;
  width: 680px;
}


/* Column One */
#col-one {
  float: left;
  width: 180px;
  padding-top: 10px;
  background: url(../../images/img02.gif) no-repeat;
}
#col-one .image {
  height: 150px;
}
#col-one .container {
  background: url(../../images/img04.gif) repeat-x;
}
#col-one .boxed {
}
#col-one .boxed .title {
  -color: #C99F1A;
  color: #A92030;
}
#col-one .boxed .content {
}
#col-one .boxed .content form {
}
#col-one .boxed .content fieldset {
  border: none;
}
#col-one .boxed .content legend {
  display: none;
}
#col-one .boxed .content label {
}
#col-one .boxed .content .textfield {
}
#col-one .boxed .content .button {
}
#col-one .boxed .content .tiny {
}
#col-one .boxed .content .tiny a {
}


/* Column Two */
#col-two {
  float: right;
  width: 490px;
  margin-left: 10px;
  padding-top: 10px;
  background: url(../../images/img08.gif) no-repeat;
}
#col-two .image {
  height: 150px;
}
#col-two .container {
  background: url(../../images/img10.gif) repeat-x;
}
#col-two .boxed {
}
#col-two .boxed .title {
  color: #4DAB50;
}
#col-two .boxed .content {
}


/* Extra */
#extra {
  background: url(../../images/img11r.gif) bottom no-repeat;
  clear: both;
  height: 3px;
}


/* Footer */
#footer {
  clear: both;
}
#footer p {
  margin: 0;
  width: 680px;
  margin: 0 auto;
  font-size: x-small;
}