
/* MAIN
**************************/

body
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	/*background-color: #666;
	*/
	background-position:top;
	/*background-image: url('../img/pinkbg.png');*/
	/*background-repeat: repeat-x;
	*/
	}


#main
	{
	background-color:#fff;
	
	/*background-image: url('../img/superbg.png');
	background-image:url('../img/pagebg.png');
	/**/	
	background-position:center;
	}
	
	
#tail
	{
	background-color: #333;
	background-image:url('../img/flipdarkbg.png');
	background-position:top;
	}
	
	

/* COLLUMNS
**************************/

.smallcollumn
	{
	/*background-image: url('../img/warmthumbbg.png');*/
	background-position:bottom;
	/**/
	}
	
	
.doublecollumn
	{
	/*background-image: url('../img/superbg.png');*/
	background-position:bottom;
	 
	}
	
	
.triplecollumn
	{
	background-image: url('../img/thumbbg.png');
	background-position:bottom;
	/* */
	}




/* EXTRAS
***********************/

.line
	{
	background-image: url('../img/dot.gif');
	background-position: left;
	background-repeat: repeat-x;
	}
	
	
.flatline
	{
	background-image: url('../img/dot.gif');
	background-position: left;
	background-repeat: repeat-x;
	}
	
	
