body {
	margin:0px auto;
	padding:0px;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #330000;
}

a:link, a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

textarea {
	width: 98%;
}

#table {
	border: 1px solid;
}

#container {
	background-color: #FFF68B;
  width: 840px;
  margin: 0px auto;
  border-right: 3px #FFCC00 solid;
  border-left: 3px #FFCC00 solid;
  border-bottom: 6px #FFCC00 solid;  
}

#header {
	text-align: center;
	background-color: #000000;
}

#navigation {
  background-color: #353131;
	border-top: 1px #FFCC00 solid;
	border-bottom: 1px #FFCC00 solid;
}

#content {
  padding: 1px;
  margin: 1px;
	min-height: 512px;
}

#footer {
	border-top: 1px black solid;
}

#footer h5 {
	font-size: x-small;
	text-align: right;
	margin: 0;
	padding: 0;
}

#navigation ul {
	text-align: center;
  list-style-type: none;
	margin-top: 0;
	margin: 0;
	padding: 0;
}

#navigation li {
  display: inline;
  margin: 0px;
  padding-right: 10px;
}

#navigation li h4{
  display: inline;
  padding-left: 4px;
  font-weight: normal;
  letter-spacing: 2px;
}

#navigation a {
  text-decoration: none;
  color: #FCFD19;
  text-transform: uppercase;
}

#navigation a:hover {
  background-color: #FCFD19;
	color: #000000;
}

#content h1 {
	padding-left: 2%;
	font-size: xx-large;
}

#content h2 {
	padding-left: 2%;
	font-size: x-large;
}

#content h3 {
	padding-left: 2%;
	color: #990000;
	line-height: normal;
}

#content h4 {
	padding-left: 2%;
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	line-height: 0;
}

#content h5 {
	font-size: x-small;
}

#content p {
	padding-left: 5%;
	padding-right:2%
}

#table {
	border:1px solid;
}

