/* BASICS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {
  background:url(images/pagesbg.jpg) repeat-y top center;
	background-color:#000000;
  font-family:Verdana,Arial,Helvetica;
	color: #E1E1E1;
  font-size : 11px;
}

#container {
  margin: 0 auto;
  text-align: left;
  position: relative;
  width: 830px;
}

#topimage {
  margin-right: 20px;
  margin-top:10px;
  padding: 0px;
  width: 561px;
  float: right;
}

#navigation {
  float: left;
  width: 810px;
  line-height: 25px;
  background: #000000;
  text-align: center;
}

#sidebar {
  float: left;
  margin-top:10px;
  padding: 10px;
  width: 220px;
  background: #000000;
  text-align: center;
}

#ad {
  width: 810px;
  background: #000000;
  text-align: center;
}

#content {
  margin-right: 20px;
  margin-top:10px;
  padding: 10px;
  float: right;
  width: 541px;
  background: #000000;
  text-align: center;
}

/* TEXT, LINKS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
a {
	text-decoration: none;
	color: #7F8382;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
	color: #C8C8C8;
	font-weight:bold;
}

#navigation a {
	padding: 15px;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #7F8382;
	font-weight:bold;
}

#navigation a:hover {
  font-size: 12px;
	text-decoration: underline;
  text-transform: uppercase;
	font-weight:bold;
}

img.noborder {
  border: 0px;
  }

img.border {
	border: 2px solid #7F8382;
	}

h1 {
	font-family: Arial,Verdana,Helvetica;
	font-size: 10px;
	text-weight: bold;
	text-align: center;
	text-transform: uppercase;
	line-height: 18px;
	padding: 1px;
	background: #000000;
	color: #c3c4c8;
	border-top: 1px solid #7F8382;
	border-bottom: 1px solid #7F8382;
	margin-bottom: 2px;
	padding-right: 5px;
}

.Style1 {
	font-size: 11px;
	font-weight: normal;
}

.Style2 {
	font-size: 12px;
	font-weight: bold;
}

.Style5 {
	font-size: 12px;
	font-weight: bold;
}

/* FORMS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

input {
  color: #c1c1c1;
  background: #000000;
  font-family: verdana; 
  font-weight: normal;
  text-decoration: none;
  font-size: 9px;
  text-align: left;
  border-width: 1px;
  border-style: solid;
  border-color: #7F8382;
}

 

