@import url(slimbox/css/slimbox.css);

html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	background: rgb(255,255,255) url(images/bg.png) repeat-x;
	color: rgb(0,0,0);
	height:100%;
	line-height: 1.6em;
	
}
*{
	margin:0;
	padding: 0;
	border:0;
}
#container {
	position: relative;
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/*margin: 0px auto -110px;*/
  margin-bottom: -50px; 
}

#push {
	height: 50px; 
}

#header {
  height:189px;
  position:relative;
}

#logo{
  width:190px;
  height:189px;
  position:absolute;
}

#menu {
  height:189px;
  width:710px;
  margin-left: 190px;
  background: rgb(255,255,255) url(images/menu_bg.png) repeat-x;
  position:absolute;
}

#wrap{
  position:relative;
  	width: 100%;
}

#left-content{
  position:absolute;
  width:190px;
  left:0;
  top:0;
}
#right-content{
  padding-bottom: 10px;
  padding-right: 10px;
  width:700px;
  margin-left: 190px;
}

#footer {
	padding-top: 5px;
  width:710px;
	margin-left:190px;
	height: 50px;
	background: url(images/footer_bg.png) repeat-x top;
	position: relative;
	color:#9d9d9d;
	font-size: 0.75em;;
}
#nav {
	position: absolute;
  top: 110px;
  right:0;
  width: auto;
  margin:0;
}

#nav li {
	margin-top: 0px;
	list-style-type: none;
	display: inline;
/*	height: 26px;
	line-height: 26px;*/
	border: 0px solid #000000;
	float: left;
	margin-left: 50px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.95em;
	
}

#nav li a {
	background: url(img/menu_hover.png);
  color: #515151;
	text-decoration: none;
	display: block;
}

#nav li a:hover {
	background: url(img/menu.png);
	color: #aeae00;
	text-decoration: none;
}
#nav li a.active {
	color: #aeae00;
	
}

h1{
  font-size: 1.3em;
  color:#515151;
}
h2{
  margin-top:10px;
  font-size: 1.2em;
  color:#515151;
}
p{
  margin-top:10px;
}
#right-content ul{
  margin-left:30px;
}
table{
  width:100%;
  margin-top:10px;
}
table th, table td{
  text-align: left;
  height: 3em;
}

ul {
  margin-top:10px;
}
#top-baner{
  position: absolute;
  top: 45px;
  left:95px;
  width: auto;
  margin:0;
}

#top-baner h2{
  color:red;
}

