body {
  padding:0px;
  margin:0px;
  font:100% verdana,tahoma,sans-serif;
  background:#999966 url(images/tan-back.png) repeat;
  color:#333333;
}

a{
text-decoration:none;
background-color:inherit;
font-weight:bold;
color:#cc0000;
}

a:hover{
background-color:inherit;
color:#ff0000;
}

h1{
  margin:0;
  font-size:3.6em;
  letter-spacing:-5px;
  text-align:left;
  background:transparent url(images/h1-accent-100px.png) no-repeat;
  background-position: center left;
  padding-left: 90px;
  margin-left: -90px;
  color:#cc0000;
}

#header {
  width: 100%;
  margin: 0px auto;
  background-color: #ffffcc;
  border-bottom: 50px solid #cc0000;
}

#login {
  float: right;
  margin: -20px -50px 0 0;
  background:transparent url(images/login-right.png) no-repeat;
  background-position: bottom right;
  color: #ffffff;
  font: 60% verdana,tahoma,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

#login .inner {
  height: 10px;
  padding: 0px 5px 5px;
  margin: 0px;
  background:transparent url(images/login-left.png) no-repeat;
  background-position: bottom left;
}

#login a {
  color: #ffffff;
}

#login a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#title {
  padding-top: 20px;
  margin:0px auto -18px auto;
  width:795px;
}

#container {
  width: 100%;
  background-color: transparent;
}

#content {
  margin: 0px auto;
  width: 895px;
  background-color: #ffffcc;
  border-left: 5px solid #cc0000;
  border-right: 5px solid #cc0000;
  background:#ffffcc url(images/content-left.png) no-repeat;
  background-position: top left;
}

#navigation {
  float: right;
  border: 0px solid #cc0000;
  margin: 0px -20px 0 0;
  background:transparent url(images/nav-right.png) no-repeat;
  background-position: bottom right;
  font: 60% verdana,tahoma,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

#navigation .inner {
  height: 10px;
  margin: 0px;
  padding: 0px 5px 5px;
  background:transparent url(images/nav-left.png) no-repeat;
  background-position: bottom left;
}

#navigation a {
  color: #000000;
}

#navigation a:hover {
  color: #000000;
  text-decoration: underline;
}

#main {
  float: left;
  /* :( */
  margin: -0px 0px 0 0px;
  padding: 0 0 50px 10px;
  width: 660px;
  background:transparent url(images/main-leftbottom-rf.png) no-repeat;
  background-position: bottom left;
}

#sidebar {
  float: right;
  width: 200px;
  height: 100%;
  padding: 5px;
  border-left: 5px solid #cc0000;
  background:#ffffcc url(images/sidebar-bottom.png) no-repeat;
  background-position: bottom left;
}

#footer {
  clear: both;
  width: 100%;
  padding: 10px 0px;
  background-color: #cc0000;
  color: #ffffcc;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.subheader {
  width: 100%;
  margin: 0px auto;
  border-bottom: 5px solid #cc0000;
}

h2{
  font-size:2.0em;
  letter-spacing:-2px;
  text-align:left;
  margin: 0 0 -9px 0;
  color:#cc0000;
}

h3 {
  font-size:1.0em;
  text-align:left;
  font-weight: bold;
  color:#cc0000;
}
