* {
		margin:0;
		padding:0;
		}
	
	h1, h2, h3, h4, h5, h6 {
		font-family:Georgia, "Times New Roman", Times, serif;
		}
	
	body {
		background:url(images/bg.jpg) no-repeat top center #480657;
		font-size:10px;
		font-family:Arial, Helvetica, sans-serif;
		color:#333;
		}
		
	a {
		color:#2b6885;
		text-decoration:none;
		}
	
	a:hover {
		text-decoration:underline;
		}
	
	img {
		border:none;
		}
	
	.clear {
		clear:both;
		}
	
	#container {
		width:840px;
		margin:0 auto;
		}
	
	#top {
		width:840px;
		}
		
		#blog #left {
			float:left;
			width:590px;
			}
			
			#blog #left #get-the-facts {
				height:424px;
				width:590px;
				background:url(images/get-the-facts-bg.png) no-repeat;
				margin-bottom:20px;
				}
				
				#video {
					padding:20px 0 0 90px;
					}
			
			#blog #left .post {
				background:url(images/post-top.png) no-repeat top center #fff;
				padding-top:30px;
				}
			
			#blog #left .post h3 a,
			#blog #right .column h5{
				background:url(images/h3-bg.png) no-repeat bottom #4c1e5b;
				color:#fff;
				display:block;
				font-size:21px;
				padding:6px 20px;
				}
			
			#blog .heading-foot {
				background:url(images/h3-foot.png) no-repeat bottom;
				height:9px;
				}
				
				#blog .post-content,
				#blog .nav-content	{
					margin:0 20px;
					border:1px solid #ccc;
					background:#eee;
					padding:10px;
					
					}
					
					#blog .post-content ul {
					    list-style-position:inside;
					    margin-bottom:15px;
					    margin-left:15px;
					    font-size:1.2em;
					}

					#blog .post-content ul li {
					    line-height:1.8em;
					    }
				
				#blog #left .post .post-content p {
					font-size:1.2em;
					line-height:1.8em;
					margin-bottom:15px;
					}
				
				#blog #left .post .post-info {
					margin:10px 20px 0;
					padding:10px;
					border:1px solid #ccc;
					font-size:1.1em;
					background:#eee;
					}
			
			#blog #left .post .post-bottom {
				height:20px;
				background:url(images/post-bottom.png) no-repeat;
				}
		
		#blog #right {
			margin-left:611px;
			margin-right:1px;
			}
			
			#blog #right .column {
				background:url(images/col-top.png) no-repeat top left #fff;
				padding:20px 0 0;
				}
				
				#blog #right .column strong {
					font-size:1.2em;
					display:block;
					margin-top:5px;
					}
					
					#blog #right .column span.location {
						font-weight:bold;
						}
				
				#blog #right .column .testim {
					border:1px solid #ccc;
					background:#fff;
					padding:10px;
					margin-bottom:10px;
					}
					
					.testim img {
						width:144px;
						}
				
					#blog #right .column .testim p {
						font-size:1.1em;
						line-height:1.5em;
						margin-top:5px;
						font-style:italic;
						}
				
				#blog #right .column ul.links {
					list-style:none;
					}
				
				#blog #right .column ul.links a {
					display:block;
					background:#fff;
					padding:5px 10px;
					font-size:1.1em;
					border-bottom:1px solid #ccc;
					}
					
					#blog #right .column ul.links a:hover {
						background:#f5ffb4;
						}
			
			#blog #right .column h5 {
				border-top:10px solid #97c054;
				}
			
			#blog #right .column-bottom {
				background:url(images/col-bottom.png) no-repeat;
				height:20px;
				margin-bottom:20px;
				}
			
	#footer {
		background:url(images/footer-top.png) no-repeat top #fff;
		width:800px;
		padding:20px 20px 0;
		font-size:1.1em;
		color:#666;
		}
	
	#footer-bottom {
		background:url(images/footer-bottom.png) no-repeat #fff;
		width:840px;
		height:20px;
		margin-bottom:100px;
		}	