* { 
  margin: 0;
  border: 0;
  padding: 0;
}

body {
  color: #444;
  background-color: #fff;
  background: url(../imgs/body_bg.gif) repeat-y;
  font: 12px Arial, sans-serif;
}

#head {
  width: 100%;
  height: 120px;
  background: url(../imgs/head_bg.gif) repeat-x;
}

#head div {
  width: 1000px;
  height: 120px;
  background: url(../imgs/head_bg.gif) repeat-x;
}

#head div img {
  display: inline;  
  vertical-align: top;
}

.box {
  width: 920px;
}

.nav {
  width: 180px;
  float: left;
  background: url(../imgs/nav_bg.gif) no-repeat;
}

.nav ul {
  margin-top: 46px;
  list-style: none;
}

.nav ul li {
  width: 180px;
  height: 16px;
  padding: 12px 0 12px 0;
  overflow: hidden;
}

.nav ul li img {
  padding-left: 10px;
}

.col1 { 
  width: 410px;
  margin: 55px 30px 0px 30px;
  float: left;
}

.col2 {
  width: 270px;
  margin-top: 55px;
  float: left;
}

.col1 p,
.col2 p {
  font: 12px Arial, sans-serif;
  line-height: 20px;
  margin-bottom: 20px;
}

.col2 span p {
  line-height: 18px;
}

.col1 p.bold,
.col2 p.bold {
  font-weight: bold;
}

.col1 a:link, .col1 a:visited,
.col2 a:link, .col2 a:visited {
  color: #882043;
  font-weight: bold;
  text-decoration: none;
}

.col1 a:hover,
.col2 a:hover {
  text-decoration: underline;
}

h1 {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: bold;  
}

h2 {
  margin: 0;
  color: #666;
  font-size: 12px;
  font-weight: normal;
}

img.icon {
  vertical-align: middle;
}

table {
  width: 340px;
  margin-bottom: 20px;
  float: left;
}

table tr td {
  border-bottom: 1px solid #ddd;
  padding: 3px 0 3px 0;
  vertical-align: top;
  line-height: 18px;
}

table tr td.head {
  border: 0;
  padding-bottom: 20px;
  font-weight: bold;
}

table tr td.comp {
  color: #888;
  font-weight: bold;  
  text-align: right;
}

table tr td.mp3 {
  border: 0;  
  width: 25px;
  text-align: right;
}

object {
  display: inline;
}

small {
  font-size: 11px;
  line-height: 16px;
}  

form {
  margin-bottom: 20px;
}

form div {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

form div.on {
  background-color: #e3f1ff;
}

form div.thanks {
  border-bottom: 1px solid #a2ef95;
  padding: 10px;
  color: #444;
  background-color: #c8ffbf;
}

form div.note {
  width: 250px;
  border: 0;
  padding: 0;
  position: relative;
  left: 120px;
  font-size: 11px;
  color: #666;
}

form span {
  position: relative;
}

form span.note {
  position: relative;
  left: 112px;
  font-size: 11px;
  color: #666;
}

form input, form textarea, form select {
  width: 250px;
  border: 2px solid #ddd;
  padding: 2px;
  background-color: #fff  !important;
  font: 12px Arial, sans-serif;
}

form textarea {
  height: 150px;
  vertical-align: top;
}

form select {
  width: 45px;
  font: 11px Arial, sans-serif;
}

form input.on, form textarea.on, form select.on {
  border: 2px solid #5dadff;
}

form input.radio {
  width: auto;
  border: 0;
  background-color: transparent !important;
}

form input.radOn {
  width: auto;
  border: 0;
  background-color: transparent !important;
}

form input.btn {
  width: 60px;
  border-top: 1px solid #eee;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  border-left: 1px solid #eee;
  position: relative;
  left: 120px;
  color: #444;
  background-color: #ccc !important;
}

form em {
  font-weight: bold;
}

form em.hide {
  visibility: hidden;
}

.foot {
  width: 730px;
  padding: 20px 0 30px 210px;
  clear: both;
}

.foot div {
  display: inline;
}

.foot div.copyright {
  margin-left: 143px;
  color: #a2a2a2;
}

.foot div.copyright a:link, .foot div.copyright a:visited {
  color: #c490a1;
}

.foot div.copyright a:hover {
  color: #cccccc;
}

.foot a:link, .foot a:visited {
  color: #882043;
  text-decoration: none;
}

.foot a:hover {
  color: #999;
  text-decoration: none;
}
