body {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.8em;
	background: #666;
	line-height: 1.3em;
	margin: 0;
}

/*************************
Layout
*************************/

#container {
	width: 862px;
	margin: 0 auto;
}

#wrapper {
	background: url(images/page_bg.jpg) repeat-y;
}

/*************************
Header
*************************/

#header {
	margin: 0;
	padding: 0;
}

/*************************
Left Column
*************************/

#leftcol {
	width: 135px;
	float: left;
	margin-left: 56px;
}

#menu {
	
}

#menu ul {
	padding: 0;
	margin: 0;
}

#menu li {
	list-style: none;
	display: block;
	margin: 2px 0;
	padding: 0;
}

#menu li a {
	padding-left: 10px;
	color: #666;
	background: url(images/menu_bg.jpg) no-repeat left center;
	display: block;
	outline: none;
}

#menu li a:hover {
	color: #0033FF;
}

/*************************
Content
*************************/

#content {
	padding: 0 20px;
	width: 560px;
	margin-left: 200px;
	border: 1px solid #fff;
}

/*************************
Footer
*************************/

#footer {
	
}

#footer p {
	position: relative;
	top: -100px;
	left: 375px;
	margin-bottom: -35px;
}

#footer a {
	padding: 0 10px;
	outline: none;
}

/*************************
Common
*************************/
h1 {
	line-height: 1.2em;
}

h2 {
	line-height: 1.2em;
}

li {
	margin-bottom: 10px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

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

.highlight {
	background: yellow;
}

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

.red {
	color: #cc0000;
}

.font_10px {
	font-size: 10px;
}

.font_12px {
	font-size: 12px;
}

.font_14px {
	font-size: 14px;
}

.font_16px {
	font-size: 16px;
	line-height: 1.3em;
}

.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: 1px solid #ccc;
}

.clear {
	clear: both;
}

.red_bold {
	color: #cc0000;
	font-weight: bold;
}

.heading {
	margin-top: 0; 
	padding-top: 20px;
	font-family: "Times New Roman";
	color: #cc0000;
	text-align: center;
	font-size: 34px;
}

.red_highlight {
	color: #cc0000;
	background: yellow;
}
	

/*************************
Optin
*************************/

#standard-optin {
	border: 3px dashed #000;
	background: #dee4ed;
	width: 400px;
	margin: 0 auto;
	padding: 10px 30px;
}

.standard-optin {
	font-size: 20px;
	padding: 5px 10px;
	margin: 0;
}

/*************************
Testimonials
*************************/

.testimonial{
	background: #ECF6FE;
	padding: 5px;
	margin: 20px 10px;
	color: #336699;
	font-size: 8pt;
}

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

.testimonial_blue{
	background: #EAF0FF;
	border: 1px solid #B7C9FF;
	padding: 20px;
	width: 500px;
	margin: 20px auto;
}

/*************************
IE6
*************************/
*html #leftcol {
	margin-left: 28px;
	position: relative;
}

*html #content {
	margin-top: -5px;
}

*html .heading {
	position: relative;
}

/*************************
IE7
*************************/


*+html #leftcol {
	position: relative;
}

*+html #menu {
	position: relative;
}

*+html #content {
	margin-top: -5px;
}

*+html .heading {
	position: relative;
}





