/* CSS Document */

body {
	background:#cccc99;
	padding: 12px;
	margin: 0;
	font: 13px Geneva, Arial, Helvetica, sans-serif;
}
A {text-decoration: none;
	color: #000000;
	font-weight: bolder;}
	A:link {text-decoration: none;
	color: #000000;
	font-weight: bolder;}
	A:visited {text-decoration: none;
	color: #000000;
	font-weight: bolder;}
	A:active {text-decoration: none;
	color: #000000;
	font-weight: bolder;}

.container {
	width: 980px;
	margin: 0 auto;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	background: #ffd7ae;
}

.nav_bar {background-color:#00cc00;
	height: 25px;
	padding-left: 0px;
	border: 2px solid #ffcc33;}

.left_col {background-image:url('imgs/green-leaves.jpg');
	width: 19%;
	float: left;
	background-color: #FFFFCC;
	font-weight: bold;
	padding-left: 3px;
}

.right_col {
	width: 80%;
	float: left;
	clear: right;
	background-color: #FFFFCC;
	color: #660066;
	font-weight: bold;
	font-size: 16px;
	
}

H1 {color: #660066}
.footer {
	clear: both;
	text-align: center;
	height: 25px;
	padding: 10px;
	font-size: 10px;
	border-top: 2px solid #333333;
}
h2 {color: #CC0000}
h3 {color: #FF0066;
font-size: 24px;
font-weight: bolder;}