body
{
	margin:0;
	padding:0;
	line-height: 1.5em;
}

#container
{
	width: 800px;
	margin: 0 auto;
	border:1px solid black;
}


#header
{
	background-color: #FFFFFF;
	background-image:url(../images/headRight.png);
	background-position:bottom;
	background-repeat:repeat-x;
	height: 232px;
}

* html #header
{
behavior: url(iepngfix.htc);
}

#panel {
	position: relative;
	background:url(../images/panelBack.png);
	width: 166px;
	height: 122px;
	top: -150px;
	left: 500px;
	z-index:3;
}

* html #panel 
{
	behavior:url(iepngfix.htc); 
}



#btn01 {	position:absolute;
	left:22px;
	top:13px;
	width:117px;
	height:29px;
	z-index:auto;
	background-image: url(../images/btnBlue.jpg);
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
}
#btn02 {	position:absolute;
	left:22px;
	top:60px;
	width:117px;
	height:29px;
	z-index:auto;
	background-image: url(../images/btnBlue.jpg);
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
}
#btn01:hover{
	background-image: url(../images/btnHover.jpg);
}
#btn02:hover{
	background-image: url(../images/btnHover.jpg);
}

#btn01 a{
	color: #fff;	text-decoration: none;
}
#btn02 a{
	color: #fff;	text-decoration: none;
}

#title 
{
	position:relative;
	top:-50px;
}

#menu 
{
	position:relative;
	margin: -90px 0 50px 300px;
}

#menu a {
	background-image: url(../images/button.jpg);
	border:1px solid #402020;
	color: #FFF;
	display: block;
	float: left;
	margin: 0 5px 0 5px;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background-image: url(../images/buttonHover.jpg);
	color: #fff;
	padding-bottom: 8px;
	}

#wrapper
{
	position:relative;
	margin: 30px 20px 0 20px;
}

#footer{
	clear: left;
	background-image: url(../images/foot.gif);
	background-repeat: repeat;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
}

#footer a{
	color: #FFF;
}
#footer a.visited{
	color: #FFF;
}

#netvigator a {
	color: #000;
	text-decoration: none;
	font-weight:normal;
}

#netvigator a:hover {
	color: red;
	}
