
.container {
	width: 1000px;
	margin: auto;
	ruby-align:left;
}

.demo_container { 
width:1000px;
margin: auto; 
}

  
#sticky_navigation { 
width:100%; 
position: absolute;
height:49px; 
background: #ffff00;
border-bottom:#3f9118 6px solid;
}

#sticky_navigation ul {
list-style:none;
margin:0 0 49px 0; 
padding:10px; 
}

#sticky_navigation ul li { 
margin:0; 
padding:0; 
display:inline; 
}

#sticky_navigation ul li a { 
float:inherit; 
padding:15px 20px;  
line-height:30px;
font-size:18px; 
font-family:Source Sans Pro;
font-weight:500; 
color:#000; 
 }

#sticky_navigation ul li a:hover { 
color:#fff;
background-color:#3f9118
}

#imgpos {
	float:left;
	margin:0px;
}

ol, ul {
	list-style: none;
	text-align: center

}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

	
a:link, a:visited, a:active { color: #f45859; text-decoration: none; outline:none; }
a:hover { text-decoration: none; color: #f45859; }

	
