BODY {
	background-image: url(http://www.gatewaytosedona.com/image/designs/SedonaSoundsDJ/designfiles/bodybackground.jpg); 
	background-repeat: no-repeat;
	background-position: 50% 0%;
	margin: 0px; 
	text-align: center;
	background-color: #660000; 
}

/* "Main" is the div that centers all, if BODY if set to text-align:center. */
	div#main {
  		margin: 0 auto;
  		width: 802px;
		text-align: left;
		padding: 0px;
		border: 0px;
		background-color: ;
		background-image: url();
		background-repeat: no-repeat;
		background-position: center;
		}

/* Header */
	div#header {
		width: 800px;
		height: auto;
		margin: 0px;
		padding: 0px;
		}
		
/* Navigation */
	div#navigation {
		width: 800px;
		height: 32px;
		margin: 0px;
		padding: 0px;
		float: none;
		background-color: #000000;
		}
/* Use the navbar div only when doing a vertical nav scheme. Take off "display: none;" to use. */
	div#navbar {
		width: ;
		height: auto;
		margin: 0px;
		padding: 0px;
		float: left;
		display: none;
		}
		
/* Body */
	div#body {
		background-color: #000000;
		width: 800px;
		height: auto;
		margin: 0px;
		padding: 0px 0px 20px 0px;
		float: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FEDA8D;
		line-height: 20px;
		}
		
/* Footer */
	div#footer {
		background-color: ;
		width: 800px;
		height: auto;
		margin: 0px;
		padding: 0px;
		float: left;
		margin-bottom: 20px;
		}
		
/* Universal Link ( goes with Verdana 11 pt. ) */
	.link { 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #FEDA8D;
		text-decoration: underline
		}
	a.link:hover { 
		color: #FFFFFF;
		}
		

/* Universal Link BOLD ( goes with Verdana 11 pt. ) */
	.boldlink { 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #FEDA8D;
		text-decoration: underline
		}
	a.boldlink:hover { 
		color: #FFFFFF;
		}
		

		/* ORANGE HIGHLIGHT TEXT */
	.highlight {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #FF6600;
		}
		
		
		/* Copyrights */
	.copyright {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #FEDA8D;
		font-weight: normal;
		text-decoration:none;
		}
		
	a.copyright:link, a.copyright:visited, a.copyright:active {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-decoration:none;
		color: #FEDA8D;
		}

	a.copyright:hover {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-decoration:underline;
		color: #FEDA8D;
		}

		
/* Special class to make the "frame" div stretch all the way down in some browsers */
			
		.clearfix:after {
    		content: "."; 
    		display: block; 
    		height: 0; 
    		clear: both; 
    		visibility: hidden;
			}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

