body {
	font-family:Arial, Helvetica, sans-serif;
}
.wrapper {
	
	width:1000px;
	margin: 0 auto;
}
.header {
	color: white;
	background-color:#034fa3;
	font-size: 4em;
	height:200px;
	width:1000px;
	text-decoration:none;
}
a.header_link {
	color: white;
	text-decoration:none;
}

a.header_link:hover {
	color: white;
	text-decoration:none;
}

a.header_link:visited {
	color: white;
	text-decoration:none;
}

.content {
	width:1000px;
	min-height:600px;
	
}
.left_col {
	float:left;
	width:220px;

}
.menu_item {
	background-image:url('menu_item.jpg');
	background-repeat:no-repeat;
	height:55px;
	vertical-align:middle;
	color:white;
	font-weight:bold;
	padding-left:10px;
	padding-top:8px;
	width:202px;
}
a.menu_item_text{	
	color:white;
	text-decoration:none;	
}
a.menu_item_text:hover {
	text-decoration:none;
}

.right_col {
	float:left;
    width: 700px;
}
h1 {
	text-align:center;
	
}
.footer {
	color:white;
}
a.footer_link {
	color: white;
}

a.footer_link:hover {
	color: white;
}

a.footer_link:visited {
	color: white;
}

a.copyright{
	color:black;	
	text-align:center;
	padding-top:20px;
	font-size:xx-small;
}
.copyright{	height:40px;
	color:black;	
	text-align:center;
	font-size:xx-small;
}
a.copyright:hover {
	text-decoration:none;
}
.centered {
	text-align: center;
}
.testimonialsignature {
	font-style:italic;
	color:blue;
}