.main {
width:800px;
text-align:left;
}

.header {
margin-top:20px;
margin-bottom:50px;
}

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:36px;
}	

	h1 a {
	text-decoration:none;
	color:#000;
	}
	
	h1 a:hover {
	text-decoration:underline;
	}

.pbody {
overflow:hidden;
}

	.share {
	margin-top:10px;
	}

	.content {
	float:left;	
	width:590px;
	margin-right:10px;
	color:#666;
	}
	
		.content h1 {
		font-size:32px;
		color:#333;
		margin-bottom:5px;
		}	

	
		.content h2 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:24px;
		margin-bottom:10px;
		}
		
			.content h2 a {
			text-decoration:none;
			color:#000;
			}
			
			.content h2 a:hover {
			text-decoration:underline;
			}
		
		.form {
		width:310px;
		padding:20px;
		background:#666;
		color:#fff;
		border:#444 solid 3px;
		margin-bottom:20px;
		margin-top:50px;
		font-family:Arial, Helvetica, sans-serif;
		}
	
	.siderbar {
	float:left;	
	width:200px;
	}
	
.footer {
margin-top:50px;
text-align:center;
}