body {
  margin: 0 auto;
  width:100%;
  height:100%;
  color: #ddddcc;
  font-family: freesans, Arial,sans,Verdana,Helvetica;
  font-size: 13px;
  text-align: center;
  background: #000000;
}	
a:visited {
   color: #0088FF;
   text-decoration: none;
   font-weight: bold;
   background: #000000;
}
a:link{
   color: #0088FF;
   text-decoration: none;
   font-weight: bold;
   background: #000000;
}
a:active, a:hover {
   color: #000000;
	text-decoration: none;
   font-weight: bold;
   background: #0088FF;
}
table {
   border: none;
   padding: 0px;
}
tr {
	padding: 0px;
}
td {   
   text-align: left;
   background: #000000;
   text-decoration: none;
   color: #ddddcc;
   font-size: 13px;
   padding: 0px;
}
td.image {   
   text-align: left;
   background: #000000;
   text-decoration: none;
   color: #ddddcc;
   font-size: 13px;
	padding-left: 14px;
}
td.video {   
   text-align: center;
   background: #000000;
   text-decoration: none;
   color: #ddddcc;
   font-size: 13px;
	padding: 28px;
}
td.nopad {   
   text-align: left;
   color: #ddddcc;
   background: #000000;
   font-size: 13px;
   padding: 0px;
}
td.navib {
	font-weight: bold;
   background: #000000;
   color: #ddddcc;
   font-size: 13px;
   padding: 1px;
   text-align: left;
 	border-right: 1px solid #000000;
	border-left: 1px solid #666666;
 	border-top: 1px solid #000000;
	border-bottom: 1px solid #666666;
}	
td.navi {
   color: #FF9400;
   text-decoration: none;
   font-weight: bold;
   font-size: 13px;
   padding: 0px;
   text-align: left;
   background: #000000;
   border-right: 1px solid #000000;
	border-left: 1px solid #666666;
 	border-top: 1px solid #000000;
	border-bottom: 1px solid #666666;
}
td.nonavi {
	font-weight: bold;
   background: #000000;
   color: #ddddcc;
   font-size: 13px;
   padding: 1px;
   text-align: left;
 	border-right: 1px solid #000000;
	border-left: 1px solid #666666;
 	border-top: 1px solid #000000;
	border-bottom: 1px solid #666666;
}
 #menu a           { text-decoration: none;  padding: 1px;  text-align: right; 	font-weight: bold;
   border-right: 1px solid #666666;
	border-left: 1px solid #000000;
 	border-top: 1px solid #000000;
	border-bottom: 1px solid #666666;}
 #menu a:link       { color: #FF9400;  display: block; background: #000000;}
 #menu a:visited  { color: #FF9400;  display: block; background: #000000;}
 #menu a:active   { color: #000000;  display: block;   background: #FF9400;}
 #menu a:hover   { color: #000000;  display: block;    background: #FF9400;}

 #menutop a       { text-decoration: none;  padding: 1px;  text-align: left; font-weight: bold;}
 #menutop a:link       { color: #FF9400; background: #000000;}
 #menutop a:visited  { color: #FF9400; background: #000000;}
 #menutop a:active   { color: #000000; background: #FF9400;}
 #menutop a:hover   { color: #000000; background: #FF9400;}	
	
#wrapper {
	min-height: 100%;
	height: 100%;
	margin: 0 auto -42px;
   width: 790px;
   text-align: left;
   font-size: 13px;
   background: #000000;
   padding: 0 !important;
}
.footer, .push {
	height: 42px
}

