
html, 
body {
  min-height: 840px;
  margin-bottom: 1px;
}

body {
  margin: 0;
  padding: 0;

  font: 0.9em arial, sans-serif;
  line-height: 1.7em;  
  
  color: #fff;
  background: #444 url(../images/6.jpg) fixed repeat top left;
}

h1 {
  margin: 0;
  padding: 10px 0;
  font: normal 1.25em arial, sans-serif;  
  color: #f1fe61;
}

h1 a {
  font-size: 0.7em;  
}

h1 b {
  padding: 0 5px;
  font-size: 0.7em;
  font-weight: bold;
  color: #666;
}

h2 {
  margin: 0;
  padding: 15px 0 0 0;
  font: small-caps 1em arial, sans-serif;
  color: #b9ff33;
}
hr {
	border-style: dotted;
	color: #FFF;
}


p {
  margin: 0;
  padding: 10px 0;
}

a {
  position: relative;
  z-index: 1;
  color: #fff;  
  text-decoration: none;
  

  outline: none;
  -moz-outline-style: none;    
  cursor: pointer;
  
  
}

a:hover {
  border-color: #fff;
  text-decoration:underline;
}

a img,
a.fade,
a.img,
a.overlay {
  border: 0;
}



/* Unordered lists */

ul {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  
}

ul li {
  padding: 0 0 0 17px;
  margin: 0;

}

ul.inline {
  font-size: 0;
}

ul.inline li
{
  position: relative;  
  padding: 0;
  display: inline;
  background: none;
}

ul.inline li a img {
  position: relative;
  vertical-align: middle;
}



/* Form Elements */
form p {
  position: relative;  
  clear: both;
}

form p.error {
  background: url(../images/x.png) no-repeat 100% 14px;
}


form p a img,
form p span input.button {
  position: relative;
}

label {
  float: left;
  width: 6em;
}

form {
  position: relative;
  z-index: 2;
}

input, 
textarea {  
  width: 330px;
  padding: 4px;
  font: 1.05em arial, sans-serif;
  color: #ccc;
  background: #444;
  border: 0;
}

input:focus,
textarea:focus {
  color: #fff;
  background: #555;
  outline: 0;
}

input.button {
  width: auto;  
  cursor: pointer;
  padding: 0;
  background: none;
}






/* Images */

img.floatRight {
  margin: 5px 0px 10px 10px;  
}

img.floatLeft {
  margin: 5px 10px 10px 0px;
}

img.border {
  border: 4px solid #230F00;
}