body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
	color: #555;
	font-size: 12px;
	background-repeat: repeat-x;
	background-position: center top;
}
a:link {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.wrapper {
	padding-top: 25px;
	/* [disabled]padding-bottom: 25px; */
	min-width:1024px;
	width:100%;
	margin: 0px;
	float: left;
}
.tnContainer {
	float: left;
	height: 185px;
	width: 215px;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: none;
	background-image: url(images/tnBackground.png);
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	font-size: 14px;
}
.tnContainerLeft {
	float: right;
	height: 185px;
	width: 215px;
	margin-bottom: 10px;
	clear: none;
	background-image: url(images/tnBackground.png);
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}
.contentContainer {
	float: left;
	clear: none;
	width: 695px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.wrapperSides {
	float: left;
	width: 240px;
	min-width: 100px;
}
.rightTop {
	background-image: url(images/tnBackground.png);
	background-position: right top;
	float: right;
	height: 10px;
	width: 10px;
}
.leftTop {
	background-image: url(images/tnBackground.png);
	background-position: left top;
	float: left;
	height: 10px;
	width: 10px;
}
.leftBottom {
	background-image: url(images/tnBackground.png);
	background-position: left bottom;
	float: left;
	height: 10px;
	width: 10px;
	margin-bottom: 0px;
}
.rightBottom {
	background-image: url(images/tnBackground.png);
	background-position: right bottom;
	float: right;
	height: 10px;
	width: 10px;
	bottom: 0px;
}
.full {
	float: left;
	width: 100%;
	height: 10px;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
.insideContent {
	background-color: #FFF;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.spacer {
	float: left;
	height: 100%;
	width: 10px;
}
.spacerRight {
	float: right;
	height: 100%;
	width: 10px;
}.contentInnerInner {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	min-height: 790px;
}
