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 {
			position: relative;
			display: block;
			float: left;
			width: 647px;
			height: 200px;
			background:url(images/toprow-left.png) top left no-repeat;
		}
		#top-left img{
			position: absolute;
			top: 145px;
			left: 150px;
		}
		#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: 137px;
			padding-top: 4px;
			z-index: 10;
		}
		#navrow ul li {
			display: block;
			width: 93px;
			height: 46px;
			float: left;
			margin-right: 5px;
			background:url(images/nav-button.jpg) top left no-repeat;
		}
		#navrow ul li a {
			display: block;
			width: 93px;
			height: 46px;
			color: #fff;
			text-decoration: none;
			text-align: center;
			font-size: 12px;
			padding-top: 8px;
			}
		#navrow ul li:hover {
			background-position: 0 -47px;
		}
/******* FOOTER ********/
#address p{
	float: left;
	margin-left: 160px;
	color: #656565;
	line-height: 43px;
	font-size: 14px;
	text-decoration: none;
}
#footer {
	display: block;
	width: 1152px;
	height: 51px;
	background:url(images/footer.jpg) bottom left no-repeat;
	position: relative;
	z-index: 5;
	}
#footer ul {
	float: right;
	margin: 0;
	padding-right: 150px;
	text-align: right;
	position: relative;
	z-index: 1;
}
#footer li {
	display: inline;
	padding-right: 10px;
	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;
}

#mail_status {
  border: 2px solid red;
  background: #ffffff;
  font-weight: bold;
  font-size: 14px;
  color: red;
  padding: 10px;
  margin: 10px 0;
}
