html, body {
   background: #272727;
   color: #FFF;
   text-align: center;
   margin:0;
   padding:0;
   height: 100%;
}

html, body, div, p, ul, li, input {
	font-family: "Gill Sans MT", "Gill sans", "Trebuchet ms", sans-serif;
	font-size: 13px;
}

a img { color: #fff; background-color: #272727;}
@media all {
   a img { color: inherit;
   background-color: #272727;
   border: none;
   }
}

a.texth:link {text-decoration: underline; color: #ff8c00;}
a.texth:visited {text-decoration: underline; color: #d2a900;}
a.texth:active {text-decoration: none; color: #d2a900;}
a.texth:hover {text-decoration: none; color: #ff8c00;}

hr.orange {
height: 0;
width: 720px;
border-width: 1px 0 0 0;
border-style: solid;
border-color: #ff8c00;
}

hr.yellow {
height: 0;
width: 720px;
border-width: 1px 0 0 0;
border-style: solid;
border-color: #d2a900;
}

h1 {
	color: #fff;
}

h2 {
	color: #ff8c00;
}

h3 {
	color: #ff8c00;
}

#main {
	width: 760px;
	height: 100%;
	position: relative;
	min-height: 100%;
	text-align: center; 
	margin: 0 auto;	
}

body>#main {
 	height: auto;
}

#logo {
	margin:0;
  	padding:0;
	position:relative;
	text-align: center;
	width:740px;
	height:105px;
	overflow:hidden;
}

#logo span {
	display:block;
	position:absolute;
	text-align: center;
	top:0;
	left:0;
	z-index:1;
	width:740px;
	height:105px;
	margin:0; 
	padding:0;
	background: url("logo.gif") top center no-repeat;
}

#menu {
	margin:0;
  	padding:0;
	text-align: center;
	width:740px;
	height:14px;
	overflow:hidden;
}

#topdiv {
	margin:0;
  	padding:0;
	text-align: center;
	width:740px;
	height:41px;
	overflow:hidden;
}

#mainbody {
	margin:0;
  	padding-bottom:135px;
	text-align: left;
	width:720px;
	overflow:hidden;
}

#leftmenu {
	margin:0;
  	padding:0;
	width:220px;
	height:100%;
	min-height:100%;
	float:left;
}

#rightdiv {
	margin:0;
	padding:0;
	float:left;
	width:500px;

/*  	padding:0 0 0 15px;
	width:485px;
	background: url("shaddow.gif") top left repeat-y; */
}

/* #shtop {
	width:100%;
	height:10px;
	float:left;
	background: url("shaddow_top.gif") top left repeat-x;
} */

#footer {
	width: 740px;
 	height: 110px;
	position: absolute;
	overflow: hidden;
  	padding:0;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
}

#reklama {
	width: 740px;
 	height: 90px;
  	padding:0;
	margin: 0;
	text-align: center;
}

div.lmenu {
	float: left;
	width: 220px; height: 22px;
	margin: 0;
	background: url('lmenu.gif') 0 -22px no-repeat;
}

div.lmenu a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	color:#FFF;
	background: url('lmenu.gif') top left no-repeat;
}

div.lmenu span {
	display: block;
	margin:0; padding: 0 0 0 25px;
}

div.lmenu a:hover {
	background-image: none;
	color: #ff8c00;
}
div.lmenu a:active {
	text-decoration: none;
	color: #d2a900;
}
