@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	min-width: 760px;
	background-color: #262626;
}
 
#envelope {position: relative;
  margin: 0 auto;
  width: 925px;
  height: 1000px;
  top: 5px;
  left: 50%;
  margin-left: -360px;
  }
  
a:link {color:#CC0000; text-decoration:none }
a:visited {color:#CC0000; text-decoration:underline }
a:hover {color:#ffffff; text-decoration:none }
a:active {color:#CC0000; text-decoration:none }

#header {position: absolute;
			top: 0px;
			left: 150px;}
			
#contact1 {position: absolute;
			top: 112px;
			color: #cc0000;
			font-face: Arial, Helvetica, sans-serif;
			text-align: center;
			width: 680px;}
			
#home {position: absolute;
			top: 140px;
			left: 20px;}
			
#bio {position: absolute;
			top: 140px;
			left: 115px;}
			
#discography {position: absolute;
			top: 140px;
			left: 254px;}
			
#photos {position: absolute;
			top: 140px;
			left: 409px;}
			
#videos {position: absolute;
			top: 140px;
			left: 513px;}
			
#links {position: absolute;
			top: 140px;
			left: 615px;}
			
#main_image {position: absolute;
			top: 190px;
			left: 95px;
			border: 8px solid #CC0000;}
			
#intro_copy {position: absolute;
			top: 750px;
			left: 95px;
			width: 465px;
			font-face: Arial, Helvetica, sans-serif;
			font-size: 11px;
			text-align: left;
			background-color: #FFFFFF;
			border: 8px solid #CC0000;
			padding: 10px;}
			
#title {color: #CC0000;
		font-size: 32px;
		font-family: Times New Roman, Times, serif;
		line-height: 30px;
		font-style: italic;
		text-align: center;}
		
#subhead {font-size: 14px;
		line-height: 17px;
		font-weight: bold;
		text-align: center;}
			
#footer {position: absolute;
			top: 1775px;
			color: #cc0000;
			text-align: center;
			width: 680px}

