/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

#container {
	width: 570px;

	background-color: #000836;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* content */

#content {
	padding: 0px;
	overflow: hidden;
}

#main { float: left; width: 600px; }

#sidebar { float: right; width: 250px; }

#content .intro-p { font-size: 18px; line-height: 22px; font-style: italic;  }


