/* CSS Document */

body {
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	margin: 25px 0 0 0;
	padding: 0;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div#container {
	width: 1000px;
	margin: 0 0 0 -500px;
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
}
img {
	border: none;
}
div#header {
	margin: 0 auto;
	background-image: url(../images/global/mitch_albom.gif);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	padding: 105px 0 15px 0;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px solid #CCC;
	width: auto;
	color: #000000;
	
}
div#header a {
	color: #a72025;
	font-weight: bold;
	text-decoration: underline;
}
div#footer {
	margin: 0 auto;
	text-align: center;
	padding: 15px 0 10px 0;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 1px;
	width: auto;
}
div#footer, div#footer a {
	color: #a72025;
	font-weight: bold;
	text-decoration: underline;
}
div.strip {
	float: left;
	width: 300px;
	overflow: hidden;
}
div.strip img {
	
}
div.strip ul {
	margin: 10px 0;
	padding: 0 0 0 15px;
}
div.strip ul li {
	list-style-position: outside;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-image: url(../images/landing/bullet.jpg);
	
}
div.hasspace {
	margin-right: 50px;
}
div#strips {
	margin: 25px 0 50px 0;
	border-bottom: 1px solid #CCC;
}
div.clearall {
	clear: both;
}
.redtext {
	color: #a72025;
}