h3 a {
	text-decoration:none;
	color:red;
}

#announce {
	position:absolute; 
	left:625px;
	top:90px; 
	width:200px; 
	height:50px; 
	border:4px solid red;margin;
/*	display:none;
	visibility:hidden;*/
}
h3 a:hover {
	text-decoration:none;
	background:yellow;
}

body {
	font-family:Helvetica,Verdana,Arial,sans-serif;
	font-size:10pt;
	color:#333;
}

#main {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

.mainhead {
	text-align:center;
	font-size:2em;
}

#mainImage{
	text-align:center;
}

.content ul {
	line-height:1.1em;
	list-style:none;
}

#leftAddress {
	float:left;
	width:200px;
}

.content {
	margin-top:10px;
	border-top:2px solid red;
	padding-top:10px;
}

.kicker {
	font-weight:bold;
	color:#000;
}

#map {
	width:100%;
	height:250px;
	background:red;
}

#inventory {
	float:right;
	text-align:left;
	width:580px;
}

#inventory ul {
	list-style-type:circle;
	line-height:2em;
	text-indent:0px;
}

#inventory li {
	display:inline;
	padding-right:10px;
	padding-left:5px;
	margin-top:4px;
	border-left:1px solid red;
}