.demo_container { width:1400px; z-index:99; text-align:center;}
#top_wrapper { margin:0 0 20px 0; }
#top { height:205px; padding:0 0 0 0; }
#my_logo { font:70px Georgia, serif; }

#sticky_navigation_wrapper { width:100%; height:50px; z-index:97;}
#sticky_navigation {
	z-index:98;
	width: 100%;
	height: 50px;
	background-image:url(../images08/header/trans-black-60.png);
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	box-shadow: 0 5px 10px #999;

}
#sticky_navigation ul { list-style:none; margin:0; padding:5px; }
#sticky_navigation ul li { margin:0; padding:0; display:inline; }
#sticky_navigation ul li a {
	display: block;
	float:  left;
	margin: 0 0 0 5px;
	/*margin-left:auto;
	margin-right:auto;
	margin-right:5px;
	margin-bottom:0;*/
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	font-family: 'Patua One', cursive;  /*  Google Font  */
	color: #FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #369;
	outline: none;
}
#sticky_navigation ul li a:hover, #sticky_navigation ul li a.selected {
	color: #FFF;
	background-color: #F90;
	outline: none;
}
	
/* float clearing for IE6 */
 html .clearfix{ height: 1%; overflow: visible;}
/* float clearing for IE7 */
+html .clearfix{ min-height: 1%;}
/* float clearing for everyone else */
.clearfix:after{ clear: both; content: "."; display: block; height: 0; visibility: hidden; font-size: 0;}
