body {
	margin: 0;
	background: #4e5565;
	font-family: Lucida Sans, Arial, Helvetica, san-serif;
	font-size: 75%;
	line-height: 175%;
	color: #4e5565;
	padding: 35px 0px 30px 0px;
}

.plan {
	position: absolute;
	width: 965px;
	height: 135px;
}

h1 {
	color: #ffffff;
	font-size: 1.125em;
	font-weight: bold;
	display: inline;
}

a {
	outline: none;
	text-decoration: none;
}

a:hover {
	outline: none;
	text-decoration: underline;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 977px;
	height: 661px;
	background: url(images/bg_img.jpg) no-repeat;
}

#top {
	width: 965px;
	height: 268px;
}


#EMG_logo {
	padding: 40px 0px 0px 50px;

}

#left_nav {
	float: left;
	width: 361px;
	height: 134px;
	font-family: Georgia, Times, Courier, serif;
	color: #77839c;
	line-height: 18pt;
	font-size: 8pt;
	text-align: right;
	padding: 30px 0px 0px 0px;


}
a.left_nav, a.left_nav:link, a.left_nav:visited {
	text-decoration: none;
	color: #77839c;
	line-height: 18pt;
	font-size: 8pt;
	font-family: Georgia, Times, Courier, serif;

}

a.left_nav:hover, a.left_nav:active {
	text-decoration: underline;
	color: #77839c;
	line-height: 18pt;
	font-size: 8pt;
	font-family: Georgia, Times, Courier, serif;

}

#right_content {
	float: right;
	width: 514px;
	height: 134px;
	font-family: Lucida Grande, Arial, Helvetica, san-serif;
	color: #ffffff;
	line-height: 18pt;
	font-weight: normal;
	font-size: 9pt;
	text-align: left;
	padding: 30px 40px 0px 50px;
}

h1 {
	font-weight: normal;
	color: #77839c;


}

#middle {
	height: 109px;
	width: 965px;

}

#nav {
	height: 84px;
	width: 531px;
	padding: 17px 0px 0px 380px;

}

#bottom {
	width: 965px;
	height: 280px;
	padding: 0px 0px 0px 50px;
}	

#bottom_image {
	width: 150px;
	height: 134px;
	float: left;
	padding: 35px 0px 0px 100px;


}

#bottom_content {
	float: left;
	width: 600px;
	height: 134px;
	font-family: Lucida Grande, Arial, Helvetica, san-serif;
	color: #ffffff;
	line-height: 16pt;
	font-weight: normal;
	font-size: 95%;
	text-align: left;
	padding: 35px 0px 0px 40px;
}




#nav1 {
	float: left;
	width: 125px;
	height: 84px;

}

#nav2 {
	float: left;
	width: 135px;
	height: 84px;

}

#nav3 {
	float: left;
	width: 135px;
	height: 84px;

}

#nav4 {
	float: left;
	width: 136px;
	height: 84px;

}

#footer {
	float: right;
	font-weight: bold;
	width: 800px;
	height: 20px;
	font-family: Lucida Grande, Arial, Helvetica, san-serif;
	font-size: 7pt;
	color: #231f20;
	text-align: right;
	padding: 0px 20px 0px 0px;

}

a.footer, a.footer:link, a.footer:visited {
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;

}

a.footer:hover, a.footer:active {
	text-decoration: none;
	font-weight: normal;
	color: #77839c;

}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {
	clear: both;

}