/* main.css by John Stewart
  v 1.0 - 2013-11-12
*/

body {
	background-color: #6cc;
}
/* Body */

div#outerDiv {
	width: 900px; /* Sets content width */
	margin: 0 auto;  /* Sets margin */
}

div#header {
	Position: relative;
}

h1 {
	color: #050D5B;
	font-size: 300%;
	font-family: times, arial;
	text-align: center;
	margin: 0;
	padding: 10px;
}
/* H1 */

h1 a:link {
	color:#f5ef42;
	text-decoration: none;
}    /* unvisited link */

h1 a:visited {
	color:#f5ef42;
} /* visited link */

h1 a:hover {
	color:#f5ef42; text-decoration:underline overline;
}   /* mouse over link */

h1 a:active {
	color:#f5ef42;
}  /* selected link */
/* Header */

h5 {
	text-align: center;
	font-weight: bold;
	color: green;
}

h5 a {
	border: none;
}
/* H5 */

img.thumb {
	display: block;
    margin-left: auto;
    margin-right: auto;
	float: center;
}
/* Thumb */

p {
	text-align: center;
	font-weight: bold;
	color: blue;
}
/* P attribute */

#img-outer {
	height: 84px;
	background: url(http://1smartcity.com/images/bar-bg.jpg) repeat-x;
}

.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

#img-outer {
	background: transparent.png;
}
#img-outer {
	height: 100px;
	background: transparent.png;
}

.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

ul#horizontal-img {
	max-width: 1100px;
	list-style: none;
	font-size: 0px;
	}
	
	ul#horizontal-img li {
		display: inline;
	}
/* Horizontal Images */