/* widths */
/* As Netscape / Mozilla cannot handle combinations of style and class tags,
 * all widths are maintained as individual styles which are concatenated into an
 * element's class
 */

body
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.width100
{
	width: 100px;
}

.width150
{
	width: 150px;
}

.width200
{
	width: 200px;
}

.width230
{
	width: 230px;
}

.width250
{
	width:250px;
}

.width300
{
	width: 300px;
}

.mainPageLayout
{

}