@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #FFFFFF;
	background-color: #FBDEED;
}
p {
	font-size:1.2em;
	line-height: 1.3em;
	word-spacing: 0.06em;
}
h1 {
	font-size:1.4em;
	line-height: 1.5em;
	word-spacing: 0.06em;
	font-weight: bold;
}
h2 {
	font-size:1.2em;
	line-height: 1.3em;
	color: #F0EB0D;
	word-spacing: 0.1em;
	font-weight: normal;
}
h3 {
	font-size:1em;
	line-height: 1.2em;
	word-spacing: 0.06em;
}
li {
	color: #AADD14;
	font-size: 1.2em;
	line-height: 1.4em;
	list-style-position: inside;
	list-style-type: disc;
}
p a:link {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ADD14A;
}
p a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ADD14A;
}
p a:hover {
	color: #ADD14A;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
p a:active {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ADD14A;
	}
	
#page_wrapper {
	width: 900px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#content_wrapper {
	background-color: #C60070;
	width: 900px;
	overflow:hidden;
}

#nav_bar {
	float: left;
	width: 185px;
	overflow:hidden;
	padding-top: 190px;
	padding-left: 15px;
	background-color: #C60070;
	padding-bottom: 5px;
}

#header {
	width: 700px;
	background-color: #C60070;
}
#variable_area {
	width: 700px;
	float: right;
	margin-left: -3px;
	overflow:hidden;
}
#body_text {
	float: left;
	width: 575px;
	padding-left: 35px;
	padding-right: 90px;
	background-color: #C60070;
	margin-top: -3px;
}
#far_column {
	float: right;
	width: 100px;
	background-color: #C60070;
	margin-top: -3px;
}
#footer {
	padding-left: 220px;
	margin-top: 5px;
}
#footer p {
	color: #C60070;
	font-weight: bold;
	font-size:1.2em;
	line-height: 1.3em;
	word-spacing: 0em;
	letter-spacing: 0em;
}
.footer_small{
	padding-left: 200px;
	color: #C60070;
	font-size:0.8em;
	line-height: 2em;
	word-spacing: 0em;
	letter-spacing: 0em;
	font-weight: normal;
}

#footer a:link {
	color: #C60070;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C60070;
}
#footer a:visited {
	color: #C60070;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C60070;
}
#footer a:hover {
	color: #ADD14A;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ADD14A;
}
#footer a:active {
	color: #C60070;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C60070;
}


#green_tips li {
	list-style-position: outside;
	list-style-type: decimal;
	color: #FFFFFF;
	font-size:1.2em;
	line-height: 1.3em;
	word-spacing: 0.06em;
	margin-left: 16px;
	padding-left: 5px;
}
#talk_icon {
	margin-top: 25px;
}

#paypal_btn1 {
	width: 300px;
	float: left;
}
#paypal_btn2 {
	width: 250px;
	float: right;
}
#contact_text {
	float: left;
	width: 400px;
	overflow:hidden;
}
#web_signup {
	float: right;
	width: 160px;
	overflow:hidden;
}
