* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 62.5%;
	font-family: "Times New Roman", Times, serif;
}

#header {	
	padding-top:15px;
	margin:auto;
	width:865px;
	height:105px;
	background-image:url(../images/logo_01.jpg);
	background-repeat:no-repeat;
	position:relative;
}

#navContainer {	
	position:absolute;
	right:0;
	top:80px;
	z-index:8;
}

#navList li {	
	display:inline;
	list-style-type:none;
	margin-top:25px;
	padding-left:15px;
	font-size:14px;
	text-decoration:none;
	font-style:oblique;
}

ul#navList li a {
	display:block;
	height:30px;
	float:left;
	margin-top:10px;
	text-decoration:none;
	text-indent:-9999px;
	z-index:10;
	}
	
a {
	color:#333333;
	text-decoration:none;
	}
	
a:hover {
	color:#999999;
	text-decoration:none;
	}
	
a.contactus:hover {
	color:#999999;
	text-decoration:underline;
	}

ul#navList li.home a {
	width:72px;
	background:url(../images/home_01.png) bottom center;
	}
	
ul#navList li.love a {
	width:72px;
	background:url(../images/home_02.png) bottom center;
	}

ul#navList li.faces a {
	width:72px;
	background:url(../images/home_03.png) bottom center;
	}
	
ul#navList li.contact a {
	width:72px;
	background:url(../images/home_04.png) bottom center;
	}
	
ul#navList li.investment a {
	width:72px;
	background:url(../images/home_05.png) bottom center;
	}
	
ul#navList li a:hover {
	background-position: center center;
	}
	
#main {
	padding-top:15px;	
	margin:auto;
	width:865px;
	height:510px;
	background-image:url(../images/invest_bkgd.jpg);
	background-repeat:no-repeat;
	position:relative;
	text-indent:-9999px;
	z-index:1;
	}

#main p{
	padding-left:110px;
	padding-right:110px;
	text-indent:0px;
	font-size:1.5em;
	}
	
#main p.top{
	padding-top:30px;
	padding-left:110px;
	padding-right:110px;
	text-indent:0px;
	font-size:1.5em;
	}

#main h2{
	text-indent:0px;
	padding-left:100px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:2em;
}
	
#footer {
	margin:auto;
	width:865px;
	height:60px;
	background-image:url(../images/footer_tag.jpg);
	background-repeat:no-repeat;
	background-position:right;
	position:relative;
	text-indent:-9999px;
	}