html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	
}

body {
	background: #f8d344 url(images/body-bkg.png) top left repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
}

#wrapper {
	width: 1152px;
	margin: 0 auto;
}
/******* TOP ROW ********/		
	#top {
		width: 1152px;
		height: 200px;
		overflow: auto;
	}
		#top-left {
			display: block;
			float: left;
			width: 647px;
			height: 200px;
			background:url(images/toprow-left.png) top left no-repeat;
		}
		#top h1 a {
			display: block;
			float: left;
			width: 375px;
			height: 200px;
			background:url(images/SingVoiceStudios.gif) top left no-repeat;
			
		}
			#top h1 a span {
				margin: 0 0 0 -10000px;	
			}
		#top-right {
			display: block;
			float: left;
			width: 130px;
			height: 200px;
			background: url(images/toprow-right.png) top left no-repeat;
		}
		
/******* NAV ROW ********/		
	#navrow {
		width: 1152px;
		height: 54px;
		background:url(images/navrow-bkg.gif) top left no-repeat;
		z-index:1;
		position:relative;
	}
		#navrowleft {
			position: absolute;
			top: 0;
			left: 0;
			background:url(images/navrow-bkg-left.png) top left no-repeat;
			width: 130px;
			height: 54px;
		}
		#navrowright {
			position: absolute;
			top: 0;
			right: 0;
			background:url(images/navrow-bkg-right.png) top left no-repeat;
			width: 130px;
			height: 54px;
		}
		#navrow ul {
			padding-left: 140px;
			padding-top: 8px;
			z-index: 10;
		}
		#navrow ul li {
			display: block;
			width: 116px;
			height: 38px;
			float: left;
			margin-right: 10px;
		}
		#navrow ul li a {
			display: block;
			width: 96px;
			height: 30px;
			padding: 4px 10px;
			color: #fff;
			text-decoration: none;
			text-align: right;
			font-size: 12px;
			line-height: 15px;
			background:url(images/nav-button.jpg) top left no-repeat;
		}
		#navrow ul li a:hover {
			background-position: 0 -38px;
		}



/******* FOOTER ********/
	#footer {
		display: block;
		width: 1152px;
		height: 51px;
		background:url(images/footer.jpg) bottom left no-repeat;
		position: relative;
		z-index:1;
	}
		#footer ul {
			float: right;
			margin: 0;
			padding-right: 150px;
			text-align: right;
			position: relative;
			z-index: 1;
		}
		#footer li {
			display: inline;
			padding-right: 15px;
			line-height: 43px;
			font-size: 14px;
		}
		#footer a {
			text-decoration: none;
			color: #656565;
		}
		#footer a:hover {
			text-decoration: underline;	
		}
		
		img, div, span, h1 { behavior: url(css/iepngfix.htc) }
		
#page-footer {
	width: 1152px;
	margin: 10px auto;
	text-align: center;
	font-size: 10px;
}
#page-footer p {
margin: 0 0 5px 0;
padding: 0;
}
#page-footer a {
color: #B82C00;
text-decoration: none;
font-weight: bold;
}
#page-footer a:hover {
color: #000;
}