/*STYLESHEET FOR SALONDELONJAY.COM*/
/*URL: http://www.salondelonjay.com/*/
/*Author: Nicole Banet*/

html,body {
    height:100%;
    margin:0;
    padding:0;
    overflow:hidden;
 }
 
 #container {

    position:absolute;

    z-index:1;

    width:100%;

    height:100%;

    overflow:auto;

 }
 
#Wrapper {
	background: url(Slices/wrapper.png) no-repeat;
	margin: auto;
	height: 771px;
	width: 637px;
}
#Background {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
}
#Background img {
	height: 100%;
	width: 100%;
}

#Header {
	height: 180px;
	width: 621px;
	margin-right: 8px;
	margin-left: 7px;
	padding-top: 14px;
	color: #FFF;
	padding-left: 5px;
}
#ContentTwo {
	background: url(Slices/contentTwo.png) no-repeat;
	height: 682px;
	width: 598px;
	margin-left: 7px;
	margin-right: 30px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	padding-top: 10px;
}
#ContainAll {
	overflow: auto;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

#Nav {
	background: url(Slices/Images/nav1.png) no-repeat;
	height: 62px;
	width: 360px;
	margin-left: 9px;
	margin-right: 8px;
	padding-left: 270px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: center;
}
#Content {
	background: url(Slices/contentbg.png) no-repeat;
	height: 491px;
	width: 569px;
	margin-right: 8px;
	margin-left: 9px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
}
#NavTwo {
	background: url(Slices/Images/nav2.png) no-repeat;
	height: 70px;
	width: 360px;
	margin-left: 9px;
	margin-right: 8px;
	padding-top: 1px;
	padding-left: 270px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: center;
}
a:link {
	color: #ffa04e;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	color: #ffa04e;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color: #5e2d06;
	font-weight: normal;
}

a:active {
	color: #fff;
	font-weight: normal;
}

/*Span For Header*/

a.link span
{
text-decoration: none;
color: #FFF;
}

a.link:hover span
{
text-decoration: none;
color: #ffa04e;
} 

