body {
	background:#0D967A url(images/SF-MM-BG.jpg) repeat-x scroll 0 0;
	font-family: Calibri, arial, helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.4em;
	padding: 0;
	margin: 0;
}
a img {
	border: medium none;
}

#container {
	width: 650px;
	margin: 0 auto;
	background-color: #fff;
}

#header {
	height:135px;
	width:650px;
}

#header ul {
	position: relative;
	top: 106px;
	left: 160px;
}

#header li {
	display: inline;
	padding: 0 3px;
	color: #fff;
}

#header li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#btm_menu {
	margin:0 auto;
	width:570px;
	text-align: center;
}

#btm_menu ul {
	padding-left: 0;
}

#btm_menu li {
	display: inline;
	color: white;
	padding: 0 5px;
}

#btm_menu li a {
	color: white;
}

#topmenu li {
	display: inline;
	padding: 0 3px;
}

#content {
	min-height: 500px;
	padding: 20px 30px;
}

/*************************
Common
*************************/
h1 {	
	font-size: 32px;
	color: #FF3300;
	line-height:1.2em;
}
h1.center {
	text-align: center;
	}

h2 {
	line-height: 1.2em;
	color: #11873e;
	text-align: center;
	margin-top: 30px;
	font-size: 25px;
}

li {
	margin-bottom: 10px;
}

a {
	color: #00c;
}
a:hover {
	color: #f30;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.bold_italic {
	font-weight: bold;
	font-style: italic;
}

.bold_italic_underline {
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

.bold_underline {
	font-weight: bold;
	text-decoration: underline;
}

.italic_underline {
	font-style: italic;
	text-decoration: underline;
}

.highlight {
	background: yellow;
}

.bold_highlight {
	font-weight: bold;
	background: yellow;
}

.center {
	text-align: center;
}

.red {
	color: #FF3300;
}

.font_10px {
	font-size: 10px;
}

.font_12px {
	font-size: 12px;
}

.font_14px {
	font-size: 14px;
}

.font_16px {
	font-size: 16px;
}

.font_18px {
	font-size: 18px;
}

.font_20px {
	font-size: 20px;
}

.font_22px {
	font-size: 22px;
}

.font_24px {
	font-size: 24px;
}

.font_26px {
	font-size: 26px;
}

.spacer {
	border-bottom: 1px solid #ccc;
}

.clear {
	clear: both;
}

.subhead {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
}

.testimonial_yellow {
	background: #FFFFDE;
	border: 1px solid #FFEC8A;
	padding: 10px 20px;
	width: 500px;
	margin: 20px auto;
}

#instructions {
	width: 500px;
	margin: 20px auto;
	border: 1px dashed #ccc;
	padding: 10px;
}
.u {
	text-decoration:underline
}
.t,
h1,
h2 {
	font-family: "Times New Roman",Times,FreeSerif,serif;
}
div.quote{
	border:1px solid #fafb00;
	background: #fffad6;
	padding:0 20px;
	width:80%;
	margin: 0 auto;
}
img.center {
	display:block;
	margin: 0 auto;
	}

#optIn {
	border: 3px dashed #f30;
	background: #FFFFDE;
	padding: 20px;
	width: 300px;
	margin: 0 auto;
}

#optIn .field {
	margin-bottom: 10px;
}

#optIn label {
	float: left;
	width: 80px;
	text-align: left;
}

#optIn input {
	width: 200px;
	border: 1px solid #c9c987;
}

#optIn #submit {
	background: #fff;
	border: 2px solid #f30;
	margin: 10px auto 0 auto;
	padding: 4px 0;
	width: 300px;
	font-weight: bold;
}
	
/*******************
 Sale Text
********************/

h3.saleText {
	line-height: 1.5;
	color: #444;
	font-style: italic;
}
