/* CSS Document */

body{
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #646464;
	font-size: 11px;
	padding-bottom: 40px;
}
html, body{
	position: absolute;
	width: 100%;
}
a{
	color: #1e9f49;
}
.green{
	color: #1e9f49;
}
.orange{
	color: #fcb51b;
}
h1{
	margin: 0;
	padding: 0;
	color: #fcb314;
	font-size: 13px;
	padding-top: 34px;
	text-align: right;
	width: 350px;
	float: left;
}
h1 a{
	color: #fff;
	font-size: 11px;
	font-weight: normal;
}
#header{
	width: 100%;
	height: 167px;
	clear: both;
}
#flash{
	float: left;
	width: 479px;
	height: 167px;
}
#flash_add{
	background-image: url(../images/header_add.jpg);
	background-repeat: no-repeat;
	width: 57px;
	height: 167px;
	float: left;
}
#links{
	color: #fff;
	font-weight: bold;
	line-height: 55px;
}
#links a{
	color: #2b4f31;
	font-weight: normal;
	text-decoration: none;
	padding: 0 4px;
}
#links a:hover{
	text-decoration: underline;
}
#left_column{
	width: 200px;
	background-image: url(../images/flash_sub.jpg);
	background-repeat: no-repeat;
	float: left;
}
#main_nav{
	font-size: 11px;
	color: #147c37;
	border-top: 3px solid #69c078;
	border-bottom: 3px solid #69c078;
	width: 120px;
	margin: 0 auto;
	margin-top: 80px;
	padding: 10px 0 10px 17px;
}
#main_nav li{
	list-style-type: none;
	margin: 5px 0;
}
#main_nav a{
	color: #147c37;
	text-decoration: none;
}
#main_nav a:hover{
	text-decoration: underline;
}
#main_column{
	float: left;
	width: 535px;
}
#main_column h2{
	color: #545454;
	font-size: 12px;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: left +12px;
	padding: 5px 0;
}
#main_column h2 span{
	padding: 2px 10px 2px 25px;
	background-color: #fff;
	background-image: url(../images/h2bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#main_column h3{
	color: #1e9f49;
	font-size: 11px;
	margin-bottom: -10px;
}
#right_column{
	width: 122px;
	float: left;
	margin: 0 0 0 25px;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #6ac178;
	_margin-top: -10px;
}
#right_column h2{
	color: #1e9f4a;
	font-size: 12px;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: left +22px;
	font-size: 11px;
	font-weight: normal;
	padding: 6px 0;
	margin: 0;
	text-align: right;
}
#right_column img{
	width: 120px;
	height: 60px;
	clear: both;
	margin: 5px 0 0 0;
	border: 1px solid #6ac178;
}
#right_column img:hover{
	border: 1px solid #fdc449;
}
#footer{
	height: 20px;
	width: 100%;
	background-color: #63be77;
	position: absolute;
	bottom: 0;
	left: 0;
}
#footer span{
	display: block;
	width: 880px;
	color: #fff;
	line-height: 20px;
	text-align: right;
}

