body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #E8E8E8;
	line-height: 130%;
	font-family: airal, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}

.ad {
	margin-left: 10px;
	}

#wrapper-header {	background: #E8E8E8 url('http://www.cityofyoungstown.com/images/top-background.png'); }

#header {
	background: #222 url('http://www.cityofyoungstown.com/images/banner.jpg') right no-repeat;
	width: 85%;
	height: 125px;
	line-height: 125px;
	margin: 0 auto;

	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #7B9230;
	font-size: 180%;
	padding-left: 10px;
	letter-spacing: 1px;
}

#wrapper-menu {
	background: #7B9230 url('http://www.cityofyoungstown.com/images/menu-background.png') top left repeat-x;
	float: left;
	width: 100%;
}

#menu {
	width: 85%;
	margin: 0 auto;
	letter-spacing: 1px;
	font-size: 95%;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #95bc0e;
	border-right: 1px solid #95bf0f;
	width: 100%;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #222222;
	text-decoration: none;
	float: left;
	border-right: 1px solid #95bc0e;
}

#menu a:hover {
	background: #b6e41c url('http://www.cityofyoungstown.com/images/menu-hover.png') repeat-x;
	color: #485b06;
}

#content {
	width: 83%; /* 93% because it has 1% padding on each side, which brings it to 95% wide */
	margin: 0 auto;
	padding: 3.5em 1% 20px 1%;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: white;
	font-size: 90%;
	text-align: left;
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#footer {
	margin: 0 auto;
	padding: 2px 1%;
	width: 83%;
	text-align: right;
	color: white;
	letter-spacing: 0.15em;
	background: #7B9230 url('http://www.cityofyoungstown.com/images/menu-background.png') top left repeat-x;
	border: 1px solid #a0c80e;
	font-size: 80%;
}

h2 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #a0c80e;
	font-size: 150%;
	letter-spacing: -1px;
	text-transform: capitalize;
}

a:link, a:visited {
	color: #260;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

p { margin-left: 1em; }

a.linkopacity img {
filter:alpha(opacity=50);
-moz-opacity: 0.75; 
opacity: 0.75;
-khtml-opacity: 0.75;}


a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0; }

input,button
{
	font-size: 14px;
	padding: 2px;
	color: #336633; 
	font-family: Arial, Helvetica, sans-serif;
	border: 1px #bbbbbb solid;
	letter-spacing:1px;
}

.imageborder {
/* This centers the image 
display: block;
margin-left: auto;
margin-right: auto;
*/

/* This adds the border */
padding:8px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 2px 2px 1px;
}
.catdesc {
font-size: small;
color: gray;
}
