*{
	font-family:"Univers",sans-serif;
}
body{
    width:1100px;
    height:100%;
    margin-left:auto;
    margin-right:auto;  
	background-color:#F8F8F8;
}
#blurb {
    margin-top: 0;
}
.fb-like {
    margin-left:20px;
    margin-right:10px;
    top:-3px;
}
a:link {color:#004C99;}
a:visited {color:#004C99;}
.header p {
    color:#666;
}
.key img {
	top:4px;
	position:relative;
	padding-right:5px;
	padding-left:5px;
}
.search {
    position:relative;
    height:25px;
    width:100%;
    z-index:10;
}

#searchbar {
	width: 210px;
}

#searchbutton {
	width: 60px;
}

#map {
    position:relative;
    float:left;
    width:800px;
    height:520px;
	border-style:solid;
	border-width:1px;
}
.sidebar {
    position:relative;
    float:left;
    width:275px;
    height:480px;
    margin-left:10px;
    margin-right:10px;
}
.linegraph {
	position:relative;
	width:100%;
}
.restaurantname {
    font-weight:bold;
    font-size:large;
    height:2.2em;
    margin-bottom:3px;
}
.restaurantname span {
    font-size:12px;
    font-weight:normal;
}
.restaurantaddress{
    font-style:italic;
    font-size:small;
    margin-bottom:3px;
	height:2em;
}
.inspectioninfo {
    margin-top:10px;
    font-size:small;
	height:230px;
	overflow-y:auto;
}
.violations {
}
.statement p {
    font-style:italic;
    margin-left:15px;
}
.credit {
	position:relative;
	float:right;
	font-size:x-small;
	font-style:italic;
	clear:both;
}