* {
		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;
}
#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;
}
#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: "trebuchet ms", tahoma, arial, helvetica, sans-serif;
	font-size: 36px;
	color: #cc0000;
	text-align: center;
	margin-bottom: .5em;
	font-weight: normal;
}

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;
}

/* WSO Styles */
#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;
}
label {
		padding: 0 0 0 20px;
		color: #666;
		font-weight: bold;
		display: inline-block;
		font-size: 100%;
		width: 100px;
		line-height: 120%;
		vertical-align: top;
	}
	input,textarea,select {
		border: 1px solid #bbb;
		background-color: #f8f8f8;
		padding: 5px;
		margin-bottom: 10px;
	}
	input {
		height: 20px;
		width: 200px;
	}
	#submit {
		width: 160px;
		height: 28px;
		text-align: center;
		margin: 3px auto 0 auto;
		background: #f8b13b;
		font-weight: bold;
	}
	input:focus,textarea:focus,select:focus {
		background-color: #FFF;
	}
	.warning {
		background-color: #feb1b1; color: #820101; padding:2px; margin: 20px; border: 1px solid #fe9090;
	}
	fieldset {
		border: 1px solid #ccc;
		background-color: white;
		padding: 10px 30px 10px 30px;
		margin: 20px auto 0 auto;
	}
	/* End WSO Styles */