@charset "utf-8";
@import "thickbox.css";
@import "global.css";
@import "layout.css";
@import "theme.css";

/*******************************************************************************
*  3Col.css : 24.07.2006
* -----------------------------------------------------------------------------
*  Sets the layout style and columns
*******************************************************************************/

#outerColumnContainer
{
	border-right: solid 350px #fff;
}
#rightColumn
{
	float: right;
	width: 350px;
	margin: 0 -350px 0 1px;
	z-index: 2;
}


/******************************************************************************/

@import url("print.css") print;