@import url(presentation.css);
@import url(classes.css);

body
{
}

#main
{
	width: 756px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#leftpane
{
	float: left;
	width: 158px;
	height: 568px;
	border: 0;
}

#leftheader a
{
	display: block;
	height: 143px;
	margin: 0;
	padding: 0;
	width: 158px;
}

#rightpane
{
	float: left;
	border: 0;
	width: 595px;
}

#rightheader
{
	height: 71px;
	border: 0;
	padding: 0;
}

#flashbanner
{
	float: right;
	width: 400px;
	height: 70px;
}

#content-top
{
	background-repeat: no-repeat;
	height: 47px;
	width: 100%;
	position: relative;
}

#content-top h2 
{
	position: absolute;
	left: 220px;
	margin: 0;
	bottom: 0;
	line-height: 32px;
}

#leftmenu 
{
	height: 420px;
}

*:first-child + html #leftmenu
{
	height: 425px !important;
}

#content
{
	height: 400px;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding-left: 20px;
}

#content #content-main
{
	overflow: auto;
	height: 100%;
	float: left;
	padding-right: 5px;
	width: 417px;
}

#content #content-banner 
{
	float: left;
}

#content-bottom
{
	height: 50px;
}

#footer
{
	clear: both;
	width: 100%;
}