/* All CSS by J. Denning of http://www.rocworx.com */

html, body {
 margin: 0;
 padding: 0;
 height: 100%;
 color: #000000;
 font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
 font-size: small;
 font-weight: normal;
 background:#ccc;
 }

#main {
 background-image: url(images/hdr_bg.gif);
 background-repeat: repeat-x;
 }

#container {
 margin: auto;
 min-height: 400px;
 position: relative;
 width: 790px;
 }

* html #container {
  height: 100%;
  }

#hdr {
 height: 100px;
 width: 780px;
 padding: 0px;
 margin:0;
 }

#hdr_text {
 float:right;
 color:#fff;
 font-size:large;
 font-weight:bold;
 }

#hdr_text.small {
 font-size:medium;
 font-weight:bold;
 }

#main_container {
 float: left;
 width: 780px;
 height: 500px;
 background-image: url(images/content_bg.jpg);
 background-repeat: repeat-y;
 }

#content {
 position:absolute;
 top:210px;
 left:180px;
 width:580px;
 margin:0px;
 }

* #content {
  height: 100%;
  margin-right:20px;
  }

#footer {
 position:relative;
 float: left;
 clear:both;
 width: 99%;
 height: 30px;
 padding: 5px;
 padding-top:15px;
 color: #fff;
 border-top:1px dotted #ccc;
 font-size: x-small;
 text-align: center;
 margin-top:20px;
 }

/*end layout definitions*/


/* general site styles */

p {
 margin-top:0px;
 margin-bottom:15px;
 }

img.cntr {
 text-align:center;
 clear:both;
 }

p.red {
 color:red;
 font-weight:bold;
 }

img {
 float:left;
 }

h1 {
 height:40px;
 width:560px;
 padding-top:8px;
 padding-bottom:20px;
 margin: 0px 0px 5px 0px;
 color: #000;
 font-size: large;
 font-weight:bold;
 }

#footer a {
 color: #c90;
 text-decoration:none;
 border-bottom: 1px dotted #c90;
 }

#footer a:hover {
 color:#ff3;
 text-decoration:none;
 border-bottom: 1px dotted #ff3;
 }

a img { 
 text-decoration:none;
 border:0;
 }

a {
 color: #930;
 text-decoration:none;
 border-bottom: 1px dotted #930;
 }

a:hover {
 color:#c90;
 text-decoration:none;
 border-bottom: 1px dotted #c90;
 }
