@charset "utf-8";

/* -------------------- OPEN BASE ---------------------*/
* {
	padding:0;
	margin: 0;
	}
body {
	background-color: #3e0f05;
	background-image: url('http://www.labellayonkers.com/images/background.gif');
	background-position: center;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #ffc27b;
	}
body h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #9e2e02;
	}
#wrapper { 
	position:relative;
	background-color: #3e0f05;
	width: 981px;
	margin: 0 auto;
	text-align: left;
	}
#wrapper a {
	font-size: 12px;
	color: #9e2e02;
	text-decoration:none;
	}
#wrapper a:hover {
	color: #9e2e02;
	}
#clear {
	clear:both;
	}
/* -------------------- CLOSE BASE ---------------------*/



/* -------------------- OPEN MAIN/SIDEBAR ---------------------*/
#headleft{
	float: left;
	width: 638px;
	height: 203px;
	margin: 0px;
	padding: 0px;
	}
#headleft img.logo{
	position: absolute;
	left: 0;
	top: 0;
	border: 0;
	}
#headright{
	float: right;
	width: 343px;
	height: 203px;
	margin: 0px;
	padding: 0px;
	}
#headright img.logo1{
	position: relative;
	left: 0;
	top: 0;
	border: 0;
	}
#headright img.logo2{
	position: relative;
	left: 0;
	top: 0;
	border: 0;
	}
/* -------------------- CLOSE MAIN/SIDEBAR ---------------------*/








/* -------------------- OPEN CONTENT ---------------------*/
#content {
	position: relative;
	background-image:url('http://www.labellayonkers.com/images/pagebg.jpg');
	width: 981px;
	height: auto;
	margin: 0px;
	padding: 0px;
	}
#content img.button{
	position: relative;
	border: 0;
	}

#pagetext {
	position: relative;
	width: 660px;
	color: #ffc27b;
	font-size: 1em;
	margin-top: 20px;
	margin-left: 155px;
	margin-right: 75px;
	}
#pagetext a {
	font-weight: bold;
	color: #ffc27b;
	font-size: 1em;
	text-decoration: underline;
	}
#pagetext td {
	font-weight: bold;
	padding-bottom: 5px;
	}
#normaltext {
	font-weight: normal;
	}
#pagetext table {
	padding-bottom: 15px;
	}

#pagetext hr {
	color: #9e2e02;
	background-color: #9e2e02;
	height: 1px;
	width: 660px;
	border: none;
	margin-bottom: 30px;
	}

/* -------------------- CLOSE CONTENT ---------------------*/








/* -------------------- OPEN FOOTER ---------------------*/
#footer {
	position: relative;
	background-image:url('http://www.labellayonkers.com/images/footer.jpg');
	width: 981px;
	height: 155px;
	font-size: 10px;
	color: #ffc27b;
	}
#footer a{
	color: #ffc27b;
	font-size: 10px;
	text-decoration: underline;
	}
#footer a:hover{
	color: #9e2e02;
	font-size: 10px;
	text-decoration: underline;
	}
#footertext {
	position: absolute;
	width: 981px;
	top: 91px;
	text-align: center;
	}
/* -------------------- CLOSE FOOTER ---------------------*/




