@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin-top: 0px;
	font-family: Verdana;
	font-size: 12px;
	background-image: url('images/strip2.jpg');
	background-repeat: repeat-y;
	background-position: center;
	color: #000000;
}
h1 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
hr {
color: #000000;
border: thin solid; 
width: 540px;
text-align: center;
}
acronym {
width: 450px;
border-bottom: 1px dotted #000000;
}

a:link {
	color: #663300;
}

a:visited {
	color: #330000;
}

a:hover {
	color: #663300;
	font-size: 12px;
	font-weight: bold;
}

a:active {
	color: #663300;
	font-size: 12px;
}

#shell {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 100%;
}
	
#text {
	padding-top: 1em;
	padding-bottom: 1em;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
div.img_center
{
margin: 10px;
  border: 0px;
  height: auto;
  width: auto;
  float: center;
  text-align: center;
}
div.img_left
{
margin: 10px;
  border: 0px;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}
div.img_right
{
margin: 10px;
  border: 0px;
  height: auto;
  width: auto;
  float: right;
  text-align: center;
}
div.img
{
  margin: 10px;
  border: 0px;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 0px;
  text-align: center;
}