﻿
.container {
	width: 670px;
	padding: 0px;
	margin: 40px 0 20px 230px;
	border: 0;
	
}

/* square */

#navSquare {
	margin: 0;
	padding: 0 0 20px 0px;
	border-bottom: 1px solid #000;
}

#navSquare li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
	
#navSquare a:link, #navSquare a:visited {
	float: left;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 6px 6px 10px;
	text-decoration: none;
	color: #000;
}

#navSquare a:link.active, #navSquare a:visited.active, #navSquare a:hover {
	color: #bb0f18;
	background: url('../img/square.gif' ) no-repeat bottom center;
}

/* TD : Slide top */
TD.top {

 	background:url(../img/banner_top.png) no-repeat top left;
	background:url(../img/banner_top.gif) no-repeat top left;
	/* padding-left:-10px;*/

}
/* TD : Slide bottom */
TD.bottom {
	width=900px;
	 height=96px;
   background:url(../img/banner_bottom.png) no-repeat top left;
   background:url(../img/banner_bottom.gif) no-repeat top left;
   
  /* padding-left:-10px;*/

}