body {
	background-color : rgb(250, 250, 250);
	color : #000000;
	text-align:center;	/* for IE */ 
	/* font-size : 12px; */
	/* font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; */
	/* border : 1px solid #DDDDDD; */
	background-image: url(frosta/back21_x2002.jpg);
	background-repeat: repeat;
}

.iframe_menu {
	width: 160px;
	height: 500px;
	margin: 0 0 0 0;
	border: 0;
}

.wrapper { 
	text-align:left; /* reset text alignment */ 
	width:900px; /* or a percentage, or whatever */ 
	margin:0 auto; /* for the rest */ 
} 

.header {
	position : relative;
	display : block;
	width : 898px;
	height : 136px;
	background-image : url(frosta/zagolovok10.jpg);
	background-repeat : no-repeat;
}

.headertext {
	position : relative;
	margin-left : 540px;
	top : 90px;
	font : 2em Vivaldi, verdana, arial, sans-serif;
	color: rgb(153, 51, 153);
	font-weight : 500;
	text-decoration : none;
}

.content {
	float: left;
	width: 898px;
	margin: 0 0 15px 0;
	padding: 0 0 20px 0;
	background-color: #FFF9F9;
border-top: 1px solid #626262;
	border-right: 1px solid #626262;
	border-bottom: 1px solid #626262;
	border-left: 1px solid #626262;
	position : relative;
}

.content_left {
	float : left;
	width : 160px;
	margin : 20px 0 0 10px;
	padding : 0 0 0 0;
	/* background-color : #FFFFFF; */
}

.content_right {
	float : left;
	width : 685px;
	margin : 20px 0 20px 20px;
	padding : 0 0 0 0;
	/* background-color : #FFFFFF; */
}


