body {margin: 0; padding: 0; background-image: url('bg.jpg'); background-repeat: no-repeat; background-position: left bottom; }

#imSite {width: 840px; margin: 15px auto; text-align: left; }

#imHeader {height: 145px; background-image: url('top.jpg'); background-repeat: no-repeat; }

#imBody {background-color: #FFFFFF; }

#imMenuMain {
	height: 30px;
	background-color: #EFEFEF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	padding-top: 1px;
	padding-bottom: 0;
	padding-left: 10px;
}

#imContent {clear: left; padding: 1px 1px 0 1px; }

#imFooter {
	clear: both;
	height: 80px;
	background-color: #E0E0E0;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#imFooter_L {
	margin-top: 18px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 30px;
	width: 840px;
	float: left;
	font-size: 12px;
}

#imFooter_R {
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 15px;
	width: 840px;
	float: left;
}
/*#imFooter_L, #imFooter_R {padding: 2px 0 0 0; font: 11px Tahoma; color: #000000; text-align: center; }*/


#adsnsCss {
	display: block;
	height: 120px;
	width: 840px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
	font-size: 14px;
}
.linkTxt{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	display: block;
	font-weight: bold;
	margin-bottom: 8px;
	padding-left: 8px;
	padding-top: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	background-color: #F7F7F7;
	padding-bottom: 8px;
}
.lft{
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
