/* CSS Document */
a
{
	/*text-decoration:none;*/
	color:#000000;
}
body
{
	text-align:center;
	background-color:#201100;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#page
{
	margin: 0 auto;
	position:relative;
	text-align:left;
	width:979px;
	background-image:url(/pix/elm/body.gif);
}
#header
{
	background-image:url(/pix/elm/Header.gif);
	height:204px;
	width:979px;
}
#left
{
	background-image:url(/pix/elm/left_back.gif);
	position:relative;
	height:739px;
	width:214px;
	float:left;
	padding-left:25px;
}
#right_nav_menu
{
	position:relative;
	height:739px;
	width:214px;
	float:left;
	top:25px;
	padding-left:20px;
}
#left_top
{
	background-image:url(/pix/elm/top_nav.gif);
	position:relative;
	height:26px;
	width:213px;
	left:-9px;
	background-repeat:no-repeat;
}
#left_bottom
{
	background-image:url(/pix/elm/bottomnav.gif);
	position:relative;
	height:39px;
	width:238px;
	top:-39px;
}
#right
{
	background-image:url(/pix/elm/right_back.gif);
	position:relative;
	height:739px;
	width:235px;
	float:right;
}
#footer
{
	background-image:url(/pix/elm/copyright.gif);
	width:979px;
	height:57px;
	clear:both;
}
#content
{
	position:relative;
	height:719px;
	width:481px;
	float:left;
	overflow:hidden;
	padding:10px;
}
#nav_menu
{
	width:198px;
}
.clear_float
{
	clear:both;
	height:1px;
	width:1px;
	font-size:1px;
}