@charset "utf-8";
/* CSS Document */

/*** MAIN ***/

body {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:25px;
	color:#718841;
	margin:0px;
}
a {
	color:#a2c753;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-size:30px;
	font-weight:bold;
	color:#7aaa42;
}
h2 {
	font-size:18px;
	font-weight:bold;
	color:#8ab63f;
}
.sub_heading {
	font-size:15px;
}
.form ul {
	margin:0px;
	padding:0px;
}
.form ul li {
	height:24px;
	line-height:24px;
	list-style:none;
	clear:both;
}
.form ul li b {
	clear:left;
	float:left;
	width:120px;
	line-height:14px;
	padding-top:3px;
}
.form sup {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#CC0000;
}
#header_container {
	margin: 0px auto;
	min-height:142px;
	background:#FFFFFF url(../images/header_bg.jpg) top repeat-x;
}
#content_container {
	clear:both;
	margin: 0px auto;
	min-height:950px;
	background:#FFFFFF url(../images/bg.jpg) bottom repeat-x;
}
#footer_container {
	clear:both;
	margin: 0px auto;
	min-height:192px;
	background:#342c14 url(../images/footer_bg.gif) top repeat-x;
}

/*** HEADER ***/

#header {
	clear:both;
	margin: 0px auto;
	width:800px;
	padding-left:20px;
	padding-right:20px;
	height:142px;
}
#header_left {
	float:left;
	width:219px;
	height:129px;
	background:url(../images/logo.png) no-repeat;
}
#header_right {
	float:right;
	width:497px;
	height:129px;
	background:url(../images/quote_ghandi.png) no-repeat;
}

/*** NORMAL CONTENT ***/

#content {
	clear:both;
	margin: 0px auto;
	padding-top:43px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:117px;
	width:800px;
	min-height:790px;
	background:url(../images/body_bg.png);
}
#content_left {
	float:left;
	width:240px;
}
#nav {
	width:240px;
}
#content_right {
	float:right;
	width:523px;
	overflow:hidden;
}
#panel_fact {
	width:240px;
	height:170px;
	margin-top:10px;
}
#panel_signup {
	float:left;
	width:240px;
	height:170px;
	margin-top:20px;
}
#panel_track {
	float:right;
	width:240px;
	height:170px;
	margin-top:20px;
}

/*** FOOTER ***/

#footer {
	clear:both;
	margin: 0px auto;
	padding-top:40px;
	width:800px;
	color:#FFFFFF;
	text-align:center;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer_logo {
	margin: 0px auto;
	margin-top:15px;
	width:192px;
	height:94px;
	text-align:center;
	background:url(../images/logo_bottom.gif) no-repeat;
}

/*** BLOG ***/

#blog_nav {
	padding-top:20px;
	list-style:none;
	text-align:right;
}
#blog_nav a {
	font-size:16px;
}
#blog_line {
	height:3px;
	padding-top:20px;
	padding-bottom:20px;
	background:url(../images/blog_line.png) center no-repeat;
}
#blog_comment {
	background:#f5f5f5;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
	padding-left:20px;
	margin: 10px;
}
#author_img {
	float:right;
	margin-top:-45px;
	width:48px;
	border:1px solid #ccc;
}