@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color:#363636;
	/*background-image:url('/media/images/meat_city_header_bg.jpg');*/
	background-image:url('/media/images/meat_city_header_bg2.jpg');
	background-repeat: repeat-x;
	color: #000000;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	color: #990033;
}
h1 {
	font-size: 22px;
	font-weight: normal;
}

h2 {
	font-size: 20px;
	font-weight: normal;
}

a:link, a:visited {
	text-decoration: none;
	color: #990033;
	outline: none;	
}
a:hover {
	text-decoration: underline;
}

/* CLASSES */
.headerIMG {
	width: 255px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.highlight {
	background-color:#FFFF00;
}

.navi {
	display: inline;
}


/* ID'S */
#googlemap {
	width: 430px;
	border: 1px solid #CCCCCC;
	float: right;
}

#staticmap {
	width: 430px;
	float: left;
	border: 1px solid #CCCCCC;
}
