

#left {
	display: none;
}

.column1 {
	display: none;
}

.column2 {
	display: none;
}

#flash {
	margin: 0 auto;
	width: 972px;
	height: 305px;
}

#mainLeft {
	width: 420px;
	float: left;
	padding: 10px 0px 0px 40px;
}

#distributorsFrontpage {
	height: 240px;
	padding: 15px 0px 0px 0px;
	background: url(bg/distributorsMap.jpg) no-repeat center bottom;
	color: #0060a0;
}

#distributorsFrontpage select {
	width: 200px;
	font-size: 11px;
	float: right;
	position: relative;
	top: -10px;
}

#newsBox {
	color: #0060a0;
}

#newsBox a {
	text-decoration: none;
}

#newsBox a:hover {
	text-decoration: underline;
}

#newsBox .black {
	color: #000;
}

#main {
	width: 450px;
	float: right;
	padding: 10px 30px 0px 0px;
}

#main .text {
	padding: 20px 30px 20px 0px;
	height: 250px;
	overflow: visible;
}

html>body #main .text {
	height: auto;
	min-height: 250px;
	overflow: hidden;
}

