
body {
		background-color	: #9482a8;
		text			: white;
}

h1 {
		color			: white;
}

h3 {
		color			: #533b65;
		folt-weight		: normal;
}

.outer_table {
		height			: 100%;
		width			: 100%;
		border			: 0;
}

.inner_table {
		height			: 100%;
		width			: 100%;
		border			: 0;
}

.left_column {
		text-align		: left;
		vertical-align		: top;
		width			: 24%;
		padding			: 20px;
}

.empty_column {
		width			: 2%;
}

.center_column {
		text-align		: center;
		width			: 50%;
}

.logo_column {
		text-align		: center;
		vertical-align		: top;
		width			: 100%;
}

.logo_row {
		height			: 300px;
}

.contact_column {
		text-align		: center;
		vertical-align		: top;
}

.right_column {
		text-align		: left;
		vertical-align		: top;
#		width			: 45%;
}

.contact_table {
		width			: 100%;
}

a {
		width			: 15%;
		text-align		: center;
		text-decoration		: underline;
		color			: #533b65;
}

a:visited {
		text-decoration		: underline;
}

a:hover {
		text-decoration		: underline;
		color			: #964b52;
}

a img {
		border			: 0;
}

.menu_item {
		width			: 15%;
		text-align		: center;
}

#
# styles for stenen.html
#

.stone_table_center {
		text-align		: center;
		width			: 70%;
}

.stone_cell {
		text-align		: center;
		vertical-align		: top;
		width			: 33%;
}

.stone_row {
		vertical-align		: top;
}


