body {
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	background-color: #D8DCE7;
	background-image: url(images/top_bg.jpg);
}
.right_image {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.left_image {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 10px;
	padding-right: 30px;
	line-height: 1.5em;
}
.header {
	background-image: url(images/header.jpg);
	background-position: top;
}
.content h1{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #1D2A45;
}
.content h2{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: 47391b;
}


.content a:link{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #273E69;
}
.content a:visited{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #1F2F4E;
}
.content a:hover{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #476192;
}
.content a:active{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #1F2F4F;
}
