body
{
	font-family: Arial, Helvetica, "Trebuchet MS", Sans-Serif;
	font-size: 9pt;
	background-color: #000000;
	color: #ffffff;
}

#main 
{
	position: relative;
	margin: auto;
	width: 800px;
    border: 2px solid #3f3f3f;
}

#header
{
	position: relative;
	top: 0px;
	left: 0px;
	border-bottom: none;
	width: 800px;
	height: 100px;
}

#contentorig
{
	position: absolute;
	top: 140px;
	left: 190px;
	height: 800px;
	width: 600px;
	border: 1px solid black;
	margin-right: 24px;
}

#contenttry
{
	position: relative;
	top: -500px;
	left: 190px;
	width: 600px;
}

#content
{
	position: relative;
	top: 20px;
	left: 190px;
	width: 590px;
	border: none;
	margin-bottom: 130px;
	margin-right: 24px;
}

#menu
{
	position: absolute;
	top: 101px;
	left: 0px;
	height: 475px;
	background-color: #92131c;
	width: 150px;
}

#current
{

}

#orig_menubox1
{
	position: relative;
	top: 0px;
	left: 0px;
	border-bottom: 1px solid black;
	width: 125px;
	background-color: white;
	color: red;
	height: auto;
	margin-left: 0px;
	padding-top: 3px;
	text-align: center;
	list-style-type: none;
}
#menu2
{
	position: absolute
}


#copyright
{
	position: absolute;
	bottom: 0px;
	left: 20px;
	border-top: 1px solid black;
	width: 760px;
	height: auto;
	margin-left: 0px;
	padding-bottom: 0px;
	text-align: center;
	list-style-type: none;
}

img.floatRight { 
    float: right; 
    margin: 24px; 
    margin-top: 15px;
    margin-right: 4px;
    border: 3px solid #3f3f3f;
}

p.floatRight
{
    float: right; 
}

p.floatLeft
{
	float: left;
}

#text
{
	float: left;
	top: 0px;
	position: absolute;
}

.menu_white a:link {text-decoration: none; background-color: #000000; color: #ffffff;}
.menu_white a:visited {text-decoration: none; background-color: #000000; color: #ffffff;}
.menu_white a:hover {text-decoration: underline overline; background-color: #000000; color: #ffffff;}
.menu_white a:active {text-decoration: none; background-color: #000000; color: #ffffff;}

a:link {
    color: #92131c;
    font-weight: normal;
    text-decoration: underline;
    background-color: #ffffff;
}

a:visited {
    color: #92131c;
    font-weight: normal;
    text-decoration: underline;
    background-color: #ffffff;
    }

a:hover {
    font-weight: normal;
    color: #92131c;
    text-decoration: underline overline;
    background-color: #ffffff;
}

a:active {
    font-weight: normal;
    color: #92131c;
    text-decoration: underline;
    background-color: #ffffff;
   } 

#splash_main
{
	position: relative;
	margin: auto;
	width: 417px;
	top: 50px;
    border: none;
}

#splash_menu
{
	position: relative;
	margin: auto;
	top: 70px;
	width: 690px;
	text-align: center;
    border: 0px solid white;
}



.center
{
	text-align: center;
}

img
{
	border: none;
}








