@charset "UTF-8";
/* CSS Document */

body{
	padding: 0px;
	margin-top: 0px;
	background-color: #2e3d4f;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000;	
	}
	
#landingwrapper{
	margin: 0 auto 0 auto;
	width: 848px;
	
	padding-top:100px;
	}
	
.footertext{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #fff;
	text-align:right;
	width: 848px;
	height: 15px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	
	}

.topnav{
	width: 848px;
	height: 70px;
	padding-top: 30px;
	
	}
	
.contactus{
	background-image: url(http://investlic.zgraph.com/images/contactus.jpg);
	width: 848px;
	height: 165px;
	background-repeat: no-repeat;
	}
	
#aboutwrapper{
	width: 848px;
	
	background-color: #fff;
	padding-top: 0px;
	margin: 0 auto 0 auto;
	}
	
#aboutcontent{
	width: 700px;
	margin: 0 auto 0 auto;
	
	margin-bottom: 25px;
	
	}
	
#biowrapper{
	width: 848px;
	
	background-color: #fff;
	padding-top: 0px;
	margin: 0 auto 0 auto;
	}

#biocontent{
	width: 700px;
	margin: 0 auto 0 auto;
	
	margin-bottom: 25px;
	
	}


	


	
