/* ------------------------------------------------------------------------ */
/* General Styles */

body {
	background: url(http://ecostudents.org/images/page_tile.jpg) repeat-x top fixed #808080;
	padding: 0;
	margin: 0;
	}

p, td, h1, h2, h3, span, div {
	font-family: Trebuchet MS, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	color: #000;
	border: none;
	padding: 0;
	margin: 0;
	}

p {
	margin: 15px 0 15px 0;
	padding: 0;
	}
	
a, a:visited {
	text-decoration: underline;
	color: #004F2A;
	}
	
a:hover, a:active {
	text-decoration: none;
	color: #004F2A;
	}

h1 {
	font-size: 24px;
	color: #4b4b4b;
	font-weight: bold;
	}

h2 {
	font-size: 15px;
	color: #4b4b4b;
	font-weight: bold;
	}

li {
	padding-bottom: 10px;
	}

.column_left {
	width: 212px;
	vertical-align: top; 
	}

.column_right {
	width: 580px;
	vertical-align: top; 
	}

.main_table {
	background: url(http://ecostudents.org/images/body_tile.jpg) repeat-y center;
	height: 100%;
	}

/* ------------------------------------------------------------------------ */
/* Homepage Styles */



/* ------------------------------------------------------------------------ */
/* WordPress Styles */

.post h2 {
	font-size: 20px;
	}

#comment {
	width: 400px;
	}

.postmetadata {
	font-size: 11px;
	}

/* ------------------------------------------------------------------------ */
/* Footer Styles */


.footer {
	font-size: 10px;
	padding: 50px 0 0 0;
	text-align: center;
	}


.footer  a:link, .footer a:visited { 
	text-decoration: none;
	color: #444444;
	}
	
.footer  a:hover, .footer a:active {
	text-decoration: underline;
	color: #444444;
	}