﻿.divshow {
DISPLAY: block
}

.divunshow {
DISPLAY: none
}
.divtitle {
	FONT-WEIGHT: bold;
	COLOR: #ffffff;
	HEIGHT: 24px;
	BACKGROUND-COLOR: #336699;
	border: thin solid silver;
}
.divpagebig {
	position: absolute;
	width: 1235px;
}
.divleft {
	width: 200px;
	position: static;
	left: 15px;
	top: 15px;
}
.divright {
	position: absolute;
	left: 715px;
	top: 15px;
	width: 200px;
}

.divcenter {
	width: 500px;
	left: 215px;
	position: absolute;
	top: 15px;
}
