

body {
	background:#cccccc url(images/bg.jpg) repeat-x;
	
	margin: 0 auto;
	}	


#main_container {
	width:924px;
	margin: 0 auto;
	background-image: url(images/content.jpg);
	}
	
#header {
	width:924px;
	height:219px;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	}
	

#content {
	width:800px;
	padding-left:60px;	
	}

#headline {
	display: block;
	padding: 10px 30px;
	font-family: georgia, serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #e50323;
	font-size: 28px;
	text-align: center;
}

#sub-headline {
	display: block;
	padding: 10px 30px;
	font-family:  Tahoma, sans-serif;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #666;
}

#lead-intro {
	display: block;
	width:
}
#lead-intro p {
	clear: both;
}
#desk {
	display: block;
	padding: 10px 0;
	color: #333;
	font-family: verdana, sans-serif;
	text-transform: uppercase;
}
#desk strong {
	font-weight: bold;
}
#date {
	display: block;
	padding-bottom: 10px;
	color: #666;
	text-transform: uppercase;
	font-family: verdana, sans-serif;
	font-size: 11px;
}
#lead-intro hr {
	border: none;
	border-bottom: 1px dotted #ccc;
	margin: 10px 0;
}


#johnson {
	padding: 10px;
	width: 500px;
	display: block;
	margin: 10px auto;
	border: 1px dotted #ccc;
}
#johnson h2 {
	display: block;
	text-align: center;
	padding: 10px 20px;
	color: #444;
	font-family: arial, sans-serif;
	font-size: 21px;
}
#johnson ul {
	margin-left: 30px;
	color: #666;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#johnson p {
	padding: 10px 0;
	font-size: 11px;
	font-family: verdana, sans-serif;
}

#bullets {
	padding: 5px 15px;
}
#bullets ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#bullets ul li {
	display: block;
	padding: 8px;
	background: url(images/bullet.gif) no-repeat left top;
	padding-left: 24px;
	color: #444;
	font-size: 13px;
	padding-top: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	font-family: arial, sans-serif;
}
#bullets ul li strong {
	display: block;
	color: #c80000;
}

#buynow {
	padding: 10px;
	width: 500px;
	display: block;
	margin: 10px auto;
	border: 1px dotted #ccc;
	background: #ffffff;
}
#buynow h2 {
	display: block;
	text-align: center;
	padding: 10px 20px;
	color: #e30000;
	font-weight: bold;
	letter-spacing: -1px;
	font-family: tahoma, sans-serif;
	font-size: 24px;
}
#buynow ul {
	margin-left: 30px;
	color: #666;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	list-style: none;
}
#buynow ul li {
	padding-left: 20px;
	
}
#buynow p {
	padding: 10px 0;
	font-size: 11px;
	font-family: verdana, sans-serif;
}


#closing {
	padding: 10px
}
#closing p {
	padding: 10px 0;
	
}
#signature {
	font-family: georgia, serif;
	font-size: 18px;
	color: #2072c6;
	font-weight: lighter;
	font-style: italic;
	padding-bottom: 10px;
}

#footer {
	clear: both;
	width:924px;
	height:43px;	
	background:url(images/footer.jpg);
	background-repeat: no-repeat;
	}
	
#footerinfo {
    text-align:center;
	font-size: small;
	color: #ffffff; text-decoration: none;
	}

	
	}