body
{
	background-image: url(../img/hdr_bg.gif);
	background-repeat: repeat-x;
	background-color: rgb(197,197,199);
	margin: 0px;
	text-align: center;
}

body,p,td,div
{
	color: rgb(0,0,0);
	font: 100.01%/130% Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#container
{
	margin: 0 auto;
	width: 1000px;
	height: 818px;
}

#hdr
{
	background-image: url(../img/hdr_bg.gif);
	background-repeat: repeat-x;
	background-color: rgb(197,197,199);
	
	height: 100px;
	
	text-align: left;
	vertical-align: middle;
}

#logo 
{
	position:relativ;
	left:0px;
	top:0px;
	width:200px;
	height:100px;
	background-image: url(../img/logo.png);
}

* html #logo
{
	position:relativ;
	left:0px;
	top:0px;
	width:200px;
	height:100px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/logo.png', sizingMethod='scale');
	background:none;
}

#nav
{
	border-bottom: 1px solid rgb(76,83,83);
	background-color: rgb(197,197,199);
	
	width: 200px;
	height: 668px;
	
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

#cnt
{
	border-bottom: 1px solid rgb(76,83,83);
	background-color: rgb(197,197,199);
	
	width: 800px;
	height: 668px;
	
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

#btm
{
	border-top: 1px solid rgb(241,203,0);
	background-color: rgb(197,197,199);
	
	height: 50px;
	
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	
	font-size: 10px;
}

div.menu
{
	border-bottom: 2px solid rgb(241,203,0);
	
	padding-top: 15px;
	
	vertical-align: middle;
	
	color: rgb(241,203,0);
}
div.submenu
{
	padding-top: 5px;
	padding-left: 28px;
}
span.menu
{
	 color: rgb(76,83,83);
}

a.menu:link			{ color: rgb(76,83,83); font-size: 15px; font-weight: bold; text-decoration: none; }
a.menu:hover		{ color: rgb(76,83,83); font-size: 15px; font-weight: bold; text-decoration: none; }
a.menu:active		{ color: rgb(76,83,83); font-size: 15px; font-weight: bold; text-decoration: none; }
a.menu:visited		{ color: rgb(76,83,83); font-size: 15px; font-weight: bold; text-decoration: none; }

a.submenu:link		{ color: rgb(241,203,0); font-size: 12px; font-weight: bold; text-decoration: none; }
a.submenu:hover		{ color: rgb(241,203,0); font-size: 12px; font-weight: bold; text-decoration: underline; }
a.submenu:active	{ color: rgb(241,203,0); font-size: 12px; font-weight: bold; text-decoration: underline; }
a.submenu:visited	{ color: rgb(241,203,0); font-size: 12px; font-weight: bold; text-decoration: none; }