@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}
.oneColFixCtr #container {
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
}
#mainContent #leftColumn {
	clear: right;
	float: left;
	width: 175px;
}
#mainContent #midColumn {
	clear: right;
	float: left;
	width: 513px;
	background-color: #333;
	height: 341px;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #666;
	border-right-color: #404040;
	border-bottom-color: #666;
	border-left-color: #666;
}
#mainContent #rightColumn {
	clear: right;
	float: left;
	width: 331px;
	background-image: url(images/djtablebg.jpg);
	background-repeat: no-repeat;
	height: 311px;
	background-position: left top;
	margin: 0px;
	padding-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #404040;
}
#footer #topSection {
	clear: right;
	float: left;
	width: 790px;
	padding-left: 230px;
	height: 91px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
}
#footer #btmSection #socialBar {
	clear: right;
	float: left;
	width: 525px;
}
#footer #btmSection #sitemap {
	clear: right;
	float: left;
	width: 495px;
	background-color: #000;
	background-image: url(images/footer-10.jpg);
	background-repeat: repeat-x;
	height: 54px;
}
#secRow #leftColumn {
	clear: right;
	float: left;
	width: 319px;
}
#secRow #midColumn {
	clear: right;
	float: left;
}
#secRow #rightColumn {
	clear: right;
	float: left;
	width: 300px;
}
.clear {
	clear: both;
	width: 100%;
	overflow: hidden;
	visibility: hidden;
	height: 1px;
}
.contentText {
	margin: 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #424242;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	line-height: 1.5em;
}
#secRow {
	size: 100%;
}
