
/* CSS Document */


body {
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	background-color:#EBE8E2;
	}
	
#container {
	background-color:#ffffff;
	width: 780px;
	border: solid 1px #d4d4d4 ;
	overflow:hidden;
	margin: 0 auto;
	margin-top:-5px;
	}
	
#container_top {
	background-color:#ffffff;
	}
	
#container_nav {
	float:left;
	width:760px;
	height:25px;
	padding-top: 5px;
	padding-left:20px;
	background-image:url(../../tacklinggangs/images/nav-bar.jpg);
	background-repeat:no-repeat;
	}

#top_content_area01{
	float:left;
	width:780px;
	height:22px;
	padding-top: 8px;
	background-image:url(../../tacklinggangs/images/top.jpg);
	background-repeat:no-repeat;
	}

#top_content_area02{
	float:left;
	width:780px;
	height:223px;
	background-image:url(../../tacklinggangs/images/top-banner.jpg);
	background-repeat:no-repeat;
	}

#container_main{
	float:left;
	width:780px;
	padding-bottom:10px;
	}
	
#container_content01 {
	float:left;
	width:539px;
	margin-top:15px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:20px;
	}
	
#container_content02 {
	float:left;
	width:211px;
	height:399px;
	background-image:url(../../tacklinggangs/images/gang.jpg);
	background-repeat:no-repeat;
}

#container_bottom{
	float:left;
	width:780px;
	height:119px;
	background-image:url(../../tacklinggangs/images/footer.jpg);
	background-repeat:no-repeat;
	}

#footer {
	float: left;
	width: 780px;
	padding-top:10px;
	padding-bottom:15px;
	}
