#main {
	width: 580px;
}
.mainText {
	padding: 0 0 0 22px;
}
.mainText2 {
	padding: 0 0 0 44px;
}
#column1 {
}

/* linkList
==============*/
.linkList H2 {
	padding-top: 5px;
}
.tabs {
	position: relative;
	height: 48px;
	margin: 0;
	padding: 0;
	zoom: 1;
}
	
.tabs li {
	list-style: none;
	float: left;
	position: relative;
	margin: 0 4px 0 0;
	cursor: pointer;
	color: #000;
	padding: 0 0 0 10px;
	background: url(pics/tab.jpg) no-repeat left top;
}
.tabs LI A {
	padding: 0px 20px 0 10px;
	line-height: 48px;
	height: 48px;
	white-space: nowrap;
	display: block;
	color: #000;
	background: url(pics/tab.jpg) no-repeat right top;
}
.tabs LI.tabOpen {
	background: url(pics/tabOpen.jpg) no-repeat left top;
}
.tabs LI.tabOpen A {
	background: url(pics/tabOpen.jpg) no-repeat right top;
}
#tabPanes {
	background: #eeebe5 url(pics/bg.gif) repeat;
	-webkit-border-radius: 0 0 0 7px;
	-moz-border-radius: 0 0 0 7px;
	border-radius: 0 0 0 7px;
	padding: 10px 20px 20px 20px;
	zoom: 1;
}
