body {
	margin: 0;
	padding: 0;
/*	background-image: url(/static/images/background.jpg); */
	font-family: verdana, 'trebuchet MS', helvetica, sans-serif;
	font-size: 100%;
}
h1 {
	font-style: italic;
	font-family: verdana, 'trebuchet MS', helvetica, sans-serif;
}
a:link, a:active, a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: none;
}
/* #header { */
/*	padding: 20px; */
/*	color: #588758; */
/*	background-image: url(/static/images/background.jpg); */
/*} */
#footer-wrapper {
	font-size: 80%;
}

#footer-right {
	float: right;
}
#footer-left {
	float: left;
}

#main {
	color: black;
	background-image: url(/static/images/background.jpg);
}
#main a:link, #main a:active, #main a:visited {
	color: black;
	text-decoration: none;
	border-bottom: dotted 1px gray;
}
#main a:hover {
	color: black;
	text-decoration: none;
	border-bottom: solid 1px black;
}
#right {
	background-image: url(/static/images/background.jpg);
}
#right a:link, #right a:active, #right a:visited {
	color: black;
	text-decoration: none;
	border-bottom: dotted 1px gray;
}
#right a:hover {
	color: black;
	text-decoration: none;
	border-bottom: solid 1px black;
}

#container .column {
}


.testamonial {
	font-size: 80%;
	font-style: italic;
}
