﻿@import url("css/menu.css");
body
{
	padding: 0px;
	margin: 0px;
	background-image: url( 'Images/bg.png' );
	background-repeat: repeat;
	height: 100%;
	
}
.TopDip
{
	width: 960px;
	z-index: auto;
	height: 300px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	background-image: url('Images/logoIm.jpg');
}
.TopDipLeng
{
	width: 100%;
	height: 40px;
	background: url('Images/TopLine.png' ) repeat-x;
	vertical-align: middle;
	text-align: right;
}
.CentrDipLeng
{
	width: 150px;
	height: 247px;
	position: fixed;
	z-index: inherit;
	top: 17px;
	left: 326px;
	background-color: #663300;
}
.DivTopp
{
	width: 960px;
	height: 30px;
}
.MenuDiv
{
	width: 960px;
	height: auto;
	text-align: left;
}

.SubMenu
{
	width: 150px;
	height: auto;
}
.LeftPane
{
	width: 200px;
	height: auto;
}
.CenterPane
{
	width: 560px;
	height: auto;
}
.RiehtPane
{
	width: 200px;
	height: auto;
}
.DownDiv
{
	width: 960px;
	height: 20px;
	background: url('Images/DownSeparator.gif' ) repeat-x;
}
.FotterDiv
{
	width: 960px;
	height: 20px;
	text-align: center;
}



.ContentPane
{
	width: 560px;
	height: auto;
}

.RightPane
{
	width: 200px;
	height: auto;
   	background-image: url( 'Images/bg.png' );
	background-repeat: repeat;

}

div, td, th
{
	font-family: 'Times New Roman';
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	color: #000000;
}