body {
	background: #d0d6df;
	font-family: tahoma, verdana, helvetica;
	font-size: 12pt;
}

/* only here for IE :( */
.outer_div {
	text-align: center;
}

.main_content {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.welcome2 {
	border: black solid 2px;
	background-color: #fff;
	padding: 5px;
}

h3 {
	text-align: center;
	margin-top: 0px;
}

.logo {
	text-align: center;
}

.tiles div {
	float: left;
	width: 186px;
	text-align: center;
	height: 65px;
}

/* to fix divs that have floated children, so they expand around them..
.. put this div at the bottom, inside the one that won't expand */
.clear_float {
	clear: both; line-height: 0; height: 0;
}


.welcome {
	border: black solid 2px;
	background-color: #fff;
	padding: 5px;
}

a.enter_store,
a.enter_store:visited {
	display: block;
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
	color: blue;
	margin-bottom: 20px;
}

.contact {
	margin-top: 20px;
	text-align: center;
}