/* CSS Document */
/************************************************************************
    Site:		Circulon.com

	Author:		Daniel Dye

Listing Order:
==============

1 - TidBits
  
************************************************************************
	1 - TidBits
************************************************************************/
body { 
	background-color : #ffffff;
	font : 62.5%/1.6em Arial, Helvetica, sans-serif;
	color: #828282;
} 

a.WinClose {
	display:block;
	color: #cccccc;
	text-decoration: none;
	background-color: #111111;
	text-transform : uppercase;
	font-size : 110%;
	font-weight : bold;
	padding: 2px 0px 2px 5px;
	}
	
#RightBox {
	float:right;
	width: 50%;
	_width: 200px;
	}

#LeftBox {
	float:left;
	width: 50%;
	_width: 200px;
	}

.clear {
	clear:both;
	}