html {
	width: 100%;
	height: 100%;
}
body {
	margin:0;
	padding:0;
	border:0;
	width: 100%;
	background-image: url(images/tab_bg.gif);
	background-repeat: repeat-x;
	height: 100%;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}
h2 {
	font-size: 12pt;
}
#tabs {
	margin: 0px auto;
	width: 439px; 
	display: block;
}
#mcont, #proekt {
	float: left;
	display: block;
	width: 100%;
}
 

#main_pic {
	width: 230px;
	float: left;
	padding-bottom: 10px;
}
html>/**/body #main_pic {
padding-top: 15px; 
}

#sitehead, #main_content {
	margin: 0px auto;
	width: 881px;	
}
#sitehead {
	margin-bottom: 15px;
	padding: 0;
}

#leftright {
	float: right;
	width: 651px;
}
#righttext {
	float: right;
	width: 305px;	
padding-left: 20px;
}
#lefttext {
float: left;
width: 305px;	
padding-left: 20px;
}



#amg {
	background-image: url(images/amg.gif);
	width: 109px;
}
#project {
	 background-image: url(images/proekt.gif);
	 width: 110px;
}
#contract {
	background-image: url(images/contract.gif);
	width: 110px;
}
#personal {
	background-image: url(images/personal.gif);
	width: 110px;
}


.active#amg {
	background-image: url(images/amg_act.gif);
	width: 109px;
}
.active#project {
	 background-image: url(images/proekt_act.gif);
	 width: 110px;
}
.active#contract {
	background-image: url(images/contract_act.gif);
	width: 110px;
}
.active#personal {
	background-image: url(images/personal_act.gif);
	width: 110px;
}
/** MENU */

.menu {
	margin: 0px auto;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	text-transform: uppercase;
	background-color: #DEDEDE;
	/*font-weight: bold;	*/
}

.menu li {
	float: left;
	/*border-right: 1px solid #eee;*/
	background-color: #DEDEDE;
	display: inline;
}

.menu a {
	display: block;
	height: 38px;
}

ul {
	margin-left: 5px;
	padding-left: 15px;
}
