body
	{	
	text-align: center; 
	background 
	padding: 0; 
	margin: 0; 
	height:100%;
	min-height:99%;
	height:auto;
	background: transparent url('/images/plotno.png') top left repeat; 
	}

a
	{
	color: #6c6c6c;
	text-decoration: none;
	font-weight: bold;
	}

a:hover
	{
	color: #cb0101;
	text-decoration: none;
	}

.mini
	{
	color: #000;
	font-size: 10px;
	margin: auto;
	text-align:left;
	}

.ministrong
	{
	color: #000;
	font-size: 10px;
	margin: auto;
	text-align:left;
	font-weight: bold;
	}

.overunderline
	{
	color: #000;
	text-decoration: underline overline;
	}

.center
	{
	color: #000;
	font-size: 14px;
	text-align: center;
	}

#container
	{
	width: 800px; 
	text-align:left; 
	margin: 5px auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
/*	padding: 5px; */
	height:99%;
	min-height:99%;
	}
	
#content
	{
	margin: 0px;
	padding: 0px;
	border: 1px #fff solid;
	}
	
#text
	{
	padding: 0px 15px 20px 15px; 
	margin: 0px 0px 40px 10px;
	text-align: left;
	text-align: justify;
	text-indent: 13px;
	font-size: 13px;
	width: 480px;
	background: #fff url('/images/bgd.gif') top left repeat-xy;
	display: inline;
	float: left;
	border-left: 2px #E5E5E5 solid;
	border-right: 2px #E5E5E5 solid;
	border-top: 1px #E5E5E5 solid;
	border-bottom: 1px #E5E5E5 solid;
	overflow: hidden;
	}

# text li
	{
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	} 

#text img
	{
	padding: 2px 2px 2px 2px; 
/*	padding: 2px; */
	border: 0px #616161 solid;
/*	background: #fff; */
/*	margin: 1px; */
	float: center;
	}	
	
#menuleft
	{
	width: 120px;
	float: left;
	display: inline;
	padding: 0 7px;
/*	text-shadow: 1px 1px 0px #000,...; */
	}
	
#menuleft ul
	{
	margin: 0;
	padding: 0;
	list-style:none;
	}

#menuleft li
	{
	border-bottom: 1px #ccc solid;
	margin: 1px;
	padding: 0px;
	padding-bottom: 1px;
	padding-left: 4px;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	display: block;
         }

#menuleft a
	{
	padding: 1px;
	margin: 1px;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	display: block;
	}

html>body #menuleft ul li a
	{
	width: 120px;
	}

#menuleft a:hover
	{
	color: #fff;
	background-color: #999;
	}

#menuright
	{
	width: 100px;
	float: right;
	display: inline;
	padding: 0 7px;
	}	
	