﻿/* 
    Copyright(C) 2009, ForIT Solutions. All rights reserved.
*/
/* This stylesheet should be included in the master page of the web site. */

/* one of the following layouts should be imported */
/*@import url("oneFixedColumn.css");*/ /* it will import the master.css and text.css as well as the backgrounds.css */
/*@import url("twoFixedColumns.css");*/ /* master.css, text.css and backgrounds.css */
@import url("twoFixedColumns.css"); /* master.csss, text.css and backgrounds.css */
@import url("custom1.css");
@import url("custom2.css");
/*@import url("topMenu.css");*/ /* not sure whether the include should happen here! */
/* other web site specific customizations should come bellow */