@charset "utf-8";
/* CSS Document */

* {
	margin:		0px;
	padding: 	0px;
	
}

body {
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.5em;
	margin: 4px;
	font-size: 14px;
	color: #444444;
	background-color: #ffffff;
}

#header {
	background-image:		url(../images/citycomm-header2.jpg);
	width:					1000px;
	height:					250px;
	margin-left:			auto;
	margin-right:			auto;
	border:					none;
	
}

#content {
	border:					1px solid #333333;
	width:					957px;
	margin-left:			auto;
	margin-right:			auto;
	padding:	 			10px 20px 20px 20px;
	
}

#footer {
	border:					none;
	width:					977px;
	margin-left:			auto;
	margin-right:			auto;
	padding:	 			10px 10px 20px 10px;
	
}

a:link {
	color: #409d27;
	
}

a:hover {
	color: 			#444444;
	font-weight: 	bold;
	
}

a:visited {
	color: #409d27;
	
}

#contact {
	padding-left: 0px;
	width: auto;
	margin-bottom: 20px;
	margin-top:	20px;
	
}

#contact table {
	padding-left: 0px;
	width: 100%;
	
	
}

.top-center {
	text-align: center;
	vertical-align: top;
	
}

.top-right {
	text-align: right;
	vertical-align: text-top;
	
}#content .top-center strong {
	font-weight: bold;
}
