body
{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;

	color:#FFFFFF;
	background-color:#4C4C4C;
	font-family: arial, helvetica, sans-serif;
	font-size:11pt
}

#framecontentLeft, #framecontentTop{
	position: absolute;
	top: 0;
	left: 0;
	width: 180px; /*Width of left frame div*/
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #C2C2C2;
	color: #FFFFFF;
}

#framecontentTop{
	left: 180px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 0;
	width: auto;
	height: 70px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #850C00;
}

#maincontent{
	position: fixed;
	left: 180px; /*Set left value to WidthOfLeftFrameDiv*/
	top: 70px; /*Set top value to HeightOfTopFrameDiv*/
	right: 0;
	bottom: 0;
	overflow: auto;
	background: #4C4C4C;
}

.headline{
/* text-align:8px; */
}

.navibar{
	text-align:center;
	margin:0 auto;
}

.navitdh{
	height:40px;
}

.contentarea{
	text-align:center;
	margin:0 auto;
}

* html body{ /*IE6 hack*/
	padding: 70px 0 0 180px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
	height: 100%;
	width: 100%;
}

* html #framecontentTop{ /*IE6 hack*/
	width: 100%;
}




h1
{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 18pt;
	color: #FFFFFF;
}

h2
{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 14pt;
	color: #FFFFFF;
}

a:link { text-decoration:none; color:#ABABAB;}
a:visited { text-decoration:none; color:#ABABAB;}
a:link:HOVER { text-decoration:underline;}
a:visited:HOVER { text-decoration:underline;}

.gallheadln
{
	font-family: century gothic, arial, helvetica, sans-serif;
	font-size: 18pt;
	color: #FFFFFF;
}

.seriedesctext
{
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}

.smalltxt
{
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}