/*\*/ * html selector {height:1%;}
* html {
	margin: 0; padding: 0;
	}
body {
	margin: 0; padding: 0;	
	font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; color:#000000;
	}
#wrapper {
	width: 1000px;
	position: relative;
	margin: 0 auto; padding: 0;
	border: 1px solid #dedede;
	}
#header {
	width: 1000px;
	height: 133px;
	margin: 0; padding: 0;
	background-image: url(../images/root_img/LUP_lifestyles_header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #153075;	
	}
#menu {
	width: 1000px;
	height: 80px;
	margin: 0; padding: 0;	
	background: url('../images/menu/background.png');
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 13px; font-weight: bold;
	color: #fff;
	}
#menu ul {
	float: left; display: block;
	margin: 0 auto; padding:0;	
	}	
#menu li {
	float: left; display: inline;
	padding: 0;
	}
#menu a:link, #menu a:visited {
	background-color:#153075; color:#fff; text-decoration: none;
	}
#menu a:hover,#menu a:active {
	background-color:#153075; color:#ffffcc; text-decoration: none;
	}
#menu img { border: 0; }

/* MAIN CONTENT SECTION OF HOME PAGE */
#content {
	float: left; display: block;
	width: 1000px; height: 734px;
	background-image: url(../images/root_img/home-pg_background.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0; padding: 0;
	}

.content-home {
    color: #fff;
    font-size: 1.8em;
    line-height: 1.4em;
    padding: 105px 0 0 30px;
    width: 510px;
}
/* FOOTER */	
#footer {
	float: left; display: block;
	width: 1000px; height: 50px;
	margin: 0; padding: 0;	
	}

#footer p {
	margin: 0; padding: 5px 0;	
	}
		
#footer p.vsmall {
	font-family: verdana, arial, helvetica, sans-serif; font-size:11px;
	}
p.vsmall a:link, p.vsmall a:visited {
	color: #153075; text-decoration: none;
	}
p.vsmall a:hover, p.vsmall a:active {
	color:#9f0013; text-decoration: underline;	
	}
	
	


