body {
	text-align: center;
	background-color:#000000;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:12px;
	margin:0;
	line-height:1.4;
}

a:visited  {
	color: #EEB422; 
	background-color: #090909; 
	text-decoration: none;
}

a:link  {
	color: #EEB422; 
	background-color: #090909; 
	text-decoration: none;
}

a:active  {
	color: #FFF;
	background-color: #ED1E79; 
	text-decoration: none;
}

a:hover   {
	color: #FFF;
	background-color: #090909; 
	text-decoration: none;
}

h1 a:hover   {
	color: #090909;
	background-color: #090909;
	text-decoration: none;
}

.headerimg {
	border: 0;
	display: block;
}

#wrapper {
	display: block; 
	background-color:#090909;
	border-right:1px solid #171717;
	border-left:1px solid #171717;
	width:960px; 
	margin:0px auto;
	text-align:left;
}

#header {
	/*border: 2px #00ff00 solid;*/
	text-align:center;
}

#header h1 {
  margin: 0;
  padding: 0;
}

#header h1 a {
  margin: 0;
  padding: 0;
  padding-top: 330px;
  height: 0;
  width: 960px;
  background-image: earfist_wordpressheader.jpg;
  background-repeat: no-repeat;
  float: left;
  overflow: hidden;
}

#header a:hover   {
	color: #FFF;
	text-decoration: none;
}

#content {
	padding-left:10px;
	padding-right:10px;
	width: 580px;
	/*order: 2px #ff0000 solid;*/
	float: left;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
}

#sidebar {
	width: 160px;
	/*border: 2px #ffff00 solid;*/
	float: left;
	font-size:12px;
}

#sidebar ul {
	font-family:Verdana;
	font-weight:bold;
	font-size:14px;
	line-height:20px;
}

h1 {
	font-family:Verdana;
	font-weight:bold;
	text-transform: uppercase;
	font-size:22px;
	color: #EEB422; 
	font-size:24px;
}

h2 {
	font-family:Verdana;
	font-weight:bold;
	text-transform: none;
	font-size:18px;
	color: #EEB422;
}

h3 {
	font-family:Verdana;
	font-weight:bold;
	text-transform: uppercase;
	font-size:14px;
	color: #ED1E79; 
}

#right {
	float:left;
	width:160px;
	padding-left:10px;
	padding-right:10px;
}

#both {
	clear: both;
}

#footer {
	font-size:smaller;
	text-align:center;
	clear:both;
	padding-top:50px;
	height:150px;
	border-top:0px solid #ccc;
}

.title {
	font-size: 11pt;
	font-family: verdana;
	font-weight: bold;
}

.datum {
	font-size:9px;
	color:#c1c1c1;
}

ul {
	list-style:none;
	margin: 0 0 0 10px; 
	padding: 0; 
}

li {
	list-style:none;
}

em  {
	color: #ED1E79;
}


img {
	border:0 !important;
}

.right {
	float:right;
	margin-top:20px;
}

.left {
	float:left;
}

.clear {
	clear:both;
}