body {
	background: #FCFEF4 url(images/bg.gif) repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Arial, Verdana, Helvetica;
	color: #7F7F7F;
	text-align: center;
	}

h1 {
	color: #7DA721;
	font-weight: normal;
	font-size: 2.8em;
	margin: 20px 0 20px 0;
	}
	
h2 {
	color: #7DA721;
	font-weight: normal;
	font-size: 1.8em;
	margin: 20px 0 0 0;
	}
	
h3 {
	color: #7DA721;
	font-size: 1.1em;
	margin: 20px 0 0 0;
	font-weight: normal;
	}
	
a:link {
	color: #78A515;
	text-decoration: none;
	}
	
a:visited {
	color: #78A515;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #fff;
	text-decoration: none;
	}

td {
	padding: 0px;
	}

b {
	color: #7DA721;
	font-size: 1.1em;
	font-weight: normal;
	}

#container_table {
	border-collapse: collapse;
	font-size: 75%;
	}
#technology_table_div {
	text-align: center;
	}
#technology_table {
	width: 75%;
	}

hr {
	background-color: #AFAFAF;
	height: 1px;
	border: 0px;
	}

#top_bg {
	background: url(images/bg_top.gif) repeat-x;
}

#container {
	width: 516px;
	padding-top: 0px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
	}
	
#container_left_side {
	vertical-align: top;
	background: url(images/bg_container_left.gif) repeat-y;
	}

#container_right_side {
	vertical-align: top;
	background: url(images/bg_container_right.gif) repeat-y;
	}

#container_bottom_middle {
	width: 100%;
	background: url(images/bg_container_bottom.gif) repeat-x bottom;
	}

#menubar {
	background: url(images/bg_menu.gif) repeat-x;
	padding: 3px 20px 7px 20px;
	}

#content {
	margin:15px 20px 0px 20px;
	}

#text_content {
	margin: 40px 0px 40px 0px;
	}

#footer {
	margin-top: 40px;
	}
	
.clearfix:after { /* float hack used to float content correctly */
    content: "."; 
   	display: block; 
   	height: 0; 
   	clear: both; 
    visibility: hidden;
	}
