@import url(base.css);


.col2 img {
	margin-bottom: 20px;
}
.col1 h3 {
	font-size: 36px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-bottom: 5px;
}
.col2 h1 {
	border-top-width: medium;
	border-top-style: dotted;
	border-top-color: #CC6600;
	padding-bottom: 5px;
}

.col1 {
	padding-top: 30px;
	width: 550px;
	padding-left: 150px;
}
.col1 h1 {
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	margin-right: 0px;
	border-top-width: thick;
	border-top-style: double;
	border-top-color: #FF6600;
}
