/* CSS Created by Kevin Koop - LocalBizSEO.info and coming soon... LocalBizThemes.com */

* {
		margin: 0;
		padding: 0;
}
body {
	background: url(../images/bg.jpg) #fff repeat-x 0 0;
	font-family: "trebuchet ms", tahoma, arial, helvetica, sans-serif;
	font-size: 90%;
	color: #000;
	/*text-align: center;*/
}
a {color: #3370EB;}
#header h1 {
	color: #111;
	position: absolute;
	margin-top: 6px;
	font-family: "trebuchet ms", tahoma, arial, helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
}
#header h1 a:link {text-decoration: none; color: #444}
#header h1 a:visited {text-decoration: none; color: #444}
#header h1 a:hover {text-decoration: none; color: #111}
#header h1 a:active {text-decoration: none; color: #444}

#header {
	background: url(../images/header.jpg) no-repeat 0 0;
	margin: 0 auto;
	padding: 0;
	width: 750px;
	height: 190px;
}
#headermain h1 {
	color: #111;
	position: absolute;
	margin-top: 6px;
	font-family: "trebuchet ms", tahoma, arial, helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
}
#headermain h1 a:link {text-decoration: none; color: #444}
#headermain h1 a:visited {text-decoration: none; color: #444}
#headermain h1 a:hover {text-decoration: none; color: #111}
#headermain h1 a:active {text-decoration: none; color: #444}

#headermain {
	background: url(../images/header-main.jpg) no-repeat 0 0;
	margin: 0 auto;
	padding: 0;
	width: 750px;
	height: 77px;
}
#content {
	padding: 0 30px 15px 30px;
}
#wrapper {
	width: 750px;
	background: url(../images/content_repeater.jpg) #fff repeat-y 0 0;
	margin: 0 auto;
}
#footer {
	background: url(../images/footer.jpg) no-repeat 0 100%;
	margin: 0 auto;
	width: 750px;
	height: 28px;
	clear: both;
}
#footerinfo {
	width: 750px;
	font-size: .8em;
	margin: 0 auto;
	text-align: left;
	padding-left: 1em;
}
#footerinfo p {
	padding-bottom: 40px;
	display: inline;
	color: #666;
}
#footerinfo p a:link {
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	color: #3370EB;
}
#footerinfo p a:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #3370EB;
}
#footerinfo p a:visited {
	font-size: 12px;
	text-decoration: underline;
	color: #3370EB;
}
#footerinfo p a:active {
	font-size: 12px;
	text-decoration: underline;
	color: #3370EB;
}
#footerinfo em {
	text-align: right;
	padding-right: 1em;
	float: right;
	color: #666;
	font-size: 11px;
}
h1 {
	font-family: georgia, "times new roman", times, serif;
	color: #cc0000;
	text-align: center;
	font-size: 28px;
	line-height: 1.3em;
	font-weight: bold;
}
h2 {
	font-family: georgia, "times new roman", serif;
	font-size: 1.8em;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	color: #333;
	margin-top: .5em;
	margin-bottom: 1em;
}
h3 {
	font-family: "trebuchet ms", tahoma, arial, helvetica, sans-serif;
	font-size: 1.5em;
	text-align: center;
	margin-bottom: .5em;
}
h4 {
	font-family: "trebuchet ms", tahoma, arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	margin-bottom: .5em;
}
p {
	line-height: 130%;
	margin-bottom: .8em;
	text-align: left;
}
p.outro {
	font-size: .9em;
	color: #666;
	text-align: center;
	padding: 30px 80px 0 80px;
	margin-bottom: 0;
}
.underline {
	text-decoration: underline;
}
.clear {
	clear: both;
}

#copy {
	width: 420px;
	margin-top: -105px;
	padding-right: 20px;
	float: left;
}
#copy h1 {
	font-family: georgia, "times new roman", times, serif;
	color: #cc0000;
	text-align: center;
	font-size: 28px;
	line-height: 1.3em;
	font-weight: bold;
}
#optin {
	width: 215px;
	background: #e8e8e8;
	padding: 15px 15px 5px 15px;
	border: 1px solid #ccc;
	float: left;
	margin-top: 60px;
}
#optin h2 {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
#optin p em {
	text-align: center;
	font-size: .9em;
	display: block;
	margin-top: 10px;
	margin-bottom: 0;
}
#leftcolumn {
		width: 420px;
		float: left;
		margin: -100px 30px 0 0;
		padding-left: 25px;
		text-align: center;
	}
	#leftcolumn p {
		padding-top: 10px;
		text-align: left;
	}
	#rightcolumn {
		width: 250px;
		float: left;
		margin-top: -5px;
		padding-right: 25px;
	}
	#rightcolumn p {
		font-size: 10px;
		color: #666;
		text-align: center;
		margin: -3px 0 0 0;
	}

	form {
		margin-top: 20px;
	}
	
	input[type=text] {
		border: 1px solid #bbb;
		width: 244px;
		padding-left: 5px;
		padding-bottom:5px;
		padding-top:5px;
		font-size: 14px;
		clear: both;
		margin-bottom:5px;
		display: block;
		font-weight: bold;
		background: #f9f9f9;
		color: #444;
	}

	input[type=text]:hover {
		border: 1px solid #65b3f9;
	}
	input[type=image] {
		display: block;
		margin: 0px auto;
		clear: both;
	}