html, body
{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 10pt;
	background: url(images/bg_pattern.gif);
}

hr
{
	height: 1px;
	color: #ddd;
}
img
{
	border: 0px;
}
a
{
	color: #000;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #0081b1;
}
a.tlink:hover
{
	background: transparent;
}

a.mini
{
	font-size: 7pt;
	text-decoration: none;
	font-weight: bold;
}
a.mini:visited, a.mini:link, a.mini:active
{
	color: #7e9bd5;
}
a.mini:hover
{
	color: #a85;
	background: transparent;
}
#container
{
	margin: 0 auto;
	margin-top: 5px;
	padding: 0;
	width: 800px;
	text-align: center;
}
#logo
{
	float: left;
	width: 400px;
	height: 150px;
}
#contacts
{
	width: 400px;
	height: 30px;
	line-height: 3em;
	overflow:hidden;
}
#menubar
{
	float: left;
	width: 400px;
	height: 180px;
	text-align: right;
}
#menubar img
{
	padding: 1px;
	border: 1px solid #ddd;
}
#data
{
	float: left;
	width: 800px;
	margin: 0 auto;
	margin-top: 5px;
	border-top: 1px solid #9f9f9f;
}
#sidebar
{
	width: 250px;
	float: left;
}
#mdata
{
	float: left;
	width: 549px;
	text-align: center;
}
#ddata
{
	width: 540px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #ddd;
}
#bottom
{
	float: left;
	width: 800px;
	margin: 0 auto;
	font-size: 8pt;
	line-height: 2em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
ul.wt
{
	list-style-image: url(images/li.gif);
}