/*
    CSS to set page color RED.

    BE AWARE:
	They'd never forgive a bug in a CSS !!

    This CSS can't live alone. Include stiles in the following sequence:
        - main.css              --> define the style framework
        - <index.css>           --> define styles for a specific page
        - <colordefXXX.css>     --> select colors

*/


#logo 			{	background: 	rgb(174, 0, 65);	}

div.boxhl 		{	background-image: url("../images/bar_1_pixel_red.gif");	} 

div.box 		{	border-color: 	rgb(46, 49, 146);	}
div.boxcl 		{	border-color: 	rgb(46, 49, 146);	}
div.boxcp 		{	border-color: 	rgb(46, 49, 146);	}
