.StreetLife {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #000;
	text-align: center;
	font-size: 20px;
}
.streetlife-company-profile {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
}



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 4;
	border: 0;
	outline: 0;
	font-size: 100%;
}
img {
	border-style: none;
}

body {
	
	background-image: url(../images/home-page/streetlifeintro.jpg);
	background-repeat: repeat; 
}
h1 {
	color: #000;
	font-size: 40px;
	font-weight: bold;
	line-height: 28px;
	letter-spacing: -1px;
}
h2 {
	color: #FFF;
	font-size: 175%;
	font-weight: bolder;
	line-height: 20px;
	text-align: center;
	font-style: normal;
	font-family: "Comic Sans MS", cursive;
	text-decoration: underline;
}
a,  a:link {
	color: #060;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:focus {
	color: #CCCCCC;
}
a:active {
	color: #0F0;
	background-color: #0F0;
	font-size: 18px;
}
/* Main Content Window Information */
#outerWrapper {
	margin: 0 auto 3px;
	text-align: left;
	width: 720px;
	height: auto;
	background-color: #FFF;
	background-repeat: repeat-y;
	background-repeat: repeat-x;
	background-position: left 13px;
}

/* Main Content Including Side Bar Information */
#outerWrapper #gradient {
	background-image: url(../images/home-page/center.jpg);
	background-position: center;
}
/* Top Header Bar Below Logo Information */
#header  {
	height: 30px;
	background-image: url(../images/info-pages/panel-black.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 20px;
}
/*Center Placement of Special Images Relating to Company's functions */
#outerWrapper #feature {
	height: 178px;
	width: 678px;
	margin-left: 21px;
	margin-bottom: 0px;
	background-image: url(../images/banners/main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* Navigation Bar below Header */
#nav    {
	height: 35px;
	margin-right: 20px;
	margin-left: 20px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	background-image: url(../images/info-pages/nav-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	margin-bottom: 0px;
}
/* Center NAVIGATION BAR */
#nav ul {
	margin: 0px;
	float: center;
	padding-right: 1px;
	padding-left: 22px;
}
#nav ul li {
	margin: 0px;
	display: block;
	float: left;
	list-style: none;
	clear: right;
}

/*Navigation Row Layout  */
#nav ul li a {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center;
}
#nav ul li a:hover {
	text-decoration: none;
	color: #FF0;
	background-color: #060;
	background-image: url(../images/info-pages/nav-hover.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top-color: #060;
	border-right-color: #060;
	border-bottom-color: #060;
	border-left-color: #060;
}
#nav ul li#active {
	background: url(../images/info-pages/nav-hover.jpg) repeat-x top;
	text-decoration: none;
}
#nav ul li#active a {
	color: #FFFFFF;
}
.subpage-navimage {
	float: right;
}
/* Layout for Main Content */
#outerWrapper #contentWrapper {
	padding-right: 25px;
	padding-left: 32px;
	clear: both;
	padding-top: 15px;
	
	/*background-image: url(../images/info-pages/center-panel-black.jpg); */
}
#outerWrapper #contentWrapper #content {
	/*MAIN PANEL PROPERTIES */	
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #CCC;
	background-image: url(../images/home-page/main.jpg);
	background-repeat: repeat;
	background-position: center;
	color: #000;
	border: 1px solid #2C2C2C;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
	float: left;
	height: auto;
	width: 612px;
}
#content-image {
	margin-bottom: 15px;
}

#content ul li {
	margin-bottom: 5px;
}
.clearFloat   {
  clear: both;
  display: block;
}

/* Page End Information */
#outerWrapper #footer {
	background: url(../images/info-pages/footer-black.jpg) no-repeat center top; 
	height: 40px;
	width: 660px;
	color: #000;
	font-weight: bolder;
	text-align: center;
	padding-top: 25px;
	padding-right: 30px;
	padding-left: 30px;
}
#footer a, #footer a:visited, #footer a:active {
	font-weight: normal;
	color: #000;
}
#footer a:hover {
	font-weight: bolder;
	color: #F00;
	text-decoration: none;
}

