/* In General */

body {
  color: #000000;
  margin: 0;
  padding: 0;
  background: url(images/background.gif) !important;
  text-align: center;
  font-family: "Century Gothic", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  line-height: 1.4em;
}

a {
  color: #CC0000;
}

a:hover, a:visited:hover {
  color: #ccc;
}

a:visited {
  color: #666;
}

h2 {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0;
  font-weight: ;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

blockquote {
  background: #eee;
  padding: 10px;
  margin: 15px;
  border: 1px solid #c00;
  color: #c00;
  font-family: serif;
}

/* Main Container */

#container {
  width: 750px;
  margin: 20px auto;
  text-align: left;
}

#container-inner {
  background-color: #fff;
  color: #000000;
  width: auto !important;
  border: 10px solid #CC0000;
}

/* Header */

#header {
  background: url(images/chair.jpg) no-repeat left;
  line-height: 120px;
}

#header h1 {
  text-transform: uppercase;
  font-weight: normal;
  color: #cc0000;
  padding: 10px;
  font-size: 40px;
  letter-spacing: 2px;
  padding-left: 370px;
}

/* Content on the left */

#content {
  float: left;
  width: 75%;
  text-align: justify;
}

.content-box {
  padding:20px 25px;
}

/* Sidebar on the right */

#sidebar {
  float: left;
  width: 25%;
  font-size: .9em;
}

#sidebar-inner {
  border-left: 1px solid;
  padding: 20px 25px;
}

#sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#sidebar li {
  background: url(images/bullet.gif) no-repeat left;
  padding-left: 15px;
}

/* Footer at the bottom */

#footer {
  clear: both;
  text-align:center;
  background:#c00;
  padding-top:10px;
}
#footer a{
color:#fff;
}