* {
	margin:0;
	padding: 0;
}
body {
	background: url(images/background.gif) repeat-x top #ebebe2;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
}
p { 
	padding: 10px 0;
	font-size: 11px;
	line-height: 1.7em;
	color: #666;
	font-family: verdana, arial, sans-serif;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

a { color: #2b7c9a; font-weight: bold; font-family: verdana, arial, sans-serif; }
a:hover { color: #444; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
#wrapper {
	width: 739px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: url(images/header.gif) no-repeat right bottom;
	height: 194px;
	width: 739px;
	margin-top: 10px;
}
	#header h2 {
		color: #fff;
		font-size: 32px;
		text-align: center;
		padding: 40px 100px;
		padding-bottom: 0;
		letter-spacing: -1px;
	}
#content {
	clear: both;
	background: #fff;
	padding: 30px;
	padding-top: 10px;
}
#footer {
	background: url(images/footer.gif) repeat-x top;
	height: 54px;
	clear: both;
}
#footer-w {
	width: 763px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	font-size: 11px;
		font-family: verdana, sans-serif;
}
	#footer-w span.wordpress {
		padding: 20px 30px;
		float: right;
		color: #fff;
	}
	#footer-w span.copyright {
		padding: 20px 30px;
		float: left;
		color: #fff;
	}

blockquote {
	padding: 10px;
	margin: 10px;
	background: #eee;
	border: 1px dotted #ddd;
	border-left: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
}
#content ul {
	list-style: none;
	margin: 20px;
}
	#content ul li {
		padding: 5px;
		padding-left: 10px;
		font-size: 12px;
		line-height: 1.65em;
		color: #2e6a97;
		border: 1px dotted #ddd;
		font-weight: bold;
		margin: 4px 0;
		font-family: verdana, arial, sans-serif;
	}
#content ol {
	list-style: none;
	margin: 20px;
}
	#content ol li {
		padding: 5px;
		padding-left: 10px;
		font-size: 12px;
		line-height: 1.65em;
		color: #5e0000;
		font-weight: bold;
		font-family: verdana, arial, sans-serif;
	}
#content h1 {
	font-size: 28px;
	padding: 20px 0;
	text-align: center;
	color: #666;
}
#content h2 {
	font-size: 16px;
	text-align: center;
	color: #666;
}

#content h3 {
	font-size: 14px;
	padding: 20px 0;
	text-align: center;
	color: #666;
}
#content a.buynow img {
	border: none;
	display: block;
	margin: 10px auto;
}
h4.intro {
	padding: 15px;
	color: #fff;
	font-size: 16px;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
