body 
	{
		margin: 20 0 0 0;
		width: auto;
		text-align:left;
		background-color:#000000;
	}






a 
	{
		
		color:#ffffff;
		text-decoration: none;
		
	}
	
a:hover 
	{
		color:#00cc00;
		text-decoration: none;
	}



#main 
	{
				

		width:	1000px;		
		border: 0px solid GREEN;
	}



#header 
	{
		align: 			center;
		height: 		120px;
		width: 			1000px;
		background-color: 	#000000;

	}



#menu {
	border-top: 0px solid black;
	border-bottom: 0px solid black;
	background-color:#000000;
	height: 30px;
	text-align:left;
	}



#content	
		{
		border: 0px inset GREEN;
		height: 250px;
		background-color:#000000;
		text-align: left;
		padding: 10px 100px 25px 100px;
		}


#footer 
	{
		height: 100px;
		padding: 0px 50px 0px 0px;
		background-color:#000000;
		background-image:url(images/soundwave.jpg);
		background-position: top;
		background-repeat:no-repeat;
		
		text-align: right;
		font-size:10pt;
		font-family: century gothic,  sans-serif;
		color:#ffffff;
	}

#menu ul {
	display:inline;
	margin: 0;
}

#menu ul li{
	display:inline;
	list-style-type:none;
	margin-left: 25px;
	margin-right: 25px;
}
#menu ul a {
	font-family: century gothic, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none
}
#menu ul a:hover {
	font-family: century gothic, sans-serif;
	font-size:20px;
	font-weight:bold;
	color: #00cc00;
	text-decoration: none;
}

#content blockquote {
	margin: 0 40px 0 0;
}


h1
 	{
		font-size:15pt;
		font-family: century gothic,   sans-serif;
		color:#ffffff;
	}




h2
 	{
		font-size:12pt;
		font-family: century gothic,  sans-serif;
		color:#00cc00;
	}

h3
	{
		font-size:11pt;
		font-family: century gothic,  sans-serif;
		color:#00cc00;
	}



#container { background-color:#000000; height: 250px; padding: 10px 100px 25px 100px;}

#div1 { float:left; width:500px;height: 250px;
		background-color:#000000;}
#div2 { float:right; width:200px;height: 250px;
		background-color:#000000;}
#div3 { float:left; width:400px;height: 250px;
		background-color:#000000;}
#div4 { float:right; width:400px;height: 250px;
		background-color:#000000;}