BODY {
	background-color : Rgb(100,115,70);
	margin: 0px;
}

HTML>BODY {
	width: 100%;
}

label {
	color : #E6E664;
}

.MainBG {
	background-color : Rgb(100,115,70);
}

.TopBG {
	background-color: rgb(230,230,100);
}

.LightBG {
	background-color: rgb(255,250,200);
}

#TopPane {
	height : 145px;
	/*width: 100%;*/
}

#dnn_Logo {
	position: absolute;
	top: 25px;
	left: 0px;
}

#dnn_LogoWave {
	position: absolute;
	left: -10px;
	top: 24px;
}

#dnn_Explanations {
	position: absolute;
  	left: 287px;
	top: 50px;
}

#dnn_artifact {
	position: absolute;
	top: 9px;
	right : 140px;
	border : none;
	margin-left: 1000px;
}

#dnn_artiname {
	position: absolute;
	right: 75px;
	top: 69px;
	border : none;
}

#dnn_artinfo {
	position: absolute;
  	left: 35px;
	top: 686px;
}

#TopBanner {
	position: absolute;
	left: 428px;
	top: 204px;
}

#dnn_Amoeba {
	position: absolute;
	left: 206px;
	top: 200px;
	border : none;
	z-index: 10;
}

#LoginUser {
	position: absolute;
	top: 123px;
	width: 100%;
	text-align : right;
	right: 10px;
	/*;
	*/
}

#dnn_ControlPanel {
	padding-top: 0px;
	position: static;
	/*bottom: 10px;*/
	clear:both;
}

#OverDiv {
	position: relative;
	width: 1000px;
}

#dnn_AdPane {
	float : left;
	/*position: static;*/
	margin-top: 67px;
	margin-left: 18px;
	_width:  100px;
	min-width: 100px;
	min-height: 500px;
	max-width: 140px;
	display: inline;
}

#dnn_AdPane img {
	margin-bottom: 10px;
}

#dnn_DirPane {
	float : left;
	/*clear: left;*/
	width:  180px;
	/*background-color: #8CA05A;
	position: static;*/
	display: inline;
	overflow: hidden;
	position: absolute;
	left: 208px;
	/*position: relative;
	/*left: 48px;
	top: 327px;
	left: -420px;*/
}

#dnn_BannerPane {
	margin-top: 67px;
	/*position: relative;
	left: 205px;*/
	position: static;
	margin-left: 409px;
	height: 113px;
	width:  468px;
}


#dnn_ContentPane {
	/*background-color: #9DACBD;*/
	float : left;
	position: relative;
	top:0px;
	/*top: 184px;*/
	display: inline;
}

.ContentNarrow {
	width: 468px;
	left: 254px;
}

.ContentWide {
	width: 679px;
	left: 52px;
}

/*=======Search============*/
#Search {
	margin-bottom: 30px;
}

#dnn_dnnSEARCH_txtSearch {
	background-color: #FFFAC8;
	width: 135px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #647346;
	border:none;
	margin-bottom : 7px;
	display: inline; /* чтобы пробел не переносился на следующую строчку */
}

#dnn_dnnSEARCH_cmdSearch {
	background-color: #E6E664;
	color: #647346;
	padding: 2px;
	/*display: block;*/
	float: left;
	margin-bottom : 15px;
}

.SearchNumber, .SearchRelevance,  .SearchDate{
	width: 0px;
	display: none;
}

.ListTitle, .ModuleContent A.ListTitle:link, .ModuleContent A.ListTitle:visited, .ModuleContent A.LinkTitle:link,  .ModuleContent A.LinkTitle:visited, .LinkTitle, .ModuleContent A.LinkTitle {
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;
	color : #E6E664;
	/**/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	display:block;
	margin-top: 5px;
}

.ModuleContent A.ListTitle:hover, .ModuleContent A.ListTitle:active {
	color: #D26446;
}

.ListItem {
	padding-bottom: 10px;
	display : block;
}

.ListDescription {
	margin-top: 2px;
	display : block;
}

.ListURL, .ListURL:link, .ListURL:visited {
	color : #8CA05A;
}

A.SkinObject:link {
	text-decoration: none;
	color: #647346;
}

A.SkinObject:visited  {
	text-decoration: none;
	color: #647346;
}

A.SkinObject:active   {
	text-decoration: none;
	color: #D26446;
}

A.SkinObject:hover    {
	text-decoration: none;
	color: #D26446;
}

.SubHead, .SubHead label {
	color: rgb(230,230,100);
}

TD.SubHead {
	color: #647346;
	text-align: left;
}

.ControlPanel .SubHead {
	color: #647346;
}

#MenuPlaceHolder {
	position: absolute;
	left: 0px;
	top: 145px;
	padding-left : 194px;
}

#LeftSideBG {
	width:15px;
	position: absolute;
	left: 194px;
	height:26px;
	background-color: #647346;
	z-index: 0;
}
#dnn_dnnMENU_ctldnnMENU  {
	background-color: #FFFAC8;

}

.MainMenu_MenuContainer {
	background-color: #FFFAC8;
}

.MainMenu_MenuContainer table {
	table-layout: fixed;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:26px;
	background-color: Transparent;
		border: thin black solid;
}

.MainMenu_MenuItem, .MainMenu_MenuItemSel {
	color: Rgb(100,115,70);
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	height: 26px;
	/*width:80px;*/
	font-family: Tahoma, Arial, Helvetica;
	text-transform : lowercase;
	letter-spacing : 1px;
}

.MainMenu_MenuContainer TD {
	border : 0px solid black;
	padding-left: 10px;
	padding-right: 11px;
}
.MainMenu_MenuItem TD, .MainMenu_MenuItemSel TD {
	border : 0px solid blue;
	padding-left: 0px;
	padding-right: 0px;
	width:93px;
	text-align: center;
}

.MainMenu_MenuItem  {
	cursor: pointer;
	cursor: hand;
	background-color: transparent;
}
.MainMenu_MenuItemSel {
	background-color: rgb(230,230,100);
	cursor: pointer;
	cursor: hand;
}

.MainMenu_MenuItem img, .MainMenu_MenuItemSel img {
	display: none;
}

.MainMenu_MenuIcon {
	/*background-color: #cad5ea;
	border-left: #cad5ea 1px solid;
	border-bottom: #cad5ea 1px solid;
	border-top: #cad5ea 1px solid;
	*/
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 21px;
	display:none;
}

.MainMenu_SubMenu {
	background-color: rgb(255,250,200);  
	width:93px;
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_SubMenu .MainMenu_MenuItem, .MainMenu_SubMenu .MainMenu_MenuItemSel {
	width:  auto;
	padding-left: 0px;
	padding-right: 0px;
	width:93px;
	text-align: center;
}

.MainMenu_MenuBreak {
	height: 0px;
}

.MainMenu_MenuArrow {
	/*border-right: #cad5ea 1px solid;
	border-bottom: #cad5ea 1px solid;
	border-top: #cad5ea 0px solid;
	
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;*/
	display:none;
	/**/
}

/*#dnn_dnnMENU_ctldnnMENU_divOuterTables {
	background-color : Olive;
	position: absolute;
	top:30px;
	left:30px;
	padding: 30px;
	z-index: 10;
}*/
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

#MenuSpirals {
	position: absolute;
	top: 156px;
	left: 227px;
border: thin none Black;
display: none;
}

.MenuSpiral {
	position: relative;
	/*top: 156px;*/
	margin-right: 93px;
	top: -15px;
	border: solid black 0px;
	z-index: 100;
}

#Counter {
	position: absolute;
}

A.CommandButton:link, A.CommandButton:visited {
	color: #E6E664;
}

.Normal {
	font-size: 12px;
	line-height : 15px;
	letter-spacing : 1px;
}

h2 {
	color : #E6E664;
}

.CommentsHeader {
	display: block;
	font-size: 10pt;
	font-weight: bold;
	text-transform : uppercase;
	margin-bottom : 10px;
}

.CommentsDiv {
	border : 2px solid #D26446;
	margin-top :15px;
	padding-left : 3px;
	padding-right : 3px;
}

.News li {
	margin-bottom: 15px;
}

.spam {
	display: none;
}

