/*      Created by Keith Donegan of Code-Sucks.com	  	  E-Mail: Keithdonegan@gmail.com	  	  You can do whatever you want with these layouts,	  but it would be greatly appreciated if you gave a link	  back to http://www.code-sucks.com	  */html, body{height:100%;}* {	padding: 0;	margin: 0;	margin-left: 0px;}body { font-family: Arial, Helvetica, sans-serif; font-size: 13px;}#wrapper {  margin: 0 auto; margin-top: 20px; width: 800px; height:600px;}#faux {	margin-bottom: 10px;	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */	width: 100%;	background-repeat: no-repeat;}div.page1 {background: url(images/pg1bgrnd.jpg);}div.page2 {background: url(images/pg2bgrnd.jpg);}div.page3 {background: url(images/pg3bcgrnd.jpg);}div.page4 {background: url(images/pg4bgrnd.jpg);}div.page5 {background: url(images/pg5bgrnd.jpg);}div.page6 {background: url(images/pg6bgrnd.jpg);}#header { width: 800px; height: 103px;}#navigation {	list-style-type: none;	margin-top:40px; } #navigation li { margin-bottom:30px } #menu{ margin-left:60px; font-size:16px; font-family:"Copperplate Gothic Light", Helvetica;    } a {color:#660000; text-decoration:none} a:visited {color:#660000;} a:active {color:#660000;} #leftcolumn {  display: inline; color: #990000; padding: 0px; width: 330px; float: left;}#rightcolumn {  float: right; color: #333; padding: 0px; width: 408px; display: inline; position: relative; margin-left: 0px; }#content{	font-family: "Century Gothic";	font-size: 14px;	padding: 10px;		}p.page1{color: #CCFF00;}p.page2{color: #ffffff;}#myContent {	height: 419px;	width:350px;	overflow:auto;	color: #FFFFFF;	padding: 4px;	text-align: left;	}	div.boxcolor1{background-color: #990000;}	div.boxcolor2{background-color: #330000;}	div.boxcolor3{background-color: #669900;}	div.boxcolor4{background-color: #336600;}	div.boxcolor5{background-color: #663300;}	div.boxcolor6{background-color: #330000;}.clear { clear: both; background: none; }
