html {
	font-family: Calibri;
	font-size: 14px;
}

.container {
	width: 800px;
	margin: 0px auto;
}

.header {
	
}

.header img {
	float: left;
	margin: 0px 15px 15px 0px;
}

.header h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	color: teal; 
}

.header h1 span {
	display: block;
	font-size: 14px;
	color: #000;
}

.content {
	
}

.column {
	width: 380px;
	float: left;
}

.first {
	padding-right: 20px;
}

.column img {
	float: left;
	margin: 0px 15px 15px 0px;
}

.column h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	color: teal; 
}

.column h2 span {
	display: block;
	font-size: 14px;
	color: #000;
}


.column ul {
	list-style-type: square;
	padding-left: 25px;
	margin: 0px; 
}

.column ul li {
	
}


a:link {
	color:#6B003E;
	font-weight:bold;
	text-decoration: none;
}

a:visited {
	color:#6B003E;
	text-decoration:none;
}

a:hover {
	color:#6B003E;
	text-decoration:underline;
}

