@import url("reset.css");

html{
	background: url(../images/bg_all.jpg) #FFF repeat-x;
}

body {
	text-align: center;
}
	#logo{
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1px;
	}
	#bodi
	{
		margin: 0 auto;
		width: 985px;
	}
		#via{
			width: 100%;
			height: 178px;
		}
		#menu{
			/*height: 26px;*/
			float: left;
			width: 980px;
			background: url(../images/menu.jpg) repeat-x;
			border: solid 1px #333;
		}
		#leff{
			height: 26px;
			width: 100%;
			background: url(../images/menu.jpg) repeat-x;
		}
		
		#cont{
			background: url(../images/body_bg.jpg) repeat-y;
			float: left;
			min-height: 650px;
			width: 982px;
			padding: 0px 1px;
			text-align: left;
		}
		
		#subz{
				width: 98.5%;
				margin: 5px;
				margin-right: 0;
				background: #CCC;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				float: left;
			}
		
			#maincnt
			{
				float: left;
				/*background: #FFCC00;*/
				width: 733px;
				margin-right: 1px;
			}
				#ads{
					width: 100%;
					float: left;
					height: 150px;
					background: #333;
					border-bottom: solid 2px  #333;
				}
				/*for home page banner*/
				#tol{ 
					width: 250px;
					float: left;
					height: 300px;
					background: #FFF;
					margin-left: 2px;
				}
				#cnt{
					padding: 10px;
				}
					#crumps{
						width: 722px;
						border-bottom: dotted 1px #ccc;
						padding: 5px;
						text-align: right;
						color: #999;
						font-size: 10px;
					}
			#sidecnt
			{
				float: left;
				/*background: #FB0900;*/
				width: 228px;
				padding: 10px;
			}
		#basecnt{
			background: url(../images/base_cnt.jpg) no-repeat;
			float: left;
			height: 10px;
			width: 982px;
			padding: 0px 2px;
			margin-bottom: 30px;
		}
	#base{
		width: 100%;
		background:#959595;
		padding: 10px 0px;
		border-top: solid 3px #333;
	}
		#basecont{
			margin: 0 auto;
			text-align: left;
			width: 986px;
			color: #FFF;
		}


.clar
{
	clear: both;
	height: 0;
	font-size: 0;
}
