
@import url("default.css");
@import url("content.css");

#site_conteiner {
	position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
	width: 100%;
  min-width: 1000px;
	font-size: 1.2em;
	background: url(../img/bg.png) transparent 0 0 repeat-x;
}
*html #site_conteiner { width: expression((documentElement.clientWidth||document.body.clientWidth)<995?'1000px':'');}

	#conteiner {
		width: 1000px;
		margin: 0 auto;
		text-align: left;
		background: url(../img/header_img.jpg) transparent 120px 0 no-repeat;
	}
		#header {
			
		}
			#header h1 {
				float: left;
				margin: 0;
				padding: 40px 0 0 0;
			}
			#menu_ico {
				float: right;
				margin: 0;
				width: 500px; height: 225px;
				line-height: 113px;
				background: url(../img/menu_ico.png) transparent 0 35px no-repeat;
			}
				#menu_ico p {
					margin: 98px 0 0 0;
				}
				#menu_ico a {
					margin: 20px 3px 0 3px;
					padding: 2px 4px;
					color: #005e97;
					line-height: 18px;
					text-decoration: none;
					text-align: center;
					display: block;
					float: left;
				}
				#menu_ico a:hover, #menu_ico a:active, #menu_ico a.active {
					color: #a65220;
					
				}
		#center_panel {
			width: 100%;
			float: left;
			overflow: hidden;
		}
			#content {
				margin: 20px 0 0 275px;
			}
			*html #content { width: 100%; }

			#singleTitle {
				color: #f5150c;
				font-weight: normal;
				font-size: 1.6em;
			}

		#left_panel {
			float: left;
			width: 235px;
			margin: 20px 0 0 -100%;
			overflow: hidden;
		}
		#left_panel h3 {
			color: #f5150c;
			font-weight: normal;
			font-size: 1.6em;
		}
		#left_panel h4 { margin-bottom: 0; }
		#left_panel h4 a {	margin-bottom: 0; font-size: 0.9em;	font-weight: normal; }
		#left_panel ul { margin-left: 0; font-size: 1.2em; }

	.cleaner { clear: both; height: 1px; overflow: hidden; }

	#footer {
		margin: 30px 0 0 0;
		padding: 25px 0;
		text-align: center;
		border-top: 1px solid #000;
	}
	.ssnn-copyright {
	position: relative;
	left: 50%;
	margin-left: -43px;
	}