html, body {
	margin: 0px; 
	padding: 0px;
	border: 0px;
}

html {
	background: #2499db url(images/bg.jpg) repeat-x left bottom fixed;
/*	background: #2499db url(images/bg.jpg) repeat-x left bottom fixed; */
	background: #2499db; 
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #222;
	height: 100%;
	width: 880px;
}

.branding {
	position: fixed;
	bottom: 0px;
	z-index: -20;
}

#stripes {
	background: url(images/stripes.png) repeat-y;
	height: 2000px;
	width: 540px;
}

#appleHeadIllustration {
	width: 540px;
	height: 610px;
}

#appleHeadIllustration, #stripes {
	position: relative;
	left: 490px;
}

.page {
	margin: 0px 10px 80px 80px;
	width: 420px;
	height: 100%;
}

/* 
// --------------
// NAVIGATION
// --------------
*/

.nav {
	margin: 0;
	float: left;
	font-size: 1em;
}

.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav li {float: left;}

.nav li a {
	display: block;
	text-align: center;
	padding: 10px 5px 3px;
}

.nav a, .nav a:visited {color:#fff;}

.nav li:hover {background-color: #fff;}

.nav li:hover a, .nav li:hover a:hover {
	color: #e11b22;
	text-decoration: none;
}

/* 
// --------------
// CONTENT
// --------------
*/

.content {
	// background: #fff;
	clear: left;
	padding: 20px 5px 40px;
	font-size: 14px;
	width: 400px;
	position: relative;
	clear: both;
}

a, a:visited {
	color: #ddd; /* #684; */
	text-decoration: none;
}

a#current, a#visited.current {
	color: #222;
}

h1 {
	font-size: 16pt;
	padding: 0;
	color: #222;
}

h3 {
	margin: -10px auto auto;
	padding: 0 auto auto;
	font-size: 12pt;
}

h4 {
	margin: auto auto 40px;
}

a:hover {
	text-decoration: underline;
}

.red {
	color: #e11b22;
}

.blue {
	color: #29aae2;
}

.lead {
	font-size: 13pt;
}

.content ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.content li {
	padding-bottom: 0.5em;
}

.ionlogo {
	float: left;
	border: 0;
	margin: auto 10px auto 0;
}

/* 
// --------------
// SPECIAL STUFF
// --------------
*/

.white {
	color: white;
}

.update1 {
	padding: 5px 10px;
	background-color: #55aae1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
