@import url("menu.css");
@import url("contact_form.css");

/*
CSS Structure by Wayne D. Fields of http://www.deonya.com
For premium quality graphic and web design services visit us online!
*/

/* Main Page Structure */
body {
  font: 14px Verdana, Arial, Helvetica, sans-serif;
  background: #a80538 url(../images/bg.png) repeat-x;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
  color: #000000;
}

#wrapper {
  width: 770px;
  background: url(../images/bg_content.png) repeat-y center;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

#container {
  margin: 0;
  padding: 0;
  background: url(../images/bg_header.png) no-repeat;
}

#header {
  padding: 0;
  margin: 0;
  height: 230px;
}

#flash_header {
  text-align: right;
  padding-top: 13px;
  padding-right: 28px;
}

#leftpanel {
  float: left;
  width: 226px;
  padding-left: 25px;
  margin-bottom: 30px;
}

#content {
  margin-left: 250px;
  margin-right:25px;
  margin-bottom: 30px;
}

#footer {
  clear: both;
  margin: 0;
  padding:0;
  background: url(../images/bg_footer.png) no-repeat;
  height: 102px;
  text-align: right;
}

#footer p {
  font-size: 11px;
  color: #FFFFFF;
  padding: 30px 20px 0 0;
}

#deonya_ad { padding: 5px 20px 0 0; }

#leftpanel p { margin: 0 0 1em 0; }

#content h2 {
  margin: 0;
  font-size: 16px;
  background: url(../images/tit_bullet.png) no-repeat;
  letter-spacing: .3em;
  padding-left: 25px;
  height: 20px;
  color: #71A409;
}

#content h3 {
  margin: 0;
  font-size: 14px;
  letter-spacing: .2em;
  height: 20px;
  color: #71A409;
}

#content p {
  line-height: 1.5em;
  text-align: justify;
}

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

.small{
  list-style:none;
  padding:4px;
  font-weight:bold;
  border-top: 1px solid #71A409;
  width:300px;
}

img { border: none; }

#content li {
  list-style:none;
  padding:4px;
  border-top: 1px solid #71A409;
}

#content ul {
  border-bottom: 1px solid #71A409;
}

#content li span {
  font-weight:bold;
  width:150px;
  display:block;
}

/* News Letter */

#newsletter {
  background: url(../images/bg_newsletter.png) no-repeat;
  height: 52px;
  width: 201px;
}

#newsletter form {
  padding-top: 22px;
  border: none 0;
}

#newsletter .input {
  width: 125px;
  border: none 0;
  margin-left: 3px;
  float:left;
}

#newsletter .butt {
  border: none 0;
  background:none;
  color:#FFFFFF;
  font-weight:bold;
  font-size:11px;
  margin-left: 10px;
}

/* Address */

#address {
  font-size: 12px;
  line-height: 1.6em;
  margin-top: 4px;
  margin-bottom: 4px;
}

/* Deonya.com Footer Ad */

#deonya_ad {
  float: right;
  margin-top:-10px;
}

