body {
	font-family: arial, tahoma;
	font-size: 12px;
	margin: 0;
	background-color: #e2e2e2;
}

h2 {
	margin: 0 0 5px 0;
	color: #0072bc;
font-size: 18px;
}
img {
	border: 0;
}
a {
	outline: none;
}
.Column2 a {
	font-size: 14px;
}

.Left {
	float: left;
}
.Right {
	float: right;
}
.Clear {
	clear: both;
}
.Position {
	width: 800px;
	margin: 0 auto;
}
.Header {
	background-color: #0173bc;
}
.Header a {
	color: #fff;
	text-decoration: none;
}
.Content {
	background-image: url(images/content-background.jpg);
	background-repeat: repeat-y;
}
.Column1, .Column3 {
	width: 165px;
	padding: 10px;
}
.Column2 {
	width: 410px;
	padding: 10px;
}
.Footer {
	height: 26px;
	line-height: 26px;
	background-color: #0072bc;
	text-align: center;
	color: #fff;
}
