.nav_wrapper {
	background-image: url(images/microphone_background.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 375px;
	width: 190px;
	float: left;
}

.nav_inner_wrapper {
	margin-left: 40px;
}

.button_home, 
.button_contact, 
.button_about_me, 
.button_order_cd, 
.button_samples, 
.button_prices, 
.button_contact  {
	padding: 0px;
	border: 0px;
	overflow:hidden;
	width: 109px;
	height: 32px;	
}

.button_home a {
	background: url(images/button_home.gif) 0px 0px no-repeat;
	text-decoration:none;
	display:block;
	padding-left: 0px
	border: 0px;
	overflow:hidden;
	width: 109px;
	height: 27px;
}

.button_home a:hover {
	background: url(images/button_home.gif) -109px 0px no-repeat;
}

.button_about_me a {
	background: url(images/button_about_me.gif) 0px 0px no-repeat;
	text-decoration:none;
	display:block;
	padding-left: 0px
	border: 0px;
	overflow:hidden;
	width: 109px;
	height: 27px;
}

.button_about_me a:hover {
	background: url(images/button_about_me.gif) -109px 0px no-repeat;
}

.button_order_cd a {
	background: url(images/button_order_cd.gif) 0px 0px no-repeat;
	text-decoration:none;
	display:block;
	padding-left: 0px
	border: 0px;
	overflow:hidden;
	width: 109px;
	height: 27px;
}

.button_order_cd a:hover {
	background: url(images/button_order_cd.gif) -109px 0px no-repeat;
}

.button_samples a {
	background: url(images/button_samples.gif) 0px 0px no-repeat;
	text-decoration:none;
	display:block;
	padding-left: 0px
	border: 0px;
	overflow:hidden;
	width: 109px;
	height: 27px;
}

.button_samples a:hover {
	background: url(images/button_samples.gif) -109px 0px no-repeat;
}

.button_prices a {
	background: url(images/button_prices.gif) 0px 0px no-repeat;
	text-decoration:none;
	display:block;
	padding-left: 0px
	border: 0px;
	overflow:hidden;
	width: 109px;
	height: 27px;
}

.button_prices a:hover {
	background: url(images/button_prices.gif) -109px 0px no-repeat;
}

.button_contact a {
	background: url(images/button_contact.gif) 0px 0px no-repeat;
	text-decoration:none;
	display:block;
	padding-left: 0px
	border: 0px;
	overflow:hidden;
	width: 109px;
	height: 27px;
}

.button_contact a:hover {
	background: url(images/button_contact.gif) -109px 0px no-repeat;
}

.button_wrapper {
	margin-top: 15px;
	margin-bottom: 15px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin: 5px 0px 0px;
	padding: 5px 0px 0px;
	width: 760px;
}

body a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin: 5px 0px 0px;
	padding: 5px 0px 0px;
	width: 760px;
}

body a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin: 5px 0px 0px;
	padding: 5px 0px 0px;
	width: 760px;
}

body a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	margin: 5px 0px 0px;
	padding: 5px 0px 0px;
	width: 760px;
}

.logo {
	text-align: left;
	height: 115px;
	width: 50%;
	float: left;
}
.ghetto_blaster {
	text-align: right;
	height: 115px;
	width: 50%;
	float: right;
	background-position: center;
}
.main_content_area {
	background-color: #FFFFCC;
	float: left;
	width: 535px;
	text-align: left;
	padding: 15px;
	border: 1px solid #FFCCFF;
	margin: 0px 0px 20px;
}

.footer {
	clear:both;
	width: 700px;
	background-color: #FFCCFF;
	text-align: center;
	border: 2px solid #CC99FF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: smaller;
	line-height: 1.5em;
	margin-top: 20px;
}
p {
	margin-top: 0px;
	margin-bottom: 1em;
}
.heading-image {
	margin-top: 0px;
	margin-bottom: 1em;
}
li {
	line-height: 1.5em;
	background-image: url(images/bullet_star.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 3em;
	list-style-type: none;
}
.form_button {
	color: #990099;
	background-color: #FFCCCC;
	border: 1px solid #FF66CC;
}
