/***************
 * Main Elements *
 **************/
html {
  height: 100%;
  padding: 0px;
  margin: 0px;
  overflow-y: scroll;
}

body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  
  background-color: #000000;
  background-image: url('images/bg.jpg');
  background-repeat: repeat-y;
  background-position: center;
  
  color: #ffffff;
  font-size: 12px;
  font-family: sans-serif;
  text-align: justify;
}

img {
  vertical-align: bottom;
}

h1 {
  background-image: url('images/sword.jpg');
  background-repeat: no-repeat;
  width: 520px;
  height: 25px;
  padding-left: 66px;
  padding-top: 5px;
  
  font-size: 16px;
}


/**************
 * Link Elements *
 **************/
a:link, a:visited, a:hover {
  font-size: 1em;
}
a:link, a:visited {
  color: #ED2B2B;
  text-decoration: underline;
}
a:hover {
  color: #ED2B2B;
  text-decoration: none;
}

.footer p a:link, .footer p a:visited {color: #000000;}
.footer p a:hover {color: #000000;}


/********************
 * Wrappers en footer *
 *******************/
.wrapper {
  width: 920px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -108px auto; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
  width: 920px;
	height: 108px; /* .push must be the same height as .footer */
  margin-left: auto;
  margin-right: auto;
}
.footer {
  background-image: url('images/footer.jpg');
  background-repeat: no-repeat;
}


/**********
 * Elements *
 *********/
.wrapper p {
  margin: 15px 35px 15px 66px;
}

.wrapper fieldset {
  margin: 15px 35px 15px 66px;
  border: 2px solid #9B1B1A;
}

.wrapper fieldset legend {
  font-weight: bold;
}

.wrapper fieldset p{
  margin: 10px 10px 10px 10px;
}

.wrapper form fieldset {
  margin: 15px 0px 15px 0px;
}

.wrapper form p {
  margin: 15px 0px 15px 0px;
}

.footer p {
  width: 920px;
  padding-top: 75px;
  color: #000000;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
}

/***************
 * Form elements *
 **************/
form {
  margin: 30px 35px 10px 125px;
}

input {
	border: 1px solid #9B1B1A;
  background-color: #ffffff;
  font-size: 1em;
	float: left;
  padding-left: 2px;
  padding-right: 2px;
	margin: 0px 0px 0px 5px;
}

select {
	border: 1px solid #9B1B1A;
  background-color: #ffffff;
  font-size: 1em;
	float: left;
	margin: 0px 0px 0px 5px;
}

label {
  font-size: 1em;
	float: left;
	clear: left;
	width: 225px;
	margin: 0px;
}

.field_spacer {
	clear: left;
	height: 10px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

.superscript {
	vertical-align: top;
	font-size: 0.75em;
}

td input, td select {
	float: none;
}