body {
	font-family: Tahoma, Verdana, Arial;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color:  #0E54A9;
	background: #fff;
}
#content {
	width:960px;
	margin:0 auto 20px;
}
#page_bg {
	background: #fff url(/assets/img/fon.png) ;
}

#wrapper {
	margin:0 auto;
        background: transparent url(/assets/img/wrapper.png)   repeat-y  top center ;
}

#header {
	position:relative;
	height:296px;
	width:960px;
	margin:0 auto;
	background: transparent url(/assets/img/headerimg.jpg) no-repeat center center;
}
#pillmenu {
	float:right;
	width: 600px;
	height: 52px;
	margin:20px 0 0 0;
	overflow: hidden;
}

#pillmenu ul {
	float:right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#pillmenu li {
	float: left;
	margin:0 1px 0 0;
}

#pillmenu li a {
	float: left;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	height:52px;
	line-height:29px;
	padding: 0 14px;
	cursor:pointer;
	background: transparent url(/assets/img/t_menu_but.png) repeat-x top left;
}

#pillmenu li a:hover {
	color: #4ff2fe;
	background: transparent url(/assets/img/t_menu_but_hover.png) repeat-x top left;
}

#pillmenu li a#active_menu-nav {
	color: #4ff2fe;
	background: transparent url(/assets/img/t_menu_but_hover.png) repeat-x top left;
}

#logo {
	float:left;
	padding:12px 14px 0;
	height:22px;
	width:320px;
	overflow:hidden;
	background: transparent url(/assets/img/top.jpg) top left no-repeat;	
}

#logo h1 {
	text-align:left;
	font-size:20px;
	text-transform:uppercase;
	margin:0;
	line-height:normal;
}

#logo a {
	color:#fffcfc;
	font-weight:700;
	text-decoration:none;
}
#footer {width: 940px; 
    margin: 0 auto;
    display:table;
    height: 272px;
    text-align: center;
    color: #fbfbfb;
    background: transparent url(/assets/img/footer_bg.png) no-repeat bottom left;
}
#footer p {
	margin:0;
}