
body 
{
	margin: 0;
	background: #444;
	font-family: arial, verdana, sans-serif;
}

#container 
{
	position: absolute;
	left: 50%;
	top: 0%;
	right: auto;
	bottom: auto;
	margin-left: -390px;
	width: 780px;
	clear: both;
	background: #231F20 url(Images/orange.gif) 15px 0px repeat-y;
	min-height: 800px;
	
}
#container #intro #pageHeader {
	position: relative;
	top: 0;
	width: 780px;
	height: 320px;
	background: url(Images/Ipod_banner.jpg) no-repeat 0 0;
	margin: 0;
	padding: 0;

}
#container #intro #pageHeader h1 {
	display: block;
	margin: 0;
	padding: 0;
	height: 311px;
	text-indent: -2000px;
	color: black
}
#container #intro #pageHeader h2 { display: none; }

#container #intro, #container #supportingText {
	width: 469px;
}

#linkList {
	position: absolute;
	top: 260px;
	bottom: 0px;
	left: 15px;
	width: 270px;
	background: #F6821F ;
	
}


#linkList ul 
{
	list-style: none;
 	padding: 0;
 	margin: 0;
}

#linkList li 
{
	padding: 7px 0 5px 15px;
	font-size: 16px;
	color: black;
	border-bottom: 1px solid #FCFCFC;
}


#linkList li a 
{
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}


#linkList li a:hover 
{
	text-decortation: none;
	color: #cccccc;
}

#quickSummary {
	position: relative;
	left: 260px;
	top: -30px;
	height: 15px;
	margin: 0 0 0 42px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-	serif;
	color: #FCFCFC ;
}
#quickSummary p {
	margin: 0 0 10px 0;
	font-size: 35px;
	font-weight: bold;
	line-height: 27px;
	color: #FCFCFC ;
}
#quickSummary p a {
	text-decoration: none;
	color: #FCFCFC ;
	border-bottom: dotted 1px #FCFCFC ;
}
#quickSummary p a:hover {
	color: navy
}

#preamble h3 {
	position: relative;
	left: 260px;
	padding: 0;
	margin: 0 0 0 42px;
	width: 300px;
	height: 43px;
	color: #FCFCFC ;
}

#preamble p, #container #supportingText p {
	position: relative;
	left: 260px;
	margin: 10px 0 0 42px;
	font-size: 12px;
	line-height: 18px;
	color: #FCFCFC;
	text-decoration: none;
	
}

#preamble a {
	text-decoration: underline;
	color: #FCFCFC;
}

#preamble a:hover {
	text-decoration: underline;
	color: #cccccc;
}

