@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left-aligned default in #container */
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#content_container { background-color:#fff; text-align:left; }

#badges {
	text-align:right;
	padding-bottom:6px;
}

#text_content {
	padding:12px 72px;
	text-align:left;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	font-style:italic;
	color: #2262b2;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	font-style:normal;
	color: #2262b2;
}
