html, body
{
	overflow: hidden;
	border: 0px;
	margin: 0 auto;
	background: url(../img/bgMain.gif);
	background-color: #9D9FA1;
	background-repeat: repeat-x;
	background-position: top left;
	vertical-align: top;
	text-align: center;
	font-family: Arial, Tahoma;
	font-size: 12pt;
	color: Black;
	width: 100%;
	height: 100%;
}
a
{
	text-decoration: none;
	color: gray;
}
a:hover
{
	text-decoration:none;
	color: blue;
}
a.visited
{
	text-decoration: none;
	color: gray;
}
a:link
{
	text-decoration: none;
	color: gray;
}

#topSpace
{	
	width: 100%;
	height: 50px;
	clear: both;
	vertical-align: middle;
}

#wrapper
{
	margin: 0 auto;
	width: 840px;
}

#leftShade
{
	height: 600px;
	width: 20px;
	background-image: url(../img/leftShade.gif);
	background-repeat: no-repeat;
	background-position: top right;
	float:left;
	clear:left;
}

#mainContents
{
	width: 800px;
	height: 100%;
	clear: none;
	float:left;
	background-color: White;
	margin: 0 auto;
}

#rightShade
{
	height: 600px;
	width: 20px;
	background-image: url(../img/rightShade.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float:right;
	clear: right;
}

#bottomSpace
{
	width: 100%;
	position: absolute;
	bottom: 0px;
	clear:both;
	float:none;
	height: 20px;
}

#header
{
	width: 800px;
	height: 150px;
	background: url(../img/header.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#image
{
	width: 800px;
	height: 100px;
	background: url(../img/image.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#menu
{
    width: 800px;
    height: 25px;
    float: left;
    clear: both;
    text-align: right;
    font-size: 10pt;
    color: gray;
    font-family: Arial, Tahoma;
    padding-top: 2px;
}

#contents
{
    width: 800px;
    float: left;
    clear: both;
    text-align: center;
    vertical-align: middle;
}

.title
{
    font-family: Arial, Tahoma;
    color: Gray;
}

