/* TomalDesign.com */

/* CSS Files */
@import url("reset.css");
@import url("forms.css");
@import url("main.css");
@import url("layout.css");

/* Settings START */

#fwMain 		{width:960px;} 		/* Main site width 		*/
#fwColLeft	 	{width:283px;}		/* Lef column width 	*/
#fwColCenter 	{width:500px;}		/* Center column width 	*/
#fwColRight 	{width:200px;}		/* Right column width 	*/

#fwHeader 		{height:185px;}		/* Header height		*/

.fwColor_01		{color:#0000CC;}	/* First color 			*/
.fwColor_02		{color:#CC3300;}	/* Second color 		*/

/* Links Colors */
a				{color:#666666;}
a:hover			{color:#CCCCCC;}

/* Settings END */


/* div, span, td, table { border: 1px solid #f00; } */  /* Debugging */
