body {
	color:#999;
	text-align: center;
	font: 101% Arial, Helvetica, sans-serif;
	margin: 20px 0;
	background-color: #A65963;	/* #D68585 */
}
	   
#wrapper {
	text-align: left;
	width: 880px;			/* Ширина Тела сайта 760 */
	margin: 0 auto;
	background: #FFF;
	border: 2px solid #5E2020;
}
#header {
	height: 92px;
	background: #F0D5D5;
	text-align: center;
	color:#000000;
	font-size: 190%;
	border-bottom:1px solid #CC6666;
	}

#left {
	float:left;
	width: 200px;		/* Ширина левой колонки 190 */
	padding: 0px;
	border-right: 1px solid #CC6666;
	border-bottom: 1px solid #CC6666;
/*	border: 1px solid green;*/
	/*overflow:hidden;*/
}

#right {
	float:right;
	width: 654px;	/* Ширина правой колонки 544 */
	color: #333333;
	padding: 0px 10px 0px 0px;
	/*border: 1px solid blue;*/
	/*overflow:hidden;*/
}

#footer {
	clear:both;
	text-align: center;
	border-top: 1px solid #CC6666;
	background-color: #F0D5D5;
	height: 30px;
}
#footer p {
	margin-bottom: 1px;
	vertical-align:bottom;
	font-size: 80%;
	color:#C7455F;
	/*position:static;*/
}

p {
	font-size: 90%; 
	color: #666666;
}

#left ul {
	padding-left: 10px;
}
#left p, li {
	font-size: 95%; 
	color: #666;					/* Color of SYMBOLs in LEFT <LI> */
	line-height: 1.0em;
	padding: 2px;
}

#left a {
	color:#0000FF;
	text-decoration:underline;
}

#left a:visited {color: #6699FF;}

#left a:hover {
	text-decoration:none;
}

#left h1 {
	color: #333333;
	font-size: 110%; 
/*	border-top: 1px solid #AD3838;*/
	border-bottom: 1px solid #AD3838;
	background-color: #F0D5D5;
	text-align:center;
	width:100%;
	display:block;
}

#right p {
	font-size: 100%;
	color: #666;
	line-height:1.2em;
	text-indent: 12px;
}

h1 {
	color: #333333;
	font-size: 110%; 
	border-bottom: 2px solid #AD3838;
}
h2 {
	font-size: 105%;
	color: #CC6666;
	margin: 12px;
}
h3 {
	font-size: 95%; 
	margin: 12px 5px 1px; 
	color: #B83D3D;
}

td {
	background-color:#FFFFFF;
	vertical-align: top;	
}

.mini {
	font-size: 80%;
}

.code {
	font-size: 60%;
	border: 1px dashed #CCCCCC;
	padding: 4px;
	width: 250px;
}

ul {
	margin-left: 10px;
}

li {
	color:#BB3E3E;			/* Color of SYMBOLs in <LI> */
	margin-bottom: 5px;
}

a:link {color:#D68585;}		/* #D68585 #AD3838 */
a:visited {color:#AD3838;}	/* #AD3838 #D68585 */
a:active {color:#AD3838;}	/* #AD3838 #AD3838 */
a:hover {color:#AD3838; text-decoration:none}	/* #AD3838 #BB3E3E */

/* --- Begin Top Blue Navigation Menu ---------- */
#mainnav {
	background:#1E5AE6 url(navmenu_back.gif) repeat-x left top;
	margin: 0px auto;
	float:left;
	text-align: center;
	border-bottom:1px solid #A65963;
	width:100%;
	font-weight: bold;
	position:relative;
}

#mainnav  a {
   margin: 0;
   color: #A65963;
   letter-spacing: 2px;
   padding: 0.2em 8px;
   text-decoration: none;
   float: left;
   font-size: 0.8em;
   border-right: 1px solid #A8BAE6;
}
#mainnav a:hover, #mainnav a:active {
   color: #FFFFFF;
   text-decoration: none;
   background: #95B2F4;
   text-align: left;
}
/* --- End Top Blue Navigation Menu --------- */

