* {
	margin: 0;
	padding: 0;
}
	
html {
	font-size: 100%;
}

body {
	color: #FFF;
	font: 62.5%/1.5 Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
}

#wrapper {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.5em;
	width: 100%;
}

p {
	text-align: justify;
}
#header {
	background: #333 url(../images/topspread.jpg) top left repeat-x;
	height: 100px;
}
a, a:link {
	color: #00CC00;
	text-decoration: underline;
}
a:hover, focus {
	color: #006600;
	background-color: #FFF;
	text-decoration: none;
}
#navigation a.here:link,
#navigation a.here:visited,
#navigation a.here:hover,
#navigation a.here:active {
  background: url(../images/navbara.gif) bottom left repeat-x;
  color: #FFF;
  border-bottom: 1px solid #3F0;
}
#navigation li {
  display: inline;
}
#navigation li a {
  display: block;
  float: left;
  padding: .5em 2em;
}
#navigation ul {
  width: 100%;
  overflow: hidden;
}
#navigation a:link,#navigation a:visited {
  text-decoration: none;
  color: #EEF;
  background-color: transparent;
  border-color: #99A;
}
#navigation a:hover {
  background: url(../images/navbara.gif) bottom left repeat-x;
  color: #FFF;
  background-color: #FFF;
  border-bottom: 1px solid #3F0;
}
#navigation a:active {
  background-color: #0C0;
  border-bottom: 1px solid #3F0;
}
#navigation {
	height: 30px;
	background: url(../images/navbar.gif) bottom left repeat-x;
	color: #455;
    background-color: #333;
    border: none;
    padding-left: 8%;
	border-bottom: 1px solid #CCC;
}

h1 {
	position: absolute;
	top: 78px;
	left: 75px;
	color: #3F0;
	font-variant: small-caps;
	font-size: medium;
	font-weight: bold;
	letter-spacing: .2em;
}
#header p {
	position: absolute;
	top: 78px;
	right: 75px;
	color: #3F0;
	font-variant: small-caps;
	font-size: medium;
	font-weight: bold;
	letter-spacing: .2em;
}

h2 {
	position: static;
	margin: 0;
	padding-top: 1px;
	padding-left: 59%;
	color:	#CCC;
	font-size: 1em;
}
h2 img {
	border: none;
}
h3 {
	padding-top: 10px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 1.2em;
	text-align: center;
}
/* h4 is for forms like the contact page */
h4 {
	padding: 1em 1em 0 1em;
	font-size: 1em;
}
h4 em {
	color: #3F0;
}
fieldset {
	border: none;
	margin: 0 auto;	
	color: #FFF;
	width: 522px;
}
#maincontent {
	margin: 0 auto;
	padding-top: 4px;
	width: 1024px;
	height: 380px;
}
#plasma {
	background: url(../images/plasmatv.jpg) no-repeat center;
	margin-left: 56px;
	width: 550px;
	height: 380px;
}
#plasma p{
	margin: 4px 14px 4px 14px;
}
#plasma img {
	border-right: solid 4px #FFF;
	border-left: solid 4px #FFF;
	margin: 0 10px 0 10px;
	float: right;
}
#twitter_div {
	text-align: left;
	padding-left: 14px;
	margin-left: 14px;
	text-decoration: none;
}
.section {
	margin-right: 11px;
	height: 305px;
	overflow: auto;
}

#player1 {
	margin: -380px 0 0 606px;
	text-align: center;
	border: 4px solid #333;
	width: 354px;
	height: 372px;
}

#sideleft {
	background: url(../images/sideleft.jpg) no-repeat left;
	float: left;
	width: 56px;
	height: 380px;
}

#sideright {
	background: url(../images/sideright.jpg) no-repeat right;
	float: right;
	margin-top: -380px;
	width: 56px;
	height: 380px;
}

#showstrip {
	margin: 0 auto;
	width: 984px;
	padding: 4px 0 4px 45px;
	font-size: 0.8em;
}

#faq {
	overflow: auto;
	padding: 5px;
	margin-left: 11px;
	list-style: circle square;
	list-style-position: inside;
	list-style-type: circle;
}

.question {
	font-size: larger;
}

.answer {
	font-size: smaller;
}