#kamuflase{
	width:100%;
	margin:auto;	
}

#wrapper{
	width:932px;
	margin:auto;
}

#header{
	background:url(images/header.png) no-repeat top center;
	behavior: url(/iepngfix.htc);
}

#header div{
	width:830px;
	margin:auto;
	padding-top:50px;	
}

#page{
	background:url(images/background-middle-loop.png) repeat-y top center;
}

#top{
	width:830px;	
	margin:auto;
}

#top #menu{
	float:left;
	width:830px;
	height:30px;
	background-color:#999999;
}

#top #menu a{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	width:98px;
	float:left;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	padding:0px;
	margin:0px;
	padding-top:6px;
	border-right:2px solid #CCCCCC;
	height:24px;
}

#top #menu a:link, #top #menu a:visited, #top #menu a:active{
	color:#CCCCCC;
	background:url(images/back-menu.png) repeat-x;	
}

#top #menu a:hover{
	color:#FFFFFF;
	background:url(images/menu-hover.png) repeat-x;
}

#top #menu #item1{
	width:105px;
}

#top #menu #item2{
	width:105px;
}

#top #menu #item3{
	width:110px;
}

#top #menu #item8{
	width:104px;
	border:none;
}

#middle{
	width:830px;	
	margin:auto;
}

#wrapper_bottom{
	background:url(images/background-bottom-loop.png) repeat-x bottom;
}

#footer{
	width:932px;
	margin:auto;
	background:url(images/footer.png) no-repeat;
	behavior: url(/iepngfix.htc);
	height:250px;			
}

#footer #footer_wrapper{
	width:830px;	
	margin:auto;
}

#bottom {
	height:30px;
}

#bottom #menu{
	float:left;
	width:830px;
	height:24px;
	background-color:#999999;
}

#bottom #menu a{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	width:98px;
	float:left;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	padding:0px;
	margin:0px;
	padding-top:3px;
	border-right:2px solid #CCCCCC;
	height:21px;
}

#bottom #menu a:link, #bottom #menu  a:visited, #bottom #menu  a:active {
	color:#CCCCCC;
	background:url(images/menu_bottom.png) repeat-x;	
}

#bottom #menu a:hover{
	color:#FFFFFF;
	background:url(images/menu_bottom_hover.png) repeat-x;
}

#bottom #menu #item1{
	width:90px;
}

#bottom #menu #item2{
	width:90px;
}

#bottom #menu #item3{
	width:90px;
}

#bottom #menu #item4{
	width:110px;
}

#bottom #menu #item5{
	width:90px;
}

#bottom #menu #item6{
	width:126px;
}

#bottom #menu #item7{
	width:140px;
}

#bottom #menu #item8{
	width:80px;
	border:none;
}

#photo{
	padding-bottom:10px;
	padding-top:10px;
	border-top:1px solid #DCD8D4;	
	border-bottom:1px solid #DCD8D4;
}

#copyright{
	
}

#copyright #developer{
	float:left;
	color:#716F6C;
	margin-top:10px;
	font-size:11px;
	width:auto;
}

#copyright #client{
	float:right;
	color:#716F6C;
	margin-top:10px;
	font-size:11px;
	width:auto;
}

#paging_list{
	font-size:11px;
	color:#666666;
}

/* Ticker Scroller */

#NewsHorizontal {
	width: 840px;
	height: 125px;
	display: block;
	overflow: hidden;
	position: relative;

}
#TickerHorizontal {
	width: 840px;
	height: 125px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;

}
#TickerHorizontal li {
	display: block;
	width: 135px;
	height: 125px;
	line-height: 100px;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-right:4px;
	float: left;
}


#NewsVertical {
	width: 200px;
	_width: 190px;
	display: block;
	overflow: hidden;
	position: relative;
	height:300px;

}
#TickerVertical {
	width: 190px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;

}
#TickerVertical li {
	display: block;
	width: 190px;
	margin: 0;
	padding: 0;
	float: left;
	margin-bottom:10px;
}