body {
	background: url(http://trubi-mufti.ru/themes/site_themes/img/background.jpg);
}
#mainPage {
	position: absolute;
	height: 100%;
    left: 50%;
    width: 1000px;
    margin-left: -560px;
}
#leftPage {
    position: fixed;
	background: url(http://trubi-mufti.ru/themes/site_themes/img/background_left.png) repeat-y;
	background-position: right top;
	height: 100%;
	float: left;
	width: 66px;
}
#centerPage {
	position: absolute;
	background: #FFF;
	margin-left: 66px;
	height: 100%;
	float: left;
	width: 1000px;
}
#rightPage {
	position: fixed;
	margin-left: 1069px;
	background: url(http://trubi-mufti.ru/themes/site_themes/img/background_right.png) repeat-y;
	background-position: left top;
	height: 100%;
	width: 72px;
	float: right;
}
#header {
	background: url(http://trubi-mufti.ru/themes/site_themes/img/header.jpg) no-repeat;
	background-position: center top;
	width: 1000px;
	height: 196px;
	text-align: right;
	padding-right: 11px;
}
#menu {
	background: url(http://trubi-mufti.ru/themes/site_themes/img/menu.png) repeat-x;
	width: 100%;
	height: 37px;
}
#menu ul {
	list-style: none;
}
#menu li {
	float: left;
	padding-top: 14px;
	width: 137px;
	padding-left: 29px;
	color: black;
	font-size: 17px;
}
#menu li a{
	color: black;
	font-size: 17px;
	text-decoration: none;
}
#menu li a:hover{
	text-decoration: underline;
}
#menu li a:visited{
	color: black;
}
#contentPart {
	width: 100%;
}
#tableContent {
	width: 100%;
	height: 580px;
}
#leftMenu {
	width: 160px;
	background: url(http://trubi-mufti.ru/themes/site_themes/img/menu_left_bg.png) repeat-y;
	vertical-align: top;
	padding-top: 20px;
}
#leftMenu ul{
	list-style: none;
}
#leftMenu li{
	background: #BFBFBF url(http://trubi-mufti.ru/themes/site_themes/img/menu_left_li.png) no-repeat;
	background-position: left center;
	padding-left: 30px;
	height: 28px;
	font-family: Book Antiqua;
	font-size: 16px;
}
#leftMenu li a{
	color: black;
	font-size: 16px;
	text-decoration: none;
}
#leftMenu li a:hover{
	text-decoration: underline;
}
#leftMenu li a:visited{
	color: black;
}
#content {
	width: 550px;
	background: #FFF;
	font-family: Times New Roman;
	font-size: 15px;
	padding-left: 20px;
	padding-right: 16px;
	padding-top: 20px;
	vertical-align: top;
}
#content h1{
	font-size: 21px;
}
#content h2{
	font-size: 19px;
}
#content h3{
	font-size: 17px;
}
#content h4{
	font-size: 13px;
}
#content ul{
	list-style: square outside;
}
#content table{
	border: solid 1px black;
}
#content td{
	border: solid 1px black;
}
#rightMenu {
	width: 150px;
	background: #94BEE3;
	vertical-align: top;
	padding-top: 10px;
}
#rightMenu ul{
	list-style: none;
}
#rightMenu li{
	background: url(http://trubi-mufti.ru/themes/site_themes/img/menu_right_li.png) no-repeat;
	background-position: left center;
	padding-left: 10px;
	paddint-top: 5px;
	height: 32px;
	font-family: Book Antiqua;
	font-size: 16px;
}
#footer {
	background: #FFF url(http://trubi-mufti.ru/themes/site_themes/img/footer.jpg) repeat-x;
	background-position: center top;
	width: 973px;
	height: 33px;
	padding-top: 8px;
	padding-left: 30px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}