input, textarea, select {
	border: 1px solid black;
}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a {
	text-decoration: none;
	color: #7F1718;
}
a:hover {
	text-decoration: underline;
}

a:visited {
	color: #7F1718;
}

#navigation
{
  height: 220px;
  display: inline;
  float: right;
  margin-right: 10%;
}
#navigation a
{
  text-decoration: none;
  color: yellow;
  font: arial;
  font-size: 12;
}

a:hover
{
  text-decoration: underline;
}

#main_body h4
{
  color: #6E6834;
  font-family: arial;
}

#navigation a:visited
{
  color: yellow;
}

#navigation a:active
{
  color: black; 
}
  
body
{
  margin: 0;
  padding: 0;
  font-family: Times New Roman;
  font-size: 11px;
  background-color: black;
}

#main_body 
{
  background-image: url('../images/background.jpg');
  color: black;
  font-size: 12px;
  text-align: left;
  height: 850px;
  width: 960px;
  float: auto;
  margin: auto;
}

td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

body
{
  padding: 20px;
}

#container
{
  background-color: black;
  color: white;
  text-align: center;
  width: 100%;
  float: left;
}

#content
{
  line-height: 200%
  margin: 0% 10% 0% 10%;
  clear: right;
}

#content h1
{
  color: #786425;
  font-family: Arial;
}

#content p
{
}

#article_body
{
  background-color: #ffa500;
  text-align: left;
  color: black;
}

img.border {
	border: 2px solid #F7DB3A;
}

#navigation {
	font-weight: bold;
	letter-spacing: 2px;
}

#navigation li {
	list-style-type: none;
	margin-bottom: 5px;
}

#navigation a:hover {
	color: white;
	text-decoration: underline;
}