/**
 * Layout generated with http://layzilla.com
 * Layout generator is free of use.
 * We appreciate if you leave this comment block in commercial use of generator.
 * All comment and ideas can be submitted to us using contacts below.
 *
 *    site: www.jmholding.com
 *   email: info@jmholding.ru
 *  twitter: @jmholding
 */
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color:#fff;
}

a{
	color:#990000;
}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}
p{
	text-align:justify;
}

#mainContent{
	/*border: solid 1px;*/
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%; 
}
#title{
	position:absolute;
	width: 100%;
	height: 120px;
	background-color:#990000;
	color:#fff;
}
#titleImg{
	position:absolute;
	left:800px;
	top:10px;
}
#titleImg img{
	/*border-right:solid 4px #990000;
	border-left:solid 4px #990000;*/
	border-bottom:solid 4px #990000;
}
#titleDiv{
	padding-left: 50px;
	padding-top: 20px;
}
#leftMenu{
	position:absolute;
	float:left;
	width: auto;
	min-height: 100%;
	padding: 170px 0px;
}

#mainContainer{
	position:absolute;
	top:120px;
	left:265px;
	width:1000px;
	height:100%;
	text-align:left;
}
#liks{
	float:left;
	padding: 20px;
}
.divSubTitle{
	float:left;
	text-align:center;
	width:59%;
	border-bottom: solid 4px #990000;
	border-left: solid 4px #990000;
}
#content {
	min-height: 60%;
	overflow: auto;
	float:left;
	width:55%;
	padding: 20px;
	background-color:#fff;
	border-left: solid 4px #990000;
}
/*
.content {
	min-height: 100%;
	position: relative;
	overflow: auto;
	z-index: 0; 
}

.background {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
}

.top_block {
	width: 100%;
	display: block; 
}

.bottom_block {
	position: absolute;
	width: 100%;
	display: block;
	bottom: 0; 
}

.left_block {
	display: block;
	float: left; 
}

.right_block {
	display: block;
	float: right; 
}

.center_block {
	display: block;
	width: auto; 
}

.Title {
	width: 100%;
	height: 100px;
	background-color: #9999ff;
}

.background.leftMenu {
	height: auto !important;
	padding-bottom: 0;
	left: 0;
	width: 70px;
	background-color: #999999;
	margin-top: 70px; 
}

.leftMenu {
	height: auto;
	width: 70px;
	padding-bottom: 0px;
}

.background.mainContainer {
	height: auto !important;
	padding-bottom: 0;
	left: 0;
	right: 0;
	background-color: #999966;
	margin-top: 70px;
	margin-left: 70px; 
}

.mainContainer {
	width: auto;
	height: auto;
	padding-bottom: 0px;
}*/

