body {
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #d1d3d4;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#stripe {
	background-image: url(images/lines.gif);
	background-repeat: repeat-x;
	height: 15px;
	width: 100%;
}

#mainblock {
	width: 510px;
	padding-top: 40px;
	padding-left: 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	text-align: justify;
}

#addressblock {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	text-align: right;
}

#addressblock a:link {
	color: #333;
	text-decoration:none;
}

#addressblock a:visited {
	color: #333;
	text-decoration:none;
}

#addressblock a:hover {
	color: #ED1B23;
	text-decoration:underline;
}
