.container {
	margin: 0px auto;
	width: 660px;
}

.wrapper {
	width: 620px;
	border: #CCC 1px solid;
	padding: 20px;
}

h1 {
	font-size: 20px;
	letter-spacing: -1px;
	margin: 0px 0px 10px 40px;
	text-indent: -9999px;
	background: url(/oh2010/images/whatcheer.gif) no-repeat top left;
	width: 200px;
	height: 48px;
	display: block;
}
h2 { 
	font-size: 13px;
	margin: 0px 0px 0px 40px;
}

p { margin: 0px 0px 0px 40px ;}

ul.socialmedia {
	margin: 5px 0px 0px 0px;
	width: 60px;
	height: 25px;
}

ul.socialmedia li {
	width: 25px;
	height: 25px;
	list-style: none;
	padding: 0px 5px 0px 0px;
	float: left;
	margin: 0px;
	border: none;
}

ul.socialmedia li a, ul.socialmedia li a:link, ul.socialmedia li a:visited, ul.socialmedia li a:active {
	display: block;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	border: none;
}

li.facebook a { background: url(/oh2010/images/facebook.jpg) no-repeat top right; }
li.twitter a { background: url(/oh2010/images/twitter.jpg) no-repeat top right; }


body {
	margin: 0px;
	padding: 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

a, a:link, a:visited, a:active {
	color:#666;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: #333;
	text-decoration: none;
}