.tdtext-main {
	text-align: left;
	padding-right: 12px;
	vertical-align: top;
}
/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
	width: 922px;
	color: #333;
	padding: 0px;
	height: 140px;
	margin: 0px 0px 0px 0px;
}
#navigation {
	width: 900px;
	color: #000;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: #999;
	background-image: url(../asset/navigation.jpg);
	font-style: normal;
	font-size: 14px;
}
#content {
	width: 840px;
	color: #FFF;
	margin: 0px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 20px;
	background-color: #333;
	font-family: Tahoma, Geneva, sans-serif;
}
ul {
	margin-left: 20px;
}
#footer {
	width: 900px;
	color: #333;
	background: #000;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}
h3 {
	color: #09C;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
html, body, #wrapper, #content {
	height: 108%;
}
#table-video, td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
}
#table-video td {
	padding-right: 10px;
	padding-bottom: 10px;
}
.still {
	border: 1px solid #CCC;
}
.special {
	text-align: center;
	padding-bottom: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.td-still {
	vertical-align: top;
}
	
#navigation a:link  {
	color:#000;
	text-decoration: none;
}
#navigation a:visited {
	color:#000;
	text-decoration: none;
}
#navigation a:hover { color:#990000 } {
	color: #000;
	text-decoration: none;
}
#content a:link  {
	color:#CFF;
	text-decoration: none;
}
#content a:visited {
	color:#CFF;
	text-decoration: none;
}
#content a:hover { color:#990000 } {
	color: #000;
	text-decoration: none;
}
#content-right {
	float:right;
	width:400px;
	padding-left: 0px;
	background-color: #666;
	color: #FFF;
}

