*  { 
	margin: 0; 
	padding: 0;    
	outline: none;
} 
html {
	height: 100%;
	font-size:100%;
}
body {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size:68%;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-align:center;
	border-style: none;
	width: 100%;
	height: 100%;
	margin: auto;
	display: table;
	vertical-align: middle;
	background-image: url("../img/bg.png");
	background-repeat: repeat-x;
}
#container {
	text-align: left;
	width: 700px;
	padding: 16px;
	height: 640px;
	margin: auto;
	background: url("../img/page_shadow.gif") no-repeat;
}
#header {
	width: 699px;
	height: 99px;
}
ul#featured_solutions {
	margin: 0;
	list-style-type: none;
	border-width:thick;
	text-align:inherit
	
}
.main_content {
	
	width: 699px;
	height: 229px;
	margin: 3px 0 0 0;
	overflow: hidden;
	float: left;
}	
.main-left {
	width: 210px;
	margin-right: 5px;
	height: 140px;
	float: left;
	display:block;
	text-align:left;
	border-right-style: dashed;
    border-right-width: thin;
    border-right-color: #C8C8C8;
}
.main-right {
    float: right;
    margin: 0 0px 0 0px;
    height: 140px;
    width: 265px;
    text-align: center;
}
.sub_column {
	width: 210px;
	margin-right: 5px;
	height: 140px;
	float: left;
	display:block;
	text-align:left;
	border-right-style: dashed;
    border-right-width: thin;
    border-right-color: #C8C8C8;	
}
.sub_column-middle {
    float: left;
    margin: 0 0px 0 0px;
    height: 140px;
    width: 265px;
    text-align: center;
}
.sub_column-right {
    float: left;
    margin-left: 5px;
	width: 210px;
    height: 140px;
	border-left-style: dashed;
    border-left-width: thin;
    border-left-color: #C8C8C8;
	
}
#footer {
	width: 699px;
	height: 25px;
	padding: 5px 5px 5 5px;
	text-align: center;
	margin-top: 12px;
	float: left;
	background-image: url("../../images/footer_newsletter-bkgd.gif");
	border-top-style: dashed;
    border-top-width: thin;
    border-top-color: #C8C8C8;
}
#footer h1 {
  	color: #b2b2b2;
	font-size: 1em;
	margin-top: 6px;
	height: 15px;

