/*
SET TYPOGRAPHY -------------------------- */

body,td,h1,h2,h3 { font: 13px arial,verdana,helvetica,clean,sans-serif; }
select, input, textarea { font:99% arial,helvetica,clean,sans-serif; }
pre, code { font:115% monospace; font-size:100%; }
body * { line-height: 1.2em }

h1 {
  font-size: 182%;
  font-weight: normal;
  color: #215473;
}
h2 {
  font-size: 129%;
  font-weight: normal;
  color: #215473;
}
h3 {
  font-size: 100%;
  color: #215473;
}

p {
  margin-bottom: 1em;
}


/*
SET GLOBAL ELEMENTS -------------------------- */

/* now reset performed, set any element specific attributes here */

a {
  text-decoration: underline;
  color: #000000;
}
a:visited {
}
a:hover {
  text-decoration: none;
}

.clear {
  clear: both;
}

ul {
  list-style-type: none;
}


/*
SET GLOBAL ELEMENTS -------------------------- */

body {
  margin: 0 0 5px 0;
  color: #000000;
  text-align: left;
}

#wrapper {
  text-align: left;
  width: 800px;
  height: 562px;
  margin: 0 auto;

  background: url( /images/right.jpg ) no-repeat right 0;
}

#content {
  width: 455px;
}

#content1 {
  height: 152px;
  background-color: #A01111;

  color: #FFFFFF;
  font-size: 17px;
  font-weight: bold;
}
#content1 p {
  margin: 0;
  padding: 25px 0 0 35px;
}
#content1 span {
  color: #FDCCCC;
}
#content1 a {
  color: #FDCCCC;
}

#content2 {
  padding: 25px 30px 0 35px;
}
#content2 p {
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
}
#content2 a {
  color: #A01111;
}