/* Reset Styles
***********************/

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
	display: none;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}

strong {
	font-weight: bolder;
	font-size: 14px;
}
em {font-style: italic;}


#container {width: 100%; max-width: 800px; margin: 0 auto;}
