
body {
  margin: 12px;
  padding: 12px;
	background: #121212;
	background-image: url(bkg2.png);
	background-repeat: repeat;
	background-position: top, right;
}

p {
  color: #999999;
  text-shadow: 1px 1px 4px #000;
}
h1 {
  font-size: 2em;
  text-shadow: 1px 1px 4px #000;
  color: #CC9933;
}
h2 {
  font-size: 1.5em;
  color: #999999;
  text-shadow: 1px 1px 4px #000;
}
img {
  border:  none;
}
div {
  font-family: verdana;
  font-size: 12px;
}



.header  a:link, a:visited {
	text-decoration: none;
	color: #CC9933;
}

.header  a:hover {
	text-decoration: none;
	color: #DDD;
}

.nav1  a:link, a:visited {
	text-decoration: none;
	color: #CC9933;
}

.nav1  a:hover {
	text-decoration: none;
	color: #DDD;
}


.clearfloat {
  clear: both;
}

.smalltxt {
  font-size: 10px;
  color: #777;
 }

.smalltxt a:link, a:visited {
  font-size: 10px;
  color: #777;
  color: #CC9933;
 }
.smalltxt  a:hover {
	text-decoration: none;
	color: #DDD;
}

a:link, a:visited {
	text-decoration: none;
	color: #CC9933;
}

a:hover {
	text-decoration: none;
	color: #DDD;
}


#main
{
  width: 1080px;
  margin: auto;

}

#mainwrap
{
  width: 1080px;
  margin: auto;
  position: absolute;
  float: center;
}

#headline {
  border-radius: 6px 6px 0px 0px ;
  margin: 0px 0px 14px 0px;
  padding: 10px 4px 1px 12px;
  width: 1080px;
  box-shadow: 0px 2px 8px #000000;
  float: left;
  background-color: #222222;
  text-decoration: none;
}

#info {
  border: 0px solid #f0f0f0;
  border-radius: 6px;
  margin: 0px auto;
  margin-bottom: 2%;
  padding: 10px 4px 1px 12px;
  width: 1080px;
  box-shadow: 0px 2px 8px #000000;
  background-color: #222222;
	
}

#videomain {
  margin-top: 2%;
}

#video {
  border: 0px solid #f0f0f0;
  border-radius: 6px;
  margin: 2px auto;
  padding: 10px 4px 1px 12px;
  width: 860px;
  float: left;
  background-color: #222222;
  box-shadow: 0px 2px 8px #000000;
}

#rightcolumnwrap {
    width: 190px;
    float: right;
    margin: 0 auto;

}

#rightcolumn {

	  width: 190px;
  	border-radius: 6px;
    padding: 8px;
	box-shadow: 0px 2px 8px #000000;
	background-color: #222222;
}


