/* Stylesheet for WillB's Sales page templates, Oct 2006. */
/* This sheet is intended for use with template #1 */

body {
	padding:0px;
	margin:0px;
	text-align:center;
	font-size:10pt;
	font-family:Trebuchet MS,Verdana,Tahoma,Arial,sans-serif;
	background:url(bg.png);
}
h1 {
	font-family:Arial,Tahoma,Verdana,sans-serif;
	font-size:26pt;
}
h2 {
	font-family:Tahoma,Verdana,sans-serif;
	font-size:20pt;
}
h3 {
	font-family:Tahoma,Verdana,sans-serif;
	font-size:16pt;
}
h4 {
	font-family:Tahoma,Verdana,sans-serif;
	font-size:14pt;
	font-weight:bold;
}
ul {
	list-style-image:url(tickbox.png);
	margin-left:75px;
	margin-right:75px;
}
li {
}
a {}
a:hover {}
a:visited {}

div {
	border:0px solid #000;
}

.center {
	text-align:center;
}
.highlight {
	font-size:12pt;
	font-family:Arial;
	font-weight:bold;
	color:#66f;
}
.testimonial {
	margin-left:100px;
	margin-right:100px;
	padding:15px;
	padding-left:35px;
	padding-top:35px;
	background:#ddf;
	background-image:url(quotes.png);
	background-repeat:no-repeat;
	background-position:5px 0px;
	border-top:1px solid #aaf;
	border-bottom:1px solid #aaf;
}
.testimonial_sig {
	font-size:12pt;
	font-style:italic;
}
.testimonial_title {
	font-size:12pt;
	font-weight:bold;
}
.orderbox {
	/* For collecting emails and payments */
	margin-left:150px;
	margin-right:150px;
	background:#66b;
	padding:25px;
	border-top:1px solid #339;
	border-bottom:1px solid #339;
	font-size:12pt;
	color:#ddf;
}

.body_frame {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:780px;
}
.central_column {
	margin-top:15px;
	margin-bottom:15px;
	width:780px;
}
.header_frame {
	width:780px;
	height:175px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='header.png');
}
.header_frame[class] {
	background:url(header.png) no-repeat;
}
.header {
	margin:10px;
}
.content_frame {
	width:780px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='stretch.png');
	padding-top:1px;
	padding-bottom:1px;
}
.content_frame[class] {
	background:url(stretch.png) repeat-y;
}
.content {
	margin:10px;
	margin-left:40px;
	margin-right:40px;
}
.footer_frame {
	width:780px;
	height:100px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='footer.png');
	padding-top:1px;
}
.footer_frame[class] {
	background:url(footer.png) no-repeat;
}
.footer {
	margin:10px;
	margin-left:40px;
	margin-right:40px;
}
.copyright_frame {
	width:780px;
	height:50px;
}
.copyright {
	margin:5px;
	font-size:8pt;
	text-align:center;
	color:#999;
}

