/* CSS Document */

html {font-size: 14px} 

/*  PAGE STRUCTURE  */
#header {
	margin-top: 10px;
}

#contentWrap {
	width:777px;
	margin: 0 auto;
	text-align:left;
}
#footer {
	background-image: url(/itunes/images/footer.png);
	background-repeat:no-repeat;
	text-transform:uppercase;
	width: 777px;
	height:40px;
	padding-top: 17px;
	padding-bottom: 0px;
	text-align:center;
	white-space: nowrap;
}
#nav {
	text-transform:uppercase;
	width: 777px;
	height:20px;
	text-align:center;
	padding: 0px;
	white-space: nowrap;
	text-shadow: #666666 2px 2px 3px;
}

body {
	font: 0.8em/1.4em "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #efe4c1;
	margin: 10px;
	background-image:url(/itunes/images/bg.png);
	background-repeat:repeat-x;

}

/*  CONTENT AREA */

#content {
	padding-left: 20px;
	padding-right: 20px;
/*	padding-top: 10px;*/

}

.imageright {
	float: right;
	margin: 0px 0px 10px 30px;
}

h1 {
	font:bold 2em/1.6em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #333333;
	margin-top: 0px;
}
h2 {
	font:bold 1.3em/1.4em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #335580;
	border-bottom: 1px dotted #335580;
	padding-top: .4em;
}
h3 {
	font:bold 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#222;
}
ul {
	list-style:square;
}
#content li {
	padding-bottom: .6em;
}

/*  LINKS */

a:link, a:visited {
	text-decoration: none;
	color: #335580;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
	color: #CE1126;
	font-weight:bold;

}

#footer a:link, #footer a:visited {
	margin: 0px 20px;
	color:#FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCC99;
		text-decoration: none;
}
#nav a:link, #nav a:visited {
	margin: 0px 10px;
	color:#FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #335580;
	text-decoration: none;
}
.notice {
	color: #CE1126;
	background-color: #F1DFBB;
	text-align: center;
	padding: 4px;
	border: 1px solid #CE1126;
	width: 450px;
}
.tiny {
	font-size: .6em;
	color: #807A67;
}
.introTxt {
	font-size: 1.2em;
	line-height: 1.6em;
	padding-top: .6em;
}
#tosBox {
	/* set scrollbars for all browsers */
	overflow: auto;
	/* for those that support it, turn off the horizontal bar */
	height: 140px;
	overflow-x: hidden;
	padding:10px 10px 10px 0;
	width: 450px;
	border: 1px solid #627A9E;
	margin: 10px 0px 0px;
	background-color: #FFFFFF;
}

