body {
	font: 12px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	color: #FFFFFF;
	line-height: 1.5em;
	margin-top: 0px;
	background: #F7F7F7 url(bg_grad.gif) repeat-x;
}

p {
	margin-top: 0px;
	margin-bottom: 1.2em;
}

a {
	color: #626E95;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#main_block {
	position: relative;
	width: 600px;
	height: 300px;
	text-align: left;
	padding: 6px;
}

#main_logo {
	position: absolute;
	top: 10px;
	left: 5px;
	width: 300px;
	height: 82px;
	background: url(logo.jpg) no-repeat;
}

#text_block {
	position: absolute;
	top: 100px;
	left: 11px;
}

#footer {
	position: absolute;
	top: 275px;
	width: 300px;
	left: 11px;
	padding-top: 2px;
	border-top-style: solid;
	border-top-color: #B1B1B1;
	border-top-width: 1px;
	font-size: 10px;
	color: #808080;
}

.address {
	font-size: 11px;
}