/* CSS Document */

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

body{
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:18px;
}

img.topPhoneNumber{
	float:left;
	position:relative;
	top:0px;
	clear:both;
}

#pageArea{
	width:800px;
	margin:auto;
}

#header{
	width:100%;
	float:left;
}

a.logo{
	float:right;
	width:427px;
	height:364px;
	background:
		url(../images/theVillageSalonTucson_logo.jpg)
		no-repeat;
	position:relative;
}

a.enterSite{
	float:left;
	width:204px;
	height:78px;
	background:
		url(../images/theVillageSalonTucson_enter.gif)
		no-repeat;
	position:relative;
	top: 150px;
	left: 20px;
	clear:left;
}

a.enterSite:hover{
	background:
		url(../images/theVillageSalonTucson_enterHighlightV2.gif);
}