
body {
	background-color: #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}
#header {
	float:left;
	background: url(i/Street-Marketing-Logo.jpg) no-repeat right;
	width: 800px;
	height: 140px;
	background-color: #fff;
}
#infobar ul{
	float:left;
	background-color: #f98d33;
	width: 765px;
	height: 25px;
	border-top: #258949 solid 2px;
	border-bottom: #258949 solid 2px;
	color: #FFF;
	line-height:18px;
	padding-top: 10px;
	padding-bottom:5px;
	padding-left:35px;
	margin:0px;
}
#infobar li {
	font-weight: bold;
	display: inline;
	font-size: 10px;
}
#infobar a:hover, #infobar a:visited {
	color: #258949;
}
#navigation {
	float: left;
	background-color: #258949;
	width: 200px;
	height: 365px;
	border-top: #fff solid 2px;
	border-right: #fff solid 2px;
	padding-top: 25px;
}
#navigation li {
	text-decoration: none;
	font-weight: bold;
	padding: 8px;
	list-style: none;
}
#navigation ul {
	padding-left: 0px;
	margin-left:25px;
	margin-top:25px;
}
a:link  {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #f98d33;
	text-decoration: none;
}
a:active {
	color: #f98d33;
	text-decoration: none;
}
#content a:link, #content a:visited {
	color: #258949;
}
#content a:hover, #content a:active {
	color: #f98d33;
}
#content, #bkg {
	float: left;
	background-color: #fff;
	color: #000;
	width: 595px;
	height: 390px;
	border-top: #fff solid 1px;
	border-left: #fff solid 1px;
	margin:0px;
}
#reducedfont {
	font-size: 14px;
}
h2 {
	margin-top:50px;
	font-weight: bold;
	font-size: 30px;
	padding-left: 30px;
	color: #fff;
}
h3 {
	font-weight: bold;
	padding-top: 40px;
	padding-left: 30px;
}
h4 {
	font-weight: bold;
	padding-left: 30px;
	font-size: 14px;
}
blockquote {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	color: #258949;
	border-bottom: #f98d33 solid thin;
}
#content p {
	padding-left: 30px;
	padding-right: 30px;
}
#footer {
	float: left;
	background-color: #fff;
	width: 800px;
	height: 10px;
	border-top: #fff solid 2px;
	color: #258949;
	padding-top: 0;
	margin: 0;
}
#footer p {
	margin-top: 0px;
	left: 0;
	list-style: none;
	text-decoration: none;
	font-weight: normal;
	display: inline;
	font-size: 10px;
	padding: 0;
}
#footer a:link, #footer a:hover, #footer a:visited {
	color: #f98d33;
}
