@import url('common_style.css');

body {
	background-color: black;
	color: rgb(250, 245, 235);
	margin: 18px auto;
	max-width: 800px;
}

table,td {
    border-style: none;
    border-width: 0px;
}

div.splash {
	background-image: url('../graphics/kalco_tribecca_glowing_cropped');
	background-repeat: no-repeat;
	background-position: bottom left;
/*	border-color: rgb(220, 200, 0); /* This will produce the right color yellow when border-style is "ridge" (at least in Mozilla) */
	border-color: rgb(237, 227, 127);
	border-style: solid;
	border-width: 10px;
	min-height: 375px;
	margin: 0 18px;
}

div.splash_text {
	position: relative;
	left: 214px;
	margin-right: 214px;
}

h1.logo {
	margin-bottom: 0px;
	text-align: justify;
}

p.slogan {
	text-align: left;
	margin-left: 79px;
	
}

address {
	margin-right: 18px;
}

/*  Useful for debugging
	border-width: 1px;
	border-color: blue;
	border-style: solid;
*/
