/*******************************************************
        Core layout stylesheet for Dan's Data.
 *******************************************************/


#leftCol {
	float: left;
	width: 100%;
	margin-right: -1px;
}
#rightCol {
	float: right;
	position: relative;
	margin-left: 2px;
	word-wrap: break-word;
}
#rightColInner .AdBox, .ContentBox {
	width: 100%;
}


/* Clears both left and right columns, so
   that the footer is rendered beneath both. */
.Clear {
	clear: both;
}

/* Keeps content within box padding. */
.NoOverflow {
	overflow: hidden;
	width: 100%;
}


#rightColInner, #leftColInner {
	width: 100%;
	overflow: hidden;
}

/* fixes float problem in some IE versions */
#leftCol {
	position: relative;
}


/* Fixes for IE */
* html #rightCol {
	margin-left: 1px;
}

/* Fixes for IE (except Mac IE 5) (do not remove empty comment at end) \*/
* html #pageBody, * html .Wide, * html .Wrapper, * html .MinWidth {
	height: 1px;
}
/**/


/* Minimum width control, with IE workaround
   a la Stu Nicholls (www.cssplay.co.uk). */
.MinWidth {
	min-width: 700px;
}
* html .MinWidth {
	border-left: 700px solid #DED6D0;
}
* html .Wrapper {
	margin-left: -700px;
	position: relative;
}