@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 12px/18px Arial, Helvetica, sans-serif, "Microsoft Sans Serif";
	color: #333333;
	background: #DEEAA8 url(images/bg_body_background.gif) repeat-x left top;
}
p {
	margin-bottom: 15px;
}
h1     {
	font: bold 24px "Trebuchet MS";
	color: #607036;
	margin-bottom: 15px;
}
h2 {
	color: #607036;
	font: bold 18px "Trebuchet MS";
}

.column {
	padding: 0 20px 20px 20px;
	float: right;
	width: 210px;
	margin-left: 20px;
}

#wrapper {
	margin: 0px auto;
	width: 750px;
}
#wrapper  #purple_bar h1 {
	font-size: 20px;
	color: #DEEAA8;
	float: right;
	margin-top: 30px;
}
#wrapper #branding ul {
	list-style: none;
	float: right;
}
#wrapper #branding ul li {
	float: left;
	margin-left: 10px;
	border-right: 1px solid #607036;
}
#wrapper #branding ul li a {
	display: block;
	white-space: nowrap;
	color: #607036;
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
}
#wrapper #branding ul li a:hover {
	color: #8A679A;
}
#purple_bar {
	height: 81px;
	width: auto;
}

#branding {
	height: 146px;
	padding-top: 15px;
}
#home_content {
	width: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(newfusiongroup.png) no-repeat right bottom;
}
#content {
	width: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#home_intro {
	width: 300px;
	font-size: 14px;
}

#footer {
	background: #8A679A;
	width: auto;
	padding-top: 5px;
	border-top: 1px solid #465526;
	padding-bottom: 5px;
}
#footer p {
	text-align: right;
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	color: #DEEAA8;
}
.clear_both{
margin:0px;
padding:0px;
clear:both;
}
