body
{
	background-image: url(/images/bg.gif);
}

.EditorBar
{
	position:absolute;
	right:0px;
}
.EditorContainer
{
	position:relative;
	float:right;
	width:25px;
}
.Container
{
	width:980px;
	height:735px;
	position:static;
}
.Menu
{
	position:absolute;
	z-index:10;
	width:980px;
}
.FlashBackground
{
	position:relative;
	left:0px;
	top:0px;
	z-index:1;
	width:980px;
	height:735px;
}
.Content-Main
{
	position:absolute;
	width:980px;
	height:735px;
	z-index:2;
}
.Content
{
	position:absolute;
	overflow:auto;
	top:40px;
	height:670px;
	width:980px;
	left:0px;
	z-index:9;
}
.Content-Scroller
{
	left:80px;
	height:670px;
	width:680px;
	position:relative;
	font-family:tahoma;
	font-size:11px;
	color:white;
}
.Logo
{
	position:absolute;
	bottom:10px;
	right:30px;
	width:151px;
	height:95px;
	z-index:4;
	background-image:url(/images/logo.png);
}
.Stripes
{
	position:absolute;
	bottom:0px;
	right:0px;
	width:468px;
	height:640px;
	z-index:3;
	background-image:url(/images/stripes.png);
}
h1
{
	font-weight:normal;
	font-size:28px;
}
h2
{
	font-weight:normal;
	font-size:20px;
}
.Content-Holder td, .Content-Holder, .Content-Holder h4
{
	font-family:tahoma;
	font-size:11px;
	color:white;
}