/*---- Layout ----*/
div
{
	padding: 0;
	margin: 0;
}
body
{
	padding: 20px;
	margin: 0;
}
#oldbrowser
{
	text-align: center;
}

#top, #bodyWrapper, #footer
{
	width:700px;
	margin-left:auto;
	margin-right:auto;
}


#leftcolumn
{
	margin-right: -200px;	/* IE 4 fix */
}
#leftColumn
{
	float: left;
	width: 200px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}

#contentColumn
{
	width: auto;
	margin-left: 199px;
}
#innerLeftColumn, #innerRightColumn, #innerFooter
{
	padding: 0px;
}

#innerContentColumn{
	padding: 0px 30px 30px 30px;
}

#footer
{
	clear: both;
}
#innerFooter
{
	text-align: left;
}
#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
/*	margin-right: 200px;*/
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#footer
{
	z-index: 10;
}


/*     INTRO      */

#introLeftcolumn
{
	margin-right: -335px;	/* IE 4 fix */
}
#introLeftColumn
{
	float: left;
	width: 335px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}

#introContentColumn
{
	width: auto;
	margin-left: 335px;
}

#introInnerLeftColumn
{
	padding: 0px;
}
