		
		div#pageheader {
			width: 800px;
			height: 75px;	
		}
		
		div#content {
			width: 800px;	
		}

		div#tips {
			float: left;
			width: 150px;
			border: 1px solid #EEEEEE;
			padding-left: 10px;
			padding-right: 10px;
			background-color: #EEEEEE;
		}
		
		div#tip {
			width: 550px;
		}
		
		.quote {
			font-style: italic;
			font-weight: bold;
			font-size: 12px;
		}
		
		.quoteby {
			font-size: 12px;
		
		}
		
		.header-level-2 {
			font-size: 14px;
		}
		
.tipselected  {
		color: black;
		line-height: 150%;
		font-size: 12px;
		}

.tipnav  a {line-height: 150%; color: #0000AA; text-decoration: none;}
.tipnav  a:link {}
.tipnav  a:visited {}
.tipnav  a:active {}
.tipnav  a:hover {color: #961B12; text-decoration: underline;}	
