@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78.5%;
	line-height: 1.6em;
	word-spacing:2px;
	color:#444;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image: url(../images/Twitter-camo1.gif);
	text-align: center;
	top: 0px;
}
.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-decoration: none;
	text-align: center;
}
.oneColElsCtr #container #mainContent a {
	text-decoration: none;
	color: #444;
}
.oneColElsCtr #container #mainContent a {
	color: #444;
	text-decoration: none;
	font-weight: bold;
}
.oneColElsCtr #container #mainContent h2 {
	font-size: 120%;
}
.oneColElsCtr #container #mainContent h5 {
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
}
