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

body {
	margin:0 auto;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

a:link {
	color: #62A21D;
	text-decoration:underline;
}
a:visited {
	color: #62A21D;
	text-decoration:underline;

}
a:hover {
	color: #62A21D;
	text-decoration:underline;

}
a:active {
	color: #62A21D;
	text-decoration:underline;

}

.page_bg {
background-image:url(../images/page_top_background.jpg);
background-attachment:scroll;
background-position:top;
background-repeat:repeat-x;
}
.intro_green {
	font-size: 24px;
	color: #75AE39;
}
.garage_sidebar {
width:239px;
background-image:url(../images/in_the_garage.gif);
background-position:top;
background-repeat:no-repeat;
}
.bold_green {
	color: #80B737;
	font-weight: bold;
}
.lightweight_green {color: #62A21D
}

.center_boxes {
background-image:url(../images/subpages_bg.jpg);
background-position:top;
background-repeat:no-repeat;
}
.picture_frame {
border: solid 2px #80B737;
}

.bottom_border {
border-bottom: solid 1px #62A21D;
padding-top: 10px;
padding-bottom: 10px;
}