body,td,th {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
body {
	width:964px;
	background: #0D0D0B url(images/background.jpg) center top;
	margin:0 auto;
}
.header{
	margin:23px auto;
	text-indent:-9999px;
	background:url(images/logo.png);
	height:140px;
	width:406px;
}

img{
	border:0;
	margin:0;
	padding:0;
	height:140px; 
	width:241px;
}

.nav{
	margin:0 20px;
	margin-top:120px;
}

.left{ text-align:left; float:left }

.center{ text-align:center; float:inherit}

.right{
	text-align:right; 
	float:right;
}
	
a{
	text-decoration:none;
	color:#CCC;
	border:none;
}

a:hover {
  cursor: pointer;
  color:#CCC;
  text-decoration:none;
}

a:visited{
	color:#CCC;
	text-decoration:none;
}

a.opacity{
	filter:alpha(opacity=100);
	-moz-opacity: 1.0; 
	opacity: 1.0;
	-khtml-opacity: 1.0;
}

a.opacity:hover {
	filter:alpha(opacity=0); 
	-moz-opacity: 0.0; 
	opacity: 0.0;
	-khtml-opacity: 0.0;
}

.item01 {background: #333 url(images/01_.jpg) no-repeat; height:140px; width:241px;}
.item02 {background: #333 url(images/02_.jpg) no-repeat; height:140px; width:241px;}
.item03 {background: #333 url(images/03_.jpg) no-repeat; height:140px; width:241px;}
.item04 {background: #333 url(images/04_.jpg) no-repeat; height:140px; width:241px;}
.item05 {background: #333 url(images/05_.jpg) no-repeat; height:140px; width:241px;}
.item06 {background: #333 url(images/06_.jpg) no-repeat; height:140px; width:241px;}
.item07 {background: #333 url(images/07_.jpg) no-repeat; height:140px; width:241px;}
.item08 {background: #333 url(images/08_.jpg) no-repeat; height:140px; width:241px;}

/******************************************************************************/
/* FOOTER *********************************************************************/
/******************************************************************************/

.footer{
  float: left;
  padding: 5px 0 0 17px; /* IE6 only */
  font: 11px normal "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
  width: 967px;
  display: block;
  color: #454545;
}
.footer p {
  float: left;
  padding-top: 15px;
}
a#copy {
  float: right;
  background: url(../images/mt.png) no-repeat;
  padding-right: 17px;
  margin-right:30px;
  margin-top:20px;
}
