<!-- 
body{ 
background-image: url(img/gradient1.jpg);
background-color: #8393ca; 
background-repeat: repeat-x;
font: 12pt tahoma; 
} 
-->
#container {
 position: absolute; 
 /*left: 50%;*/ 
 width: 80%; 
 margin-left: 10%;
 /*margin-top: 10px;*/ 
 border: 1px solid orange;
}

#content{
 /*float: left;*/
 margin-top: 75px;
 
}


/*body {background-color: Gainsboro}*/
/*table {background-color: #A6BEEC }*/

.indentmenu{
font: bold 13px tahoma;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(img/indentbg.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(img/indentbg2.jpg) center center repeat-x;
}

DIV#panel {
	background: #ccc; /* Цвет фона */
	} 

	#panel P {
	padding: 5px; /* Добавляем поля */
	margin: 0px; /* Убираем отступы у параграфа */
	font: 12pt courier; 
	}

	#panel P#title {
	background: navy; /* Цвет фона */
	color: white; /* Цвет текста */
	font: bold 160% tahoma;
	text-align: left;
	border-bottom-width: 2px; /* Толщина линии внизу */
	border-bottom-style: solid; /* Стиль линии внизу */
	border-bottom-color: white; /* Цвет линии внизу */
	}

