/***********************************************/
/* Garden Center Solutions Style Sheet				*/
/* view using GCS.css							*/
/***********************************************/

/***********************************************/
/* Class=	uses the .style                    */
/* for repeating sytles                        */
/*                                             */
/* ID=		uses the #style                    */
/* for unique styles                           */
/***********************************************/ 

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

Div#Wrapper {
	background-color: transparent;
	width: 900px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: solid #888888 4px;
	}
	
Div#myHeader {
	width: auto;
	height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 0px 0px;
	border: solid #DDDDDD 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	text-align: right;
	background-color: #CCCCCC;
	}
	
