/*****  layout.css  *****/
	
body { 
	background-color: #7c7c7c;
	color: #333333;
	text-align: center;
	vertical-align: middle;
}

#container {
	text-align: left;
	position: relative;
	margin: 50px auto;
	width: 680px;
	font-weight: normal;
	font-size: 20px;
	text-shadow: 0px 1px 1px #999;
}

.ital {
	font-style: italic;
	font-weight: bolder;
}
