BODY {
	margin: 0px;
	padding: 0px;
	background-color: #ed193f;
}

BODY, DIV, P, A, INPUT, TEXTAREA, TD{
	font-family: verdana;
	font-sizE: 12px;
}

P, H1, H2, H3{
	padding: 0px;
	margin: 0px;
}


.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}
.clear_right{
	clear: right;
}

.small{
	font-size: 10px;
}

.middle{
	font-size: 12px;
}

.large{
	font-size: 14px;
}

.xlarge{
	font-size: 16px;
}
.xxlarge{
	font-size: 18px;
}
.xxxlarge{
	font-size: 22px;
}

.bold{
	font-weight: bold;
}

#mainDIV{
	width: 1024px;
}

#topBack{
	background-image: url("/images/topBack.jpg");
	background-repeat: no-repeat;
	width: 1024px;
	height: 165px;
}

#topNews{
	background-image: url("/images/newsBack.jpg");
	background-repeat: no-repeat;
	width: 763px;
	height: 130px;
	margin-top: 12px;
	margin-right: 12px;
}

#news{
	width: 100%;
	height: 100%;
	padding-top: 10px;
	padding-left: 15px;
	text-align: left;	
}

#navigation{
	width: 253px;
}

#menu{
	padding: 0px;
	margin: 0px;
}

#menu LI{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#topFrame{
	width: 215px;
	height: 270px;
	background-color: #ffffff;
}

#mainPart{
	width: 609px;
	text-align: left;
}

#mainPartMain{
	width: 770px;
	text-align: left;
}

#mainPart #centerFrame{
	width: 590px;
	height: 500px;
	background-color: #ffffff;
	overflow: auto;
}

#mainPartMain #centerFrame{
	width: 756px;
	height: 500px;
	background-color: #ffffff;
	overflow: auto;
}

#centerFrame DIV{
	width: 95%;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

#rightFrame{
	width: 146px;
	height: 520px;
	background-color: #ffffff;
}

.input_name{
	width: 200px;
}

.textarea_guest{
	width: 200px;
	height: 100px;
}

.catalog_element{
	color: #000000;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}