body {
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	font-size: small;
	background-color: #23211D;
	
}
h2 {
	font-size: xx-small;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#main {
	width: 655px;
}

#whole {
	background-color: #2D2A25;
	width: 750px;
}

#whole a {
	text-decoration: none;
 	color: White;
}

#whole a:hover {
	text-decoration: underline;
 	color: #0AA4BC;
	
}

#leftnav {
	color: White;
	float: left;
	width: 215px;
	height: 296px;
	background-image: url(images/leftnav.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: left;
	
}
#leftnav a {
	color: White;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
	padding-left:10px;	

}
#leftnav a:hover {
	text-decoration: underline;
}

#rightimage {
	width: 438px;
	height: 296px;
	float: right;
	background-image: url(images/need_a_professional_DJ.jpg);	
	background-repeat: no-repeat;
	background-position: bottom;
}

#topcontent {
	clear: both;
	background-image: url(images/topcont.jpg);
	background-position: top;
	background-repeat: no-repeat;	
	width: 653px;
	height: 10px;
}
#bottomcontent {
	clear: both;
	background-image: url(images/bottomcont.jpg);
	background-position: top;
	background-repeat: no-repeat;	
	width: 653px;
	height: 10px;
}

#content {
 	background-color: #474747;
 	height:410px;
}
 
 #content p {
	margin: 0px;
	margin-left: 30px;
	text-align: left;
}

 #content strong {
 	color: #0AA4BC;
	margin: 0px;
	text-align: left;
}

 #content a {
	text-decoration: none;
 	color: #0AA4BC;
}

 #content a:hover {
	text-decoration: underline;
}
 
 #leftsect {
	color: White;
	float: left;
	width: 230px;
	height:410px;
	background-image: url(images/left_image.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
	
	}
 
 #leftsect p {
	padding-right: 20px;
	
	}
	
#leftsect em {
	font-size: x-small;
	
	}
 
#leftsect h1 {
 	color: #0AA4BC;
	font-weight: bold;
	font-size: small;
	padding-left:30px;
	padding-top:20px;	
	
	}
	 #leftsect a {
 	color: #0AA4BC;
	text-decoration: none;
	
	
	}
	 #leftsect a:hover {
	text-decoration: underline;
	
	