body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../images/bg_slice.png);
	background-repeat: repeat-x;
}
#container {
	float: none;
	height: 600px;
	width: 1006px;
	background-color: #000000;
}
#container #leftside {
	float: left;
	height: 600px;
	width: 258px;
}
#container #leftside #fourcore {
	float: left;
	height: 48px;
	width: 258px;
}
#container  #leftside  #blog {
	height: 297px;
	width: 248px;
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	color: #FFFFFF;
}
#container #leftside #ninebox #square {
	float: left;
	height: 86px;
	width: 86px;
}
#container #leftside #ninebox {
	float: left;
	height: 258px;
	width: 258px;
}
#container #leftside #topgreenbar {
	background-color: #8DC640;
	float: left;
	height: 35px;
	width: 258px;
}
#container #nav {
	height: 68px;
	width: 745px;
	float: left;
}
#container #maincontent {
	float: left;
	height: auto;
	width: 724px;
	min-height: 343px;
	font-size: 12px;
	padding-top: 100px;
	padding-left:24px;
}
#container #bottom_buttons {
	height: 86px;
	width: 748px;
	float: left;
	padding-top: 3px;
}
#container #footer {
	float: left;
	height: 30px;
	width: 1006px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 15px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	line-height: 14px;

}
#container   #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#container   #footer a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8dc640;
	color: #8dc640;
}
#container #footer t1 {
	font-size: 8px;
	text-transform: uppercase;
}
