body, h1, h2, h3, h4, h5, h6, a, p, ul, ol, li, em, strong, pre, code, form {
padding: 0;
margin: 0;  
}     

h1 {
	color:#a9407b;
	font-style:bold;
	font-size:18px;
}

html  {
	height: 100%;
}    

body {      
	color: #000;
	font-family: 'Istok Web', sans-serif;
	line-height: 20px;
	height: 100%;
	overflow-x: hidden;  
}   

.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}

tr {
	border-bottom:1px solid #000;
}

td {
	vertical-align: top;
}

.td_head {
	color: #bbb;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

#menu_wrap {
	display: inline-block;
	position: fixed;
	top: 0px;
	z-index: 500;
	width: 300px;
}

#menu {
	padding: 0 10px 25px 0px;
}

.menu_item {
	width: 290px;
	border:1px solid #f0f0f0;
}

.menu_item a {
	cursor:pointer;
}

#logo {
	padding:30px;
}

#logo:hover{
	cursor:pointer;
}

#logo h1 a {
	display: block;
	width: 220px;
	height: 180px;
	background: #000;
	text-indent: -9999px;
}

#navbar {
	list-style: none;
	margin: 30px 0 -5px 0px;
	position: relative;
	z-index: 10000;
}


#navbar li {
	position: relative;
	z-index: 10000;
	margin: 10px 10px 10px 0px;
	padding: 10px 10px 10px 0px;
	background:#fff;
	text-align:right;
	
}

#navbar a li {

	line-height: 40px;
	font: bold 18px 'Istok Web', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 20;
	outline: none;
	cursor:pointer
}

#navbar li span {
font: 18px 'Istok Web', sans-serif;
z-index: 10;
text-transform: none;
}

#main_wrap {
position:fixed;
top:130px;

padding: 0 0 0 340px;
height:650px;
width:100%;
filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
background: #fff;

}

.content {
position: relative;
width: 75%;
height:620px;
overflow:auto;
padding: 20px 20px;
font: normal 18px 'Istok Web', sans-serif;
line-height: 20px;
display: inline-block;
z-index: 2;
top: 140px;
left: 350px;
}

#content {
float: left;
margin: -28px 0 30px 0;
position: relative;
z-index: 20;
}

.content_full_width {
width: 680px;
}