body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	min-width: 998px;
	background-color:#615a55;
	color: #2d2d2d;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	background: url('http://kuras.ru/templates/kuras/images/1.gif') no-repeat;
	background-attachment: fixed;
}

			#mainbackground
			{
				width: 100%;
				height: 100%;
				background-color:#7a726f;
				background: url('http://kuras.ru/templates/kuras/images/bgg1.gif') repeat;
				z-index: 1;
				position: fixed;
				top: 0;
				left: 0;
				//position: absolute;
				top: expression(
					document.getElementsByTagName( 'body' )[0].scrollTop + "px"
				);
			}
			
			#mainbackground1
			{
				width: 100%;
				height: 100%;
				z-index: 2;
				position: fixed;
				top: 0;
				left: 0;
				//position: absolute;
				top: expression(
					document.getElementsByTagName( 'body' )[0].scrollTop + "px"
				);
			}
			#mainbackground2
			{
				width: 100%;
				height: 102px;
				z-index: 3;
				position: fixed;
				top: 0px;
				right: 0px;
				//position: absolute;
				top: expression(
					document.getElementsByTagName( 'body' )[0].scrollTop + "px"
				);
			}

#content1 {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 99;
}

/* Прозрачность - начало */
	#wrapper { 
		overflow: hidden;
	}
	.overlay {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 541px;
		background: #000000;
		opacity: 0.60;
		-moz-opacity: 0.60;
		filter:alpha(opacity=60);
	}
	
	
	.container {position: relative;}
	.cont {position: relative; /* Fixes the z-index */}
	#column-1 { width: 595px; margin:0px; }

	#column-1 .cont {width: 521px; padding-left: 10px; padding-right:10px;}

	
	/* Let's compensate for IE6's inability to interpret top: 0; and bottom: 0; */
	* html #column-1 .overlay { height: expression(document.getElementById("column-1").offsetHeight); }
	
	
#imag {
	width: 54px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 4;
}

/* Прозрачность - конец */


form{
	padding:0px;
	margin:0px;
}

a{
	color:#663399;
}
a:hover{
	color:#660099;
}

h1,h2,h3{
	font-size: 15px;
	color:#36333e;
	padding:0px 10px 0px 10px;
	margin:0px;
}

.pagetitle{
	margin-bottom:5px;	
	margin-top:5px;
}

.menu{
color:#bcbbbb;
font-size:11px;
}

.menu a{
color:#bcbbbb;
text-decoration:none;
}

.menu a:hover{
color:#ffffff;
text-decoration:underline;
}

td{
	font-size: 12px;
}

.news{
	padding:10px 10px 10px 10px;
	text-align:justify;
}

.news img{
border:solid 1px #797c82;
padding: 1px 1px 1px 1px;
background-color:#FFFFFF;
}

.l_gray{
font-size:10px;
color:#797c82;
}

.l_gray a{
color:#797c82;
}

.navigation {
	color:#666; 
	border:0px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
	text-decoration:none;
	color: #36333e;
	background:#bbbaba;
	border:1px solid #bcbbbb;
	padding:3px 6px;
	line-height: 2.0;
	font-size:11px
}

.navigation a:hover {
	background:#36333e;
	color:#bcbbbb;
	border-color:#bcbbbb;
}

.navigation span {
	text-decoration:none;
	background:#bbbaba;
	padding:3px 6px;
	border:1px solid #bcbbbb;
	color:#797c82;
	line-height: 2.0;
	font-size:11px;
}

input {
	border:1px solid #bcbbbb;
	color: #000000;
	font-size: 11px;
	background: #FFF;
	margin: 0px;
}

textarea{
	border:1px solid #bcbbbb;
}
