body {
	font-size: 14px;
}

#left {
	float: left;
	width: 430px;
	margin: 0 10px 0 25px;
	padding: 10px 0;
	border: 1px dashed #fff;
}

#left p {
	font-size: 19px;
	letter-spacing: 0.3em;
}

#left .camStyle {
	margin: 10px 0 10px 0;
}

#left .camStyle li {
	padding: 5px 60px 0;
	text-align: left;
}

#left #tile {
	text-align: center;
}

#left .newsHr {
	margin: 2px 0 0 0;
	border-color: #aaa;
	border-style: dotted none none none;
	border-top-width: 2px;
}

#right {
	float: left;
	width: 430px;
	margin: 0 20px;
}

#right h3 {
	text-decoration: underline;
}

#right p {
	padding: 0 46px;
	text-align: left;
	line-height: 30px;
}

