@charset "utf-8";
/* CSS Document FOR MONTEREY BEAUTY CENTRE */

#page	{
}

#container	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	width: 800px;
	background-color: #ffcccc;
	border: thin solid #663333;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	
}

#header {
	height: 120px;
	width: 800px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	border-bottom-width: thick;
	border-bottom-style: double;
	border-bottom-color: #663333;
	position: relative;
}


#navigation	{
	width: 170px;
	color:#CCCCCC;
	float: left;
	position: relative;
	margin-top: 48px;
	height: auto;
	clear: right;
	top: 5px;
	margin-bottom: 55px;
}


#content	{
	font-family:Arial, Helvetica, sans-serif;
	width: 550px;
	float: right;
	position: relative;
	color: #000000;
	padding-left: 20px;
	overflow: hidden;
	padding-right: 20px;
	height: auto;
}

#footer	{
	width: 800px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	background-color: #663333;
	color: #CCCCCC;
	clear: both;
	overflow: hidden;
}

#menu2 {
	width: 800px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	float: left;
	background-color: #663333;
	color: #CCCCCC;
	clear: both;
	bottom: 0px;
	margin-bottom: 0px;
}



/*REMOVE ALL FORMATTING FROM UNORDERED LIST TO BEGIN MODIFYING THE MENU*/
ul {
	padding: 0;
	list-style: none;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	margin: 0;
	}

ul li {
	position: relative;
	width: 170px;
	}


/*THIS CAUSES THE WORDS TO BE ENCLOSED IN A SINGLE LINE ACCROSS THE PAGD*/	
ul li a {
	display: block;
	width: 170px;
	height: 25px;
	text-decoration: none;
	color: #CCCCCC;
	background: #663333;
	border: 1px solid #CCCCCC;
	border-bottom: 0;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	}

/*BUG FIX FOR INTERNET EXPLORER USERS*/
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }

#vertical {
	height: 800px;
	width: 180px;
	background-image: url(images/vertical_strip.jpg);
	background-repeat: no-repeat;
}
