* {	margin:				0; 
	padding:			0;}

body	{
	font-family:		verdana, arial, sans-serif;
	background:			#ffff99; }

p {
	padding:			10px;}

div#content-l {
	background-color:	#FFFFFF;			
	background:			url(column-left.gif) repeat-y top left;
	position:			relative;}

div#content-r {
	background-color:	#FFFFFF;
	background:			url(column-right.gif) repeat-y top right;
	position:			relative;}
		
div#head {
	text-align:			center;
	background:			#990099;
	color:				#ffff99;
	font:				larger;
	}

div#left-side {
	width:				100px; 
	background:			#7FFFD4;
	position:			absolute;
	top:				0px; 
	left:				0px; 
	overflow:			hidden;}

div#center {
	margin:				0 120px 0 100px; 
	background:			#d3d3d3;}

div#right-side {
	width:				120px;
	background:			#7FFFD4;
	position:			absolute;
	top:				0px; 
	right:				0px; 
	overflow:			hidden;}

div#foot {
	clear:				both;
	text-align:			center;
	background:			#990099;}

.clearfix:after {
	content:			"."; 
	display:			block; 
	height:				0; 
	clear:				both; 
	visibility:			hidden;}

.clearfix {
	display: 			inline-block;}   

.clearfix {
	display: 			block;}

div#body {
	min-width:			850px; 
	margin:				10px;
	text-align:			left;
	background:			#CCCCFF;}