/* 		CSS for Living-On-Less.com 		*/	
	body {
		margin:0px;
		padding: 0px;
		font-family:"Arial";
		color: #000;
		background-color: #fff;   			/* New background color RGB		*/
		}
	#banner {
		width: 760px;
		height: 68px;
		margin: 0px auto;
		background-color: #70C6D0;
		border: 1px solid #333;  			/* page border 					*/
		}
	#bannerad {
		float:left;
		}
	#textad1 {
		float:left;
		width:234px;
		font-size: 60%;
		}
	#textad2 {
		float:left;
		width:234px;
		font-size: 60%;
		}
	#webpage {
		border-left:1px solid #333; 
		border-right:1px solid #333; 
		border-top:1px solid #fff; 
		border-bottom:1px solid #333; 
		width: 760px;
		margin: 0px auto;
		background-color: #fff;
		background-image:  url('images/sidebar-background.jpg');  
		background-repeat: repeat-y;		/* 	Page border 				*/
		}
	#sidebar {
		float:left;
		width:160px;
		}
	#sidebartop { 
		font-size: 80%;
		margin:1em .5em;
		}
	#favorites {
		cursor:pointer;
		color:#00c;
		text-decoration: underline;
		}
	.sidebarbottom { 
		font-size: 80%;
		margin:.5em;
		}
	#header {
		width:595px;
		}
	#content {
		float:right;
		width:599px;
 		background-color: #fff;   				/* New background color RGB		*/
		}
	#content p { 
		padding:0px;
		margin:0px;
		font-size: 90%;
		}
	#adsense1 {
		float:left;
		margin:0px 10px 0px 10px;
		}
	#intro {
		float:left;
		line-height:110%;
		width:230px;
		height:280px;
		}
	#intro ul {
		line-height:110%;
		list-style-type: none;
		font-size: 90%;
		}
	#background {
		line-height:110%;
		margin: 15px 10px 0px 15px;
		}
	#background ul {
		line-height:110%;
		list-style-type: none;
		font-size: 90%;
		}
	#background ol {
		line-height:110%;
		list-style-type: decimal;
		font-size: 90%;
		}
	#letter {
		clear:both;
		width:480px;
		line-height:130%;
		margin:15px auto 15px auto;
		padding:25px;
		background:#F3EBEB;
		}
	#letter p {
		font-size: 100%;
		}
  	.indent {
  		margin-left:50px;
		}
	#notes {
		clear:both;
		width:480px;
		line-height:130%;
		margin:15px auto 15px auto;
		padding:0px;
		background:#F3EBEB;
		}
	#notes p {
		font-size: 100%;
		}
	.description  {
		line-height:110%;
		padding:15px 10px 0px 10px;
		background:#fff;
		}
	.note  {
		line-height:110%;
		padding:10px;
		background:#F3EBEB;
		}
	#followup {
		line-height:110%;
		margin: 15px 10px 0px 15px;
		}
	#text {
		width:480px;
		text-align:center;
		margin:25px auto 20px auto;
		}
	#text p {
		font-size: 100%;
		}
	#adsense2 {
		width:338px;
		height:280px;
		margin:10px auto 10px auto;
		}
	#footer {
		clear:both;
		width:758px;
		margin:0px auto;
		background:#fff; 
		border-width:1px;
		border-style:solid; 
		border-color: #000000 #ffffff #ffffff;   /* New top only border */
		}
	#footer p {
		text-align:center;
		font-size:80%;
		padding:0px;
		margin: 0px;
		}
	h1 {
		font-size:240%;
		text-align:center;
		padding:0px;
		margin: 9px;
		}
	h2 {
		font-size:140%;
		text-align:center;
		padding:0px;
		margin:0px;
		}
	h3 {
		font-size:90%;
		padding:0px;
		margin:0px;
		}
	h4 {
		font-size:80%;
		padding:0px;
		margin:.5em;
		}
	img {
		border:0px;
		}
	a:link {color: #00c}
	a:visited {color: #a2a}
