/* CSS Document */

* {
	padding:0px;
	margin:0px;
	line-height:normal;
}
body {
	font-family:arial;
	font-size:11px;
}
p, h1, h2, h3, h4, h5, h6 {
	margin:0px 0px 15px 0px;
}
h1, h2, h3 {
	color:#900;
}
.clear {
	clear:both;
}
.top-bar {
	background:url(../images/top-bar-bg.png) repeat-x;
}
.top-bar div {
	width:980px;
	margin:auto;
	padding:5px 0px 6px 0px;
	color:#FFF;
}
.top-bar div a {
	color:#FFF;
}
.wrapper {
	width:980px;
	position:relative;
	margin:auto;
}
.header {
	position:absolute;
	top:0px;
	left:0px;
	width:950px;
	height:139px;
	background:url(../images/header-bg.png) repeat-x;
	border:solid 1px #CCC;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-top:none;
	z-index:0;
	padding:10px 0px 10px 15px;
}
.header .logo {
	background:#666;
	top:30px;
	right:30px;
	width:260px;
	height:100px;
	position:absolute;
	background:url(../images/logo.png) no-repeat center;
}
.page {
	position:absolute;
	top:20px;
	z-index:1;
	padding:15px 0px 15px 15px;
	width:965px;
}
.text-copy {
	float:left;
	width:600px;
	background:url(../images/page-bg.png) no-repeat top;
	padding:20px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}
.side-bar {
	float:right;
	width:300px;
	margin-top:140px;
}
.footer {
	border-top:solid 1px #CCC;
	padding-top:15px;
}
.footer-ad {
	float:left;
	width:200px;
}
.optin {
	float:right;
	width:730px;
}
.optin .aweber {
	background:url(../images/arrow.png) no-repeat top left;
	background-color:#FFFFCC;
	border:solid 1px #CC0;
	padding:10px;
	width:400px;
	float:left;
}
.optin .aweber ul {
	margin:0px 0px 15px 85px;
}
.optin .aweber ul li {
	margin-bottom:8px;
}
label {
	display:inline-block;
	width:60px;
	margin:5px 0px 5px 0px;
}
.recent {
	float:right;
	width:260px;
	border:solid 1px #ccc;
	padding:10px;
}
.recent a {
	display:block;
	margin:10px 0px 10px 0px;
}
.copyrights {
	border-top:solid 1px #CCC;
	padding-top:10px;
	margin-bottom:30px;
	margin-top:20px;
}
.button {
	display:inline-block;
	padding:3px;
	margin-top:5px;
	margin-bottom:20px;
}
.important, .sidenote {
	margin-left:25px;
}
.emp, a {
	color:#039;
}
form {
	width:220px;
	margin:auto;
	text-align:center;
}
