@charset "utf-8";
body {
	margin: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	background: #2D58DB url(images/bg.jpg) repeat-x top left fixed;
}
a {
	text-decoration: underline;
	color: #0959B0;
}
a:hover {
	color: #999;
}
img {
	border: 0;
}
#container {
	width: 950px;
	margin: 0 auto;
	background-color: #FFF;
}
#head {
	background: url(http://www.local-advertising.com/images/head.jpg) no-repeat top center;
	width: 950px;
	height: 336px; 
}
#logo {
	height: 68px;
	width: 100%;
	float: left;
	background-color: #fff;
	margin: 0;
	padding: 0;
}
	#head1 {
		height: 60px;
		width: 100%;
	    float: left;
		background: url(http://www.local-advertising.com/images/head_01.jpg) no-repeat top center;
		margin: 0;
		padding: 0;
	}
	#head2 {
		height: 115px;
		width: 100%;
	    float: left;
		background: url(http://www.local-advertising.com/images/head_02.jpg);
		margin: 0;
		padding: 0;
	}
	#head2 .head-msg {
		font-family: "Trebuchet MS", Helvetica, Lucida Grande;
		float: right;
		text-align: center;
		width: 570px;
		margin-right: 30px;
		font-size: 32px;
		color: #FFF;
		text-transform: capitalize;
		line-height: 1.2em;
	}
	#head3 {
		height: 63px;	
		width: 100%;
	    float: left;
		background: url(http://www.local-advertising.com/images/head_03.jpg);		
		margin: 0;
		padding: 0;
	}
ul#nav {
	float: left;
	width: 100%;
	height: 24px;
	background: #000 url(http://www.local-advertising.com/images/nav.jpg) no-repeat top center;
	margin: 0;
	list-style: none;
	padding: 6px 0 0 0;
	text-align: center;
}
	ul#nav li {
		margin: 0;
		display: inline;
		border-right: 1px solid #545454;
	}
	ul#nav li a {
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		text-align:center;
		padding-left: 25px;
		padding-right: 25px;
	}
	ul#nav li a:hover {
		color: #CCC;
	}
#content-outer {
	background-color: #fff;
}
	#content-inner {
		float: left;
		width: 900px;
		background-color:#FFF;
		padding: 20px 25px;
		}
			p {
				margin: 10px 0;
				line-height: 1.6em;
				text-align: justify;
				clear: both;
			}
			p.click-here {
				float: right;
				margin: 0 0 10px 0;
				padding: 0;
				font-style: italic;
				text-align: right;
				}
			.click-here a {
				font-weight: bold;
			}
			h2 {
				margin: 0;
				font-family: "Trebuchet MS", Helvetica, Lucida Grande;
				font-size: 20px;
				clear: both;
				color: #0959B0;
				border-bottom: 1px solid #CCC;
			}
			h2 span {
				display: block;
				margin-bottom: 3px;
			}
			h3 {
				margin: 0;
				font-family: "Trebuchet MS", Helvetica, Lucida Grande;
				font-size: 18px;
				clear: both;
				color: #0959b0;
			}
			#column-1{
				width: 630px;
				float: right;
				margin-left: 15px;
			}
			#column-2{
				width: 230px;
				float: left;
				margin-right: 15px;
			}
			ul.list {
			margin: 0 0 20px 0;
			padding: 5px 0 0 20px;
			list-style-type: square;
			line-height: 2.0em;
			}
			ul.list li {
				margin: 0;
				padding: 0;
			}
			ul.list li a {
				color: #333;
			}
			ul.list li a:hover {
				color: #0959B0;
			}
			ol {
				margin: 0 0 20px 0;
				line-height: 1.6em;
			}
			ul {
			margin: 0 0 20px 0;
			line-height: 1.6em;
			}
#footer {
	float: left;
	width: 950px;
	margin: 0 auto;
	background: url(http://www.local-advertising.com/images/foot.jpg) top center no-repeat scroll;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
#footer p a {
	color: #FFF;
}
form input, textarea {
		font-family: Verdana, Helvetica, Arial, sans-serif;
}
.red {
	color: #F00;
}
