﻿body
{
	width: 100%;
	margin: 0px;
	text-align: center;
	font-family: arial;
	background: #FFF7E7;
	background-image: url('images/page_bg.gif');
	background-position: 0px -50px;

}
#wrapper
{
	position: relative;
	width: 900px;
	margin: auto;
	top: 30px;
	text-align: left;
	overflow: hidden;
}
#header
{
    position: absolute;
    display: inline;
    width: 200px;
    float: left;
	top: 25px;
	left: -100px;
	text-align: left;
	z-index: 1000;
}
#leftnav
{
	float: left;
	width: 100px;
	margin-top: 120px;
	margin-left: 10px;
	visibility: hidden;
	display: none;
}
#content
{
	height: 490px !important;
	background: url('images/th_bg.gif');
	background-position: -100px 0px;
	background-repeat: no-repeat;
	padding: 5px;
	border: 2px solid silver;
	border: solid #73eff7;/*#c6c6ad;*/
}
#ContentWrapper
{
	/*background: url('images/page_image.jpg');*/
	background-position: top right !important;
	background-repeat: no-repeat !important;
	width: 900px;
	overflow: hidden;
}

#contentText
{
	width: 420px;
	font-family: "courier new";
	font-size: 0.7em
}
#content #PageDescription
{
	width: 450px;
	color: #73eff7;/*silver;*/
	Font-size: 2em;
	font-weight: bold;
	font: Tahoma, Arial, Sans-serif;
}
#PageContentText
{
	width: 400px;
	font-family: "courier new";
	font-size: 0.8em;
	margin-bottom: 10px;
}
#footer, #menu
{
	clear: both;
	width: 100%;
}