* {
	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;
	}

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:515px;
	position:relative;
	z-index:1;
	text-align: center;
}

#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;
	}
