body 	{
	margin: 0;
	padding: 0;
	height: 100%;
		}


/* SPACERS */	
.spacer5	{
	height: 5px;
		}

.spacer10	{
	height: 10px;
		}

.spacer15	{
	height: 15px;
		}

.spacer20	{
	height: 20px;
		}

.spacer25	{
	height: 25px;
		}
		
.spacer35	{
	height: 35px;
		}
		
.spacer40	{
	height: 40px;
		}
		
.spacer45	{
	height: 45px;
		}		
	
.spacer50	{
	height: 50px;
		}
		
.break	{
	height: 10px;
		}	
		

/* WIDTHS */	
.width5	{
	width: 5px;
		}

.width10	{
	padding:0 10px 0 0;
	}

.width15	{
	width: 15px;
		}

.width20	{
	width: 20px;
		}

.width25	{
	width: 25px;
		}


DIV#containerCenter img		{
	margin: 0 0 10px 0;
		}



/* CONTAINERS */
DIV#containerMain
	{ 
	position: absolute;		/* position at specific x,y, versus relative wherever */
	width: 986px;			/* must have width */	
	min-height: 100%;
	left: 50%;
	padding: 0;
	margin: 0 0 0 -484px;
	background: #FFFFFF;
	}		


DIV#containerLeft
	{ 
	width: 167px;			/* must have width */	
	padding: 0 0 0 28px;
	margin: 34px 0 0 0;
	float: left;
	background-image: url(http://www.charrow.com/100/images/site/colorblock.jpg);
	background-repeat: no-repeat;
	}							

DIV#containerCenter
	{ 
	width: 600px;			/* must have width */	
	padding: 0 20px 0 10px;
	margin: 0px 0 0 11px;
	float: left;
	}		
	
DIV#containerRight
	{ 
	width: 140px;			/* must have width */	
	padding: 0;
	margin: 34px 0 0 0;
	float: left;
	background-image: url(../images/site/fpo_3.jpg);
	}		
	
	
/* ARTICLE */	
DIV#articleContainer
	{ 
	width: 600px;			/* must have width */	
	padding: 0;
	margin: 0 0 50px 0;
	float: left;
	}	

DIV#articleTitle
	{ 
	width: 275px;			/* must have width */	
	padding: 0 20px 0 0;
	margin: 0;
	float: left;
	}	
	
DIV#articleTime
	{ 
	width: 200px;			/* must have width */	
	padding: 0;
	margin: 0;
	float: left;	
	}	