BODY{
		background-color: black;
		color: white;
		text-align: center;
		font-family: "Trebuchet MS";
		margin: 0; padding: 0;
	}
	BODY A, BODY A:active{
		outline: none;
	}
	#content{
		width: 912px;
		text-align: left;
		margin: auto;
		border: 0px solid pink; 
	}
	DIV{
		border: 0;
	}
	
	OBJECT{
		outline: none;
	}
	
	#nav{
		width: 218px;
		height: 480px; 
		background-image: url('/imgs/bg_red.png');
		padding: 0px;
		float: left;
/*		position: relative; */
	}
	#nav OL, #nav UL{
		list-style-position: inside;
		margin: 55px 25px 25px 25px;
		padding: 0px;
		overflow: auto;
		
	}
	#nav LI{
		border-bottom: 1px solid #D55A52;
		font-size: 85%;
		padding: 5px 5px 5px 0px;
	}
	#nav LI.hover{
		background-color: #C83C3B;
	}
	#nav LI:hover{
		background-color: #C83C3B;
		color: #CCCCCC;
	}
	#nav LI A{
		color: white;
		text-decoration: none;
		
	}

	#mainbox{
		background: url('/imgs/bg_white_full.png') 0 40px no-repeat;
		min-height:450px;
		width:912px;
/*		background-image: url('/imgs/bg_white.png');
		
		background-position: 0px 40px;
		background-repeat: no-repeat;*/
/*		overflow: hidden; */
	}
	#mainbox #innerbox{
/*		background: url('/imgs/bg_white_right.png') 207px 40px no-repeat;*/
/*		background-image: url('/imgs/bg_white_right.png');
		background-position: right 40px;
		background-repeat: no-repeat;
		border: 0px solid pink; */
/*		overflow: hidden; */
	}
	#mainbox #innerbox .hotDesigns{
		float: right;
	}
	
	.roundleft{
		background-image: url('/imgs/bg_white.png');
		background-position: left bottom;
		background-repeat: no-repeat;
		height: 15px;
		background-color: black;
		width: 694px;
		display: none;
	}
	.roundright{
		background-image: url('/imgs/bg_white_right.png');
		background-position: right bottom;
		background-repeat: no-repeat;
		float: right;
		width: 15px;
		height: 15px;
		background-color: black;
		display: none;
	}
	#textwrap, #text, #mainbox, #innerbox{

	}
	#textwrap{
		margin-top: 20px;
/*		width: 912px; */
	float:right;
	}

	#lang {
		clear:both;
		float: right;
		margin-top: 10px;
		/* display: none; */
	}
	#lang A{
		color: white;
		font-size: 80%;
	}
	#content #text{
		/* margin-top: 20px; */
		height: 505px;
		color: black;
		background-color: white;
		padding: 0px;
	}
	
	#content #textbox{
		height: 374px;
		overflow: visible;
	}
	
	#xfs, #nv, #nv A{
		font-size: 1px;
		color: black;
	}
	#nv IMG{
		visibility: hidden;
	}
	#zak_linka 
		{
/*		position: absolute; 
		bottom: 25px; */
		font-size: 80%;
		text-align: center;
		border: 0px solid green;
/*		width: 90%; */
		}
input.openid_login {
   background: url(http://openid.net/login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
   width: 18em;
}

#page{
	margin: auto;
	text-align: left;
	width: 640px;
}
#header, #footer{
	padding: 10px;
	clear: both;
}

#header{
	padding-top: 0px;
	color: #C6C6C6;
	font-size: 8pt;
	font-style : italic;
}
#header A{
	color: gray;
}
#header A:hover IMG{
	opacity: 0.6;
	filter:alpha(opacity=60);
}
#header h1{
	font-size: 1.8em;
	margin: 0;
	font-weight: bold;
}
#footer{
	border-top: 1px solid #D8D8D8;
}
#footer .copyright{
	color: gray;
	font-size: 8pt;
	font-weight: normal;
}
#content{
	/*overflow: auto;  */
}
#sidebar{
	float: left;
	width: 195px;
	margin-right: 0px;
	color: gray;
	font-size: 9pt;
}

#sidebar UL{

}
#sidebar UL, #sidebar LI, #wikicmds UL, #wikicmds LI{
	margin: 0px;
	padding: 0px;
	list-style-type : none;
}
#wikicmds{
	visibility: hidden;
}
#wikicmds:hover{
	visibility: visible;
}

#wikiedit TEXTAREA{
	width: 99%;
	font-size: 9pt;
}

#sidebar UL LI{
	height: 35px;
	padding: 0;
	margin: 0;
	font-size: 1px;
	background-image: url(menu_bg.png);
	background-position: right top;
	background-repeat: no-repeat;

}
#sidebar UL{
	padding-bottom: 2em;
}
#sidebar UL LI A{
	display: block;
	color: #565656;
	border: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 5px;
}
#sidebar UL LI A IMG{
	opacity: 0.6;
	filter:alpha(opacity=60);
}
#sidebar UL LI A:hover IMG{
	opacity: 1.0;
	filter:alpha(opacity=100);
}

#sidebar UL LI A.createlink{
	display: none;
}
#wikitext{
	float:right;
	width:670px;
	top:0;
/*	position:relative;*/
	
    margin: 0;
/*	overflow:auto; */
     color: #575757;
/*      min-height: 400px; */
     border: 0;
     font-family : "Trebuchet MS", Arial;
     background-color: white;
     padding: 10px;
     
     font-size:13px;
     letter-spacing:0.02em;
     line-height:140%;
}
#wikitext hr{
	clear: both;
	height:1px;
	border: 0px;
	border-bottom: 1px dotted #0D2F1C;
	padding-top: 1em;
}



#wikitext h1, #wikitext h2, #wikitext h3, #wikitext h4{
	color: #FF5400;
	font-weight: normal;

}
#wikitext h1{font-size: 16pt;}
#wikitext h2{font-size: 15pt;}
#wikitext h3{font-size: 12pt;}
#wikitext h4{font-size: 11pt;}
#wikitext h5{font-size: 10pt;}


#wikitext h2, #wikitext h3{
	margin-bottom: 0.2em;
}
#wikitext A{
	color: #d43a25;
	font-weight: bold;
}
#wikitext A:hover{
	text-decoration: none;
}
#wikitext P{

}



#wikitext DIV.titulninav UL{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 1em;
}
#wikitext DIV.titulninav h3{
	color: black;
	font-size: 13pt;
}
#wikitext DIV.titulninav LI{
	background-image: url(bullet_orange.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 10px;
	margin: 0px;
	margin-top: 4px;
}
#wikitext DIV.titulninav LI A{
	font-size: 13px;
	color: #FF5400;
	display: block;
}

TABLE.wikiformathelp{
	border: 1px solid gray;
	color: black;
	margin-top: 5px;
}

HR{
	clear: both;
}

#wikicmds{
	margin-top: 4em;
}
#wikicmds LI{
	float: left;
	display: block;
	margin-left: 0px;
	margin: 3px;
}
#wikicmds LI A{
	color: gray;
	font-size: 8pt;
	font-weight: normal;
}
HR{
	clear: both;
	padding-top: 1em;
	border: 0px;
	border-bottom: 2px dotted silver;
}


#page, #header, #content, #sidebar, #wikitext{
	/* border: 1px solid red; */
}

TABLE{
	color: black;
	font-size: 90%;
}