/*---- Layout ----*/
div
{
	/* this is for netscape 4's sake */
	margin: 0;
	padding: 0;
}
body
{
	padding: 20px;
	margin: 0;
}

#masthead h1
{
	display: inline;
}

#leftcolumn
{
	margin-right: -200px;	/* IE 4 fix */
}

#leftColumn
{
	float: left;
	width: 200px;
	height: 330px;
	margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}

#innerLeftColumn
{
		height: 430px;
}

#contentColumn
{
	width: auto;
	margin-left: 199px;
}

#masthead, #innerLeftColumn, #innerContentColumn, #innerFooter
{
	padding: 10px;
}

#footer
{
	clear: left;
}

#leftFooter
{
	text-align: left;
	float: left;
}

#rightFooter
{
	text-align: right;
	float: right;
}

#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
}

#contentColumn, #innerContentColumn
{
	height: auto;	/* fix Opera 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 */
}

/*---- Borders ----*/
#pageFrame
{
	border: solid 1px #000;
}
#footer, #masthead, #innerLeftColumn, #contentColumn
{
	border: solid 0px #000;
	/*border: 0;*/
}
#footer
{
	border-top-width: 1px;
}
#masthead
{
	border-bottom-width: 1px;
}
#innerLeftColumn
{
	border-right-width: 1px;
}
#contentColumn
{
	border-left-width: 1px;
}

/*---- Visual Elements ----*/
body
{
	background-color: #FFFFFF;
	color: #000;
	padding: 20px;
	margin: 0;
}
#pageFrame
{
	background-color: #fff;
	color: #000;
}