/* CSS Document */
body
{
	background: url(/gfx/bg-body.gif) repeat-x #FFF top;
	margin: 0px;
	text-align: center;
	color: #808080;
}
div#container
{
	width: 870px;
	text-align: left;
	margin: 0px auto;
}
div#header
{
	height: 50px;
	width: 870px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
div#page
{
	width: 870px;
	/*height: 200px;*/
	background: #FFF;
}

div#top
{
	width: 869px;
	height: 127px;
	text-align: center;
	background: url(/gfx/top.gif) no-repeat center #FFF;
	margin-bottom: 5px;
}

#top span {
	margin-top: 18px;
	padding: 0;
	display: block;
}


div#main
{
	width: 870px;
	float: left;
}

div#master
{
	float: left;
	width: 870px;
	margin-left: 8px;
}
div#slave
{
	width: 850px;	
}
* html * div#master
{
	margin-left: 4px;
}

* html * div#menu
{
	margin-right: 4px;
}
div#footer
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	height: 60px;
	background: url(/gfx/bg-footer.gif) repeat-x;
	clear: both;
}

#footer span {
	display: block;
	margin-bottom: 5px;
}

div.copyright
{
	width: 870px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	text-align: left;
}

#footer span.others {
	clear: both;
	text-align: left;
	width: 870px;
	margin: 0px auto;
}

div.head
{
	width: 200px;
	height: 27px;
	background: url(/gfx/header.gif) no-repeat #FFF;
	margin: 0px auto;
}
div.headMain
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 425px;
	height: 27px;
	background: url(/gfx/header-main.gif) no-repeat left #FFF;
	position: relative;
}
p.headName
{
	margin: 0px;
	padding: 7px 0px 0px 8px;
	font-size: 10px;
}
div.line
{
	background: url(/gfx/line.gif) repeat-x center;
	height: 10px;
	width: 100%;
}
div.txt
{
	padding: 3px;
}


/* panel w topie */
div#logo
{
	width: 215px;
	height: 45px;
	padding-top: 5px;
}
div#logo img
{
	padding: 0px;
	border: none;
}

#nav
{
	font-size: 0.9em;
	margin: -38px 0px 0px 295px;
	
}
#nav ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav li
{
	display: inline;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}
#nav a
{
	float: left;
	background: url(/gfx/tab.gif) no-repeat left top;
	margin: 0 0 0 10px;
	padding: 0px 2px 0px 1px;
	text-decoration: none;
	color: #fff;
}
#nav a span
{
	float: left;
	display: block;
	background: url(/gfx/tab.gif) no-repeat right top #ffc333;
	padding: 6px;
}

/* hide from Mac IE5 \*/
#nav a span { float: none; }
/* end hack */

#nav a:hover
{
	background: url(/gfx/tab-hover.gif) no-repeat left top;;
}

#nav a:hover span
{
	color: #000;
	background: url(/gfx/tab-hover.gif) no-repeat right top #fff;
}


/* links */
div.headMain a
{
	color: #f5ac0f;
	text-decoration: underline;
}
div.headMain a:hover
{
	color: #f5ac0f;
	text-decoration: none;
}
a
{
	color: #f5ac0f;
	text-decoration: none;
}
a:hover
{
	color: #f5ac0f;
	text-decoration: underline;
}