* {
	margin: 0;
	padding: 0;
}
#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 150%; 
  height: 150%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

body {
background: #000;
margin-left:75px;
margin-right:75px;
font-family: Calibri, Verdana, Arial, sans-serif;
font-size: 12px;
line-height: 20px;
color: #CCCC99;
}

a {
text-decoration: none;
color: #CCC999;
}

a:hover {
text-decoration: none;
color: #FF9966;
background-color: inherit;
}

#home
{ 	width: 1200px;
	margin-top: 50px;
	background-image:url(bgimage.jpg);
	background-repeat: no-repeat;
	background-position:0px;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header {
background-image:url(images/theClayPit.jpg);
background-repeat:no-repeat;
background-position:0px;
margin-top: 1px;
height:99px;
width: 363px;
}

#header h1 { 
	font-size: 28px;
	letter-spacing: -1px;
	padding: 15px 0 0 20px;
	color: #fff;
}
#header h1 a { 
color: #000000;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover 
{
color: #3399FF;
}
#header h2 
{
	font-size: 19px;
	color: #33cccc;
	padding: 5px 0 0 20px;
	letter-spacing: -1px;
	font-weight: 100;
}

#header h4 a:hover 
{
color: #aaa;
}

#content {
	padding: 0 20px;
}

div.videothumbnails {


	background-color: #FF1400;
	border-top: 2px solid #000;
	padding: 10px;
}

.videothumb {
	float: left;
	text-align: center;
	font-size: 10px;
	margin: 0 20px 20px 0;

}

div.videos {
	padding-top: 10px;
	letter-spacing: 3px;
	font-size: 20px;
	font-family: tahoma, verdana, sans-serif;
}

.left {
	float: left;
	width: 570px;
	text-align: justify;
	padding-top: 20px;
}
.left h2 {
	font-size: 18px;
	font-weight: 100;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	background: #3399FF;
}
.left h2 a {
	text-decoration: none;
	color: #fff;
}
.left h2 a:hover {
	color: #111;
}

.right {
	float: right;
 	width: 180px;
	padding-top: 10px;
}
.right h2 {
	margin: 10px 0 0 0;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	background: #000099;
	color: #fff;
	font-size: 13px;
}
.right ul {
	padding: 10px 0 15px 20px;
	color: #330033;
}
.right ul li a {
	text-decoration: none;
	font-weight: 600;
}
.right ul li a:hover {

}
.articles {
	padding: 10px;
}

#footer {
	text-align: center;
	font-size: 11px;
	color: #aaa;
	margin-top: 40px;
	border-top: 1px dotted #aaa;
	padding-top: 10px;
	padding-bottom: 200px;
}
#footer a { color: #aaa; }
#footer a:hover { color: #eee; }