			@media screen
				{
					#wrapper
						{
							width: 90%;
							margin: 10px auto 10px auto;
						}
					#header
						{
							height: 20px;
							padding: 0px;
							margin: 0px;
							background-image:url('./1_header.png');
							background-position: top left;
							background-repeat: repeat;
						}
					#header_left
						{
							float: left;
							width: 20px;
							height: 20px;
							background-image:url('./1_header_left.png');
							background-position: top left;
							background-repeat: no-repeat;
						}
					#header_right
						{
							float: right;
							width: 20px;
							height: 20px;
							background-image:url('./1_header_right.png');
							background-position: top right;
							background-repeat: no-repeat;
						}
					#top
						{
							clear: both;
							margin: 0px;
							padding: 10px 0px 10px 0px;
							background-color: #ffffff;
							border-left: 1px solid #8c0a0a;
							border-right: 1px solid #8c0a0a;
						}
					#logo
						{
							float: left;
							clear: none;
							position: relative;
							left: 20px;
							top: 0px;
							width: 301px;
							height: 64px;
							color: #000000;
							font-size: 32px;
							font-weight: bold;
						}
					#menu_block
						{
							float: right;
							clear: none;
							position: relative;
							right: 20px;
							top: 0px;
						}
					#menu_becv
						{
							float: right;
							clear: both;
						}
					#menu_becv ul
						{
							list-style-type: none;
						}
					#menu_becv li
						{
							display: inline;
							padding-left: 13px;
							color: #000000;
							font-size: 12px;
						}
					#menu_becv a
						{
							text-decoration: none;
							color: #000000;
						}
					#menu
						{
							float: right;
							clear: none;
							margin-right: 10px;
						}
					#menu_main
						{
							float: right;
							clear: both;
						}
					#menu_main ul
						{
							list-style-type: none;
						}
					#menu_main li
						{
							display: inline;
							padding-left: 13px;
							color: #000000;
							font-size: 14px;
							font-weight: bold;
						}
					#menu_main a
						{
							text-decoration: none;
							color: #000000;
						}
					#middle
						{
							clear: both;
							margin: 0px;
							padding: 10px 20px 10px 20px;
							background-color: #ffffff;
							border-left: 1px solid #8c0a0a;
							border-right: 1px solid #8c0a0a;
						}
					#bottom
						{
							clear: both;
							margin: 0px;
							padding: 0px;
							background-image:url('./1_footer.png');
							background-position: top left;
							background-repeat: repeat;
							border-left: 1px solid #8c0a0a;
							border-right: 1px solid #8c0a0a;
						}
					#footer
						{
							clear: both;
							height: 20px;
							padding: 0px;
							margin: 0px;
							background-image:url('./1_footer.png');
							background-position: top left;
							background-repeat: repeat;
						}
					#footer_left
						{
							float: left;
							width: 20px;
							height: 20px;
							background-image:url('./1_footer_left.png');
							background-position: bottom left;
							background-repeat: no-repeat;
						}
					#footer_right
						{
							float: right;
							width: 20px;
							height: 20px;
							background-image:url('./1_footer_right.png');
							background-position: bottom right;
							background-repeat: no-repeat;
						}
				}