/*---- Layout ----*/
div
{
	padding: 0;
	margin: 0;
}
#pageFrame
{
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
	top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	clear:both;
	position: relative;
}
.chrome #pageFrame {
	top: 0px;
}

#masthead
{
	text-align: center;
}
#mastheadleft
{
	padding-top:10px;
	float: left;
	width: 320px;
}
#mastheadright
{
	float: right;
	width: 320px;
	padding-top:10px;
}
#leftColumn
{
	float: left;
	width: 280px;
}
#rightColumn
{
	float: right;
	width: 270px;
}
#contentColumn
{
	width: auto;
	margin-left: 280px;
}
#masthead, #innerLeftColumn, #innerContentColumn, #innerRightColumn, #innerFooter
{
	padding: 10px;
}
#prefooter
{
	clear: both;
}
#innerFooter
{
	text-align: center;
}
#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
	margin-right: 240px;
}
#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 */
}
#masthead, #footer
{
	z-index: 10;
}
#footerleft
{
	text-align: left;
}
/*---- Borders ----*/
#pageFrame
{
	border: solid 1px #eef;
	border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;

}
#footer, #masthead, #innerLeftColumn, #contentColumn, #innerContentColumn
{
	border: solid 0px #fff;
}
#footer
{
	border-top-width: 1px;
}
#masthead
{
	border-bottom-width: 1px;
}
#innerLeftColumn, #innerContentColumn
{
	border-right-width: 1px;
}
#contentColumn
{
	border-left-width: 1px;
}

/*---- Visual Elements ----*/
body
{
	background-color: #ffe;
	color: #000;
}
#pageFrame
{
	background-color: #fff;
	color: #000;
	min-width: 690px;
}
.narrowPageFrame 
{
width:714px;
}	
