body {
 /* background-image: url('images/back.jpg'); */
 background-position: top left;
 background-repeat: no-repeat;
 background-attachment: scroll;
 background-color: #000000;
 color: #999999;
 margin: 0;
 padding: 0;
 text-align: center;
 font-family: helvetica, ariel, verdana;
 color: #999999;
}

h1 {
  font-weight: bold;
  font-size: 17px;
  font-style: italic;
  color: #ff0000;
  display: inline;
}

h2 {
  font-weight: bold;
  font-size: 15px;
  font-style: normal;
  display: inline;
}

i {
  font-style: italic;
}

a {
  font-weight: bold;
  font-style: normal;
  color: #ff0000;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  font-weight: bold;
  font-style: normal;
  color: #999999;
  background-color: transparent;
  text-decoration: none;  
}

#container {
  font-family: helvetica, ariel, verdana;
  color: #999999;
  padding: 8px 12px 12px;
  width: 780px;  
  margin: 30px auto;
  text-align: left;
  border: 1px solid #999999;
  background-color: #000000;
  font-size: 12px;
}

#header {
 padding: 12px 0;
 border: 0;
 border-bottom: 1px solid #999999;
 text-align: center;
 margin: 0 auto;
}

#header table {
 	text-align: center;
	display: block;
  	margin: 0 auto;
	border: 0;
  	font-size: 12px;
	font-family: helvetica, ariel, verdana;
	width: 600px;
}

#header td.left {
	text-align: left;
	width: 200px;
	border: 0;
}

#header td.right {
	text-align: right;
	width: 200px;
	border: 0;
}

#header td.cent {
	text-align: center;
	width: 200px;
	margin: 0 auto;
	border: 0;
}

#menu {
	margin: 0;
	padding: 0;
}

#menu ul {
	list-style-type: none;
	text-align: right;
	padding: 2px;
}

#menu li {
	margin: 0;
	border: 0;
	padding: 1px 0;
}

#mainouter {
  background-color: transparent;
  background-position: top right;
  background-repeat: no-repeat;
  margin: 30px 0;
  padding: 0px 19px;
  border: 0;
  color: #999999;
  line-height: 150%;
}

#main {
	margin: 0 100px 0 0;
}

.mid {
  vertical-align: middle;
  padding: 4px 8px 4px 16px;
}

.centextline {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.cen {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 6px;  
}

.floatpicleft {
  padding: 12px;
  float: left;
}

.floatpicright {
  padding: 12px;
  float: right;
}

#footer {
  border: 0;
  color: #999999;
  clear: both;
  padding-top: 8px;
  font-size: 10px;
  font-family: helvetica, ariel, verdana;
  background-color: transparent;
}

#footersme {
 	clear: both;
	color: #111111;
	font-size: 8px;
	font-family: helvetica, ariel, verdana;
}

#footersme a {
  font-weight: normal;
  font-style: normal;
  color: #111111;
  background-color: transparent;
  text-decoration: none;  
}

#mssholder {
 	background-color: transparent;
	width: 100%;
}