body {
	background-image:  url(../images/background.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.text {
	padding-right: 16px;
	padding-left: 16px;
}

p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #615146;
	font-weight: lighter;
}

h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 1.4em;
	line-height: 1.3em;
	color: #BD1444;
	font-weight: lighter;
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #633;
		font-weight: lighter;
}
a, a:visited {
	color: #B61846;
	text-decoration: none;

}
a, a:hover {
	text-decoration: underline;
}

.footer {
	font-size: 0.7em;
	text-align: center;
	color: #999;	
}
