/* weather.css - css peculiar to the weather page of Pompeii Today
			chris craig 10315  */
	
#w-topStrap {
	margin-top:30px;		/* see batmansbelt.css for rest of topStrap css */
}


	
.w-content {
	float:left;
	width: 48%;
	min-width:480px;
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;

}

.w-content h3 {
	text-align:center;
}

.v-liveCam {
	position:relative;
	width:480px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000;
	border:10px outset #777;
	overflow:hidden;
}

.w {
	margin-left:auto;
	margin-right:auto;
}