body, div, h1, h2, h3, h4, p, ul, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #452f13 url(../_images/bg.jpg) top center repeat;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Times;
    font-size: 13px;
    color: #663333;
    line-height: 18px;
}
p, h1, h2, h3, h4 {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #c41130;
    text-decoration: underline;
}
a:hover, a:active {
    color: #820b1f;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* HOME
/* ----------------------------------- */
#home #wrapper {
	width: 895px;
	margin: 0 auto;
}

#home #wrapper img {
	margin: 20px 0;
}

/* MENU */
#home #menu-container {
	background: transparent url(../_images/home/menu-bg.gif) top center no-repeat;
	height: 92px;
	padding-top: 38px;
	text-align: center;
}
#home #menu {
	background: transparent url(../_images/home/menu.gif) 0 0 no-repeat;
	width: 783px;		/* Width of entire image */ 
	height: 17px;		/* Height of buttons */
	margin: 0 auto;
}
#menu span {
	display: none;
}
#home #menu li, #home #menu a {
	height: 17px;		/* Each button must have the same height, define it here */ display: block;
}
#menu li {
	float: left;
	list-style: none;
	_display: inline;		/* fixes IE/Win double margin float bug (safe) */
}
#menu li:hover, #menu li.hover {
    position: static;
}

/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
/* width - width of each button, they will each most likely be unique */ 
#home #menu-about 			{ width: 46px; }
#home #menu-packages 		{ width: 184px; margin-left: 27px; }
#home #menu-styling 		{ width: 116px; margin-left: 27px; }
#home #menu-events 			{ width: 47px; margin-left: 27px; }
#home #menu-lisa		 	{ width: 78px; margin-left: 28px; }
#home #menu-testimonials 	{ width: 91px; margin-left: 27px; }
#home #menu-contact 		{ width: 57px; margin-left: 28px; }

/* Changed values should match sum of "width" numbers specified above */ 
#home #menu-about a:hover  			{ background: transparent url(../_images/home/menu.gif) 0 -17px no-repeat; }
#home #menu-packages a:hover 		{ background: transparent url(../_images/home/menu.gif) -73px -17px no-repeat; }
#home #menu-styling a:hover		{ background: transparent url(../_images/home/menu.gif) -284px -17px no-repeat; }
#home #menu-events a:hover 			{ background: transparent url(../_images/home/menu.gif) -427px -17px no-repeat; }
#home #menu-lisa a:hover 			{ background: transparent url(../_images/home/menu.gif) -502px -17px no-repeat; }
#home #menu-testimonials a:hover 	{ background: transparent url(../_images/home/menu.gif) -607px -17px no-repeat; }
#home #menu-contact a:hover	 		{ background: transparent url(../_images/home/menu.gif) -726px -17px no-repeat; }

/* ----------------------------------- */
/* SUB
/* ----------------------------------- */
.sub #wrapper {
	width: 793px;
	margin: 0 auto;
	border-left: 5px solid #000;
	border-right: 5px solid #000;
	border-bottom: 5px solid #000;
	background: #cac895;
}

#top {
	background: url(../_images/sub/top.jpg) 0 0 no-repeat;
	margin-bottom: 20px;
}

a.home {
	height: 100px;
	width: 350px;
	text-indent: -5000px;
	display: block;
}

#audio {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}

/* MENU */
.sub #menu-container {
	background: transparent url(../_images/sub/menu-bg.gif) top center no-repeat;
	height: 45px;
	padding-top: 26px;
	text-align: center;
}
.sub #menu {
	background: transparent url(../_images/sub/menu.gif) 0 0 no-repeat;
	width: 624px;		/* Width of entire image */ 
	height: 14px;		/* Height of buttons */
	margin: 0 auto;
}
.sub #menu li, .sub #menu a {
	height: 14px;		/* Each button must have the same height, define it here */ display: block;
}
.sub #menu li {
	float: left;
	list-style: none;
	_display: inline;		/* fixes IE/Win double margin float bug (safe) */
}

/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
/* width - width of each button, they will each most likely be unique */ 
.sub #menu-about 			{ width: 36px; }
.sub #menu-packages 		{ width: 146px; margin-left: 22px; }
.sub #menu-styling 			{ width: 91px; margin-left: 22px; }
.sub #menu-events 			{ width: 38px; margin-left: 22px; }
.sub #menu-lisa 			{ width: 62px; margin-left: 22px; }
.sub #menu-testimonials 	{ width: 72px; margin-left: 22px; }
.sub #menu-contact 			{ width: 45px; margin-left: 23px; }

/* Changed values should match sum of "width" numbers specified above */ 
.sub #menu-about a:hover  			{ background: transparent url(../_images/sub/menu.gif) 0 -14px no-repeat; }
.sub #menu-packages a:hover 		{ background: transparent url(../_images/sub/menu.gif) -58px -14px no-repeat; }
.sub #menu-styling a:hover			{ background: transparent url(../_images/sub/menu.gif) -226px -14px no-repeat; }
.sub #menu-events a:hover 			{ background: transparent url(../_images/sub/menu.gif) -339px -14px no-repeat; }
.sub #menu-lisa a:hover 			{ background: transparent url(../_images/sub/menu.gif) -399px -14px no-repeat; }
.sub #menu-testimonials a:hover 	{ background: transparent url(../_images/sub/menu.gif) -483px -14px no-repeat; }
.sub #menu-contact a:hover	 		{ background: transparent url(../_images/sub/menu.gif) -578px -14px no-repeat; }

.photo {
	float: right;
	margin-right: 50px;
	margin-left: 30px;
}

#content {
	margin-left: 50px;
	margin-right: 50px;
	text-align: left;
}
	#content h1 {
		font-size: 24px;
		border-bottom: 1px solid #c41130;
		padding-bottom: 5px;
	}
	#content h2 {
		font-size: 16px;
	}
	#content h3 {
		font-size: 14px;
		margin: 0px;
		color: #c41130;
	}
	#content blockquote {
		text-align: center;
		border: 1px solid #9f9f67;
		background-color: #b7b782;
		padding: 7px;
		margin-bottom: 15px;
	}
	#content blockquote p {
		margin: 0;
	}
	#content ul {
		margin-bottom: 15px;
	}
	#content li {
		margin-left: 25px;
	}
	
#bottom {
	background: url(../_images/sub/bottom.jpg) 0 0 no-repeat;
	padding-top: 130px;
	font-size: 11px;
	line-height: 12px;
	color: #cccc99;
}
	#bottom a:link, #bottom a:visited {
		color: #cccc99;
		text-decoration: none;
	}
	#bottom a:hover, #bottom a:active {
		color: #FFF;
		text-decoration: none;
	}
