/* CSS by Jonathan B. Morgan, 2007 */

div#container {/*This container is residual from when I used negative margins to create the columns, but since it didn't work in older browsers I had to float the columns right and left and not have a 3rd margin option.*/
	position: relative;
	padding-top: 20px;
	display: block;
	clear: both;
}

div#container .column {
	position: relative; /*this is important for the footer to display properly */
}


div#center {
	margin: 0px;
	float:right;
	position: relative;
	width: 545px;
	padding: 0px 20px;
	border-right: 0px solid #DEDEDE;
	border-left: 0px solid #DEDEDE;
}



div#left {
	margin: 0px;
	position: absolute;
	float: left; /*this is important for the footer to display correctly in IE7 and Netscape 6*/
	width: 174px;   /* LC width */
	padding: 0px 0px 0px 10px;   /* LC padding */
}


div#tip {
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin-bottom: 10px;
}

div#tip p {
	padding: 0px;
    margin: 0px;
	font-size: 100%;
	margin: .5em;
    border-top-width: 0;
    padding-top: 0;
    border-bottom-width: 0;
    padding-bottom: 0;
}

div#tip h2 {
	display: block;
	padding: 0px 0px 0px 5px;
	position: relative;
	margin: 0px;
	color: #CC0000;
	background: #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 140%;
	font-weight: bold;
	}
	

	



