
	* {
		margin: 0px;
		padding: 0px;	
	}
	
	html, body {
		/*height:100%;*/
		/*overflow:scroll;*/
	}
	
	
	body {
		background: url(../im/square.jpg) repeat;
		font: 12px Arial, Helvetica, sans-serif;
	}
	
	.wrapper_out {
		width: 100%;
		height: 100%;
		background: url(../im/bg1.jpg) left top repeat-x;
		overflow:hidden;
	}
	
	#wrapper {
		width: 954px;
		margin: 0 auto;
	}
	
	ul li {
		list-style: none;
	}

	.clear {
		clear: both;
		height: 1px;
	}

	/* Header */
	
	#header {
		margin-bottom: 10px;
		padding-bottom: 40px;	
	}
	
	#header h1 {
		width: 159px;
		float: left;
		margin-top: 10px;
	}
	
	#header a.logo {
		
		height: 89px;
		background: url(../im/logo.png) no-repeat;
		display: block;
		text-indent: -9999px;
		overflow: hidden;
		cursor: pointer;
	}
	
	#header .flash {
		width: 760px;
		float: right;
		background: url(../im/flash.jpg) no-repeat;
	}
	
	#header ul.nav {
		float: right;
		margin: 15px 38px 0 0;
		display: inline;
	}
	
	#header ul.nav li {
		float: left;
		margin-left: 5px;
		display: inline;
	}
	
	#header ul.nav li a {
		color: #9d9d9d;
		text-decoration: none;
	}
	
	#header ul.nav li a:hover, #header ul.nav li a.act {
		color: #ffffff;
	}
	
	#header ul.breadcrumb {
		float: left;
		margin-top: 18px;
	}
	
	#header ul.breadcrumb li {
		float: left;
		color: #9d9d9d;
	}
	
	#header ul.breadcrumb li a {
		font-size: 10px;
		text-decoration: none;
		color: #9d9d9d;
	}
	/* End of Header */
	
	/* Content */
	
	#content {
		clear: both;
	}
	
	#content .inner_box h2 {
		font-size: 18px;
		color : #F9A519;
		padding: 5px 0 14px;
		clear: both;
	}
	
	#content .inner_box h3 {
		color: #F9A519;
		font-size: 15px;
		font-weight: normal;
	}

	
	#content .inner_box p {
		color: #fff;
		width: auto;
		text-align: justify;
		line-height: 18px;
		margin-bottom: 10px;
	}
	
	#content .inner_box ul {
		padding: 10px 0;
	}

	#content .inner_box ul li {
		color: #fff;
		list-style-type: circle;
		list-style-position: inside;
		margin:  4px 0px 4px 30px;
	}
	
	#content .inner_box a {
		text-decoration: underline;
		color: #F9A519;
	}
	
	#content .inner_box a:hover {
		text-decoration: none;
	}
	
	#content .inner_box .date {
		font-size: 11px;
		color: #9d9d9d;
		background: url(../im/arrow_bullet1.gif) no-repeat 0px 1px;
		padding-left: 15px;
		display: block;
		margin: 10px 0;
		}
		
	#content .inner_box a img {
		border: none;
	}
		
	#content .inner_box .article {
		border-bottom: 2px solid #353535;
		overflow: hidden;
		margin-bottom: 20px;
	}
	
	#content .inner_box .last_article {
		border: none;
		margin-bottom: 0px;
	}
	
	#content .inner_box .article p {
		height: 56px;
		overflow: hidden;
		margin-bottom: 5px;
		padding-right: 20px;
	}
		
	#content .inner_box .article .date {
		margin:4px 0 1px;
		background-position: 0px 3px;
	}
	
	#content .inner_box .more {
		float: right;
		background: url(../im/read_more.jpg) right no-repeat;
		padding: 5px 25px 5px 0;
		font-size: 12px;
		color: #878787;
		text-decoration: none;
	}
	
	#content .inner_box .back {
		float: left;
		background: url(../im/back.jpg) no-repeat 0px 2px;
		padding: 5px 0px 5px 25px;
		font-size: 12px;
		color: #878787;
		text-decoration: none;
		margin-top: 20px;
	}
	
	#content .inner_box .more:hover {
		text-decoration: underline;
	}
	
	#content .inner_box .back:hover {
		text-decoration: underline;
	}
	
		/* left_side */
	

	#content .left_side {
		float: left;
		width: 18%;
	}
	
	#content .menu_holder {
		width: 159px;
		background: url(../im/menu_holder_bg.png) left top no-repeat;
		padding-top: 10px;
	}
	
	#content .menu_holder ul.menu {
		background: url(../im/menu_ul_bg.png) left bottom no-repeat;
		width: 100%;
		padding-bottom: 7px;
	}
	
	#content .menu_holder ul.menu li a {
			background: url(../im/menu_li.jpg) no-repeat;
			height: 23px;
			width: 121px;
			display: block;
			color: #FCD28C;
			font-size: 14px;
			text-decoration: none;
			font-weight: bold;
			padding: 8px 0 0 38px;
			position: relative;
	}
	
	#content .menu_holder ul.menu li a span {
		position: relative;
		float:left;
		left:36px;
		position:absolute;
		top:7px;
		color: #333;
		cursor: pointer;
	}
	
	#content .menu_holder ul.menu li a:hover span
 {
		color: #000;
	}
	
	#content .shadow {
		width: 159px;
		height: 34px;
		background: url(../im/after_menu1.png) no-repeat;

	}
	
		/* end of left_side */
	
	#content .main {
		float: right;
		width: 81%;
		position: relative;
	}
	
	#content .main .addition {
		background: url(../im/addition.png) no-repeat;
		width: 128px;
		height: 330px;
		position: absolute;
		right:-102px;
		top:-41px;
	}
	
	#content .main .pic {
		
		width: 754px;

	}
	
	#content .main .inner_box {
		width: 777px;
		margin-bottom: 21px;
		float: left;
	}
	
	#content .main .inner_box .top {
		height: 7px;
		background: url(../im/top.png) no-repeat;
	}
	
	#content .main .inner_box .bottom {
		height: 7px;
		background: url(../im/bottom.png) no-repeat;
		margin-left: 1px;
		clear: both;
	}
	
	#content .main .inner_box .middle {
		padding: 4px 11px;
		background: url(../im/middle.png) repeat-y;
		overflow: hidden;
	}
	
	#content .main .news .bottom {
		background: url(../im/bottom_news.png) no-repeat;
		height: 28px;
		margin-left: 0px;
	}
	
	#content .main .news .bottom a.read_more {
		background: url(../im/read_more.png) no-repeat;
		float: right;
		width: 115px;
		height: 20px;
		margin: 1px 4px 0px 0px;
		padding: 5px 0 0 24px;
		text-decoration: none;
	} 
	
	#content .main .news .bottom a.read_more:hover {
		color: #fff;
	}
	
	/* End of Content */
	
	/* Footer */
	
	#footer {
		clear: both;
		height: 45px;
		padding-top: 10px;
		background: url(../im/footer_bg.jpg) repeat-x;
		font-size: 11px;
	}
	
	#footer a.stenik {
		background: url(../im/stenik_logo.png) no-repeat;
		text-decoration: none;
		color: #fff;
		padding: 2px 0 5px 26px;
		float: right;
		cursor: pointer;
	}
	
	#footer a.stenik:hover {
		text-decoration: underline;
	}
	
	#footer ul {
		float: left;
	}
	
	#footer ul li {
		float: left;
		color: #9d9d9d;
	}
	
	#footer ul li a {
		color: #9d9d9d;
		text-decoration: none;
	}
	
	#footer ul li a:hover {
		color: #fff;
	}
	
	/* End of Footer */
			#content .menu_holder ul.menu li a:hover span ,#content .menu_holder ul.menu li a.act span 
 {
		color: #000;
	}
	
		#footer ul li a:hover,#footer ul li a.act {
		color: #fff;
	}
	
	#bodyHome{
	   height:124px;
	   }
	   
	span.separator{
		color:white;
		padding-left:5px;
	
	}
	
	#footer .webmaster {
	     float: right;
	     width:auto;
	     color:white;
	}
	#footer .webmaster a.stenikWeb {
	     background: url(../im/stenik_logo.png) 0 0 no-repeat;
	     text-decoration: none;
	     padding: 2px 0 5px 26px;
	     color: #fff;
	     cursor: pointer;
	 }
	 #footer .webmaster a.stenikSeo {
	     text-decoration: none;
	     color: #fff;
	     cursor: pointer;
	 }