/* id = "#blah", class = ".blah" */

body {
	background-color: #FFFFFF;
	margin: 0;
}

/* --- Table 1 --- */

#table1 {
	padding: 35px 35px 20px 35px;
}

/* padding: top left bottom right; */

h1 {
   text-indent: -9999px;
   display: block;
   float: left;
   width: 130px;
   height: 130px;
   background: url(images/logo.gif);
   margin: 0;
   padding: 0;
}

#address {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	width: 408px;
	height: 57px;
	float: right;
	background: url(images/address.gif);
}

/* font: 16px/20px; 16px = font size, 20px line spacing */

.rspace {
	margin-right: 7px;
}

/* --- Table 2 --- */

#table2 {
	padding: 0 35px 35px 55px;
}

#sidetext {
	display: block;
	float: left;
	padding: 0 0 0 0;
	margin: 20px 0 0 0;
	width: 327px;
	height: 472px;
	background: url(images/sidetext.gif);
}

#slide {
	display: block;
	float: left;
	padding: 0;
	margin: 0 0 0 20px;
	width: 730px;
	height: 515px;
}

/* --- Table 3 --- */

#table3 {
	padding: 15px;
}

/* --- Pages --- */

#hair {
	display: block;
	width: 848px;
	height: 720px;
	background: url(images/hair.jpg);
	margin: 10px 0 0 0;
	padding: 0;
}

#beauty {
	display: block;
	width: 848px;
	height: 720px;
	background: url(images/beauty.jpg);
	margin: 10px 0 0 0;
	padding: 0;
}

#bridal {
	display: block;
	width: 848px;
	height: 720px;
	background: url(images/bridal.jpg);
	margin: 10px 0 0 0;
	padding: 0;
}


/* --- Navigation --- */

#navcontainer {
	display: block;
	width: 945px;
	height: 32px;
	float: right;
}

ul#navlist {
	margin: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a {
	display: block;
	float: left;
	height: 26px;
	width: 112px;
	padding-top: 6px;
	text-align: center;
	font: 16px "Century Gothic", courier, "courier new", "Book Antiqua", monospace;
}

/* padding: top right bottom left; */

#navlist a:link, #navlist a:visited {
	color: #2b0e12;
	background-color: #f4e3cf;
	text-decoration: none;
}

#navlist a:hover {
	color: #2b0e12;
	background-color: #faf1e7;
	text-decoration: none;
	border-bottom: 1px solid #f4e3cf;
}

/* --- Navigation 2 --- */

#navcontainer2 {
	display: block;
	width: 848px;
	height: 22px;
	background-color: #faf1e7;
}

ul#navlist2 {
	margin: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist2 li {
	display: inline;
	list-style-type: none;
}

#navlist2 a {
	display: block;
	float: left;
	height: 19px;
	width: 112px;
	padding-top: 3px;
	text-align: center;
	font: 12px "Century Gothic", courier, "courier new", "Book Antiqua", monospace;
	border-right: 3px solid #ffffff;
}

/* padding: top right bottom left; */

#navlist2 a:link, #navlist2 a:visited {
	color: #2b0e12;
	background-color: #f4e3cf;
	text-decoration: none;
}

#navlist2 a:hover {
	color: #2b0e12;
	background-color: #faf1e7;
	text-decoration: none;
}