
body {
    font-family: 'Helvetica', sans-serif; 
    background: #000 url("../images/body_bg.jpg");
    margin: 3px;
    color: #555;
}

#innercontent {
    margin-left: auto;
    margin-right: auto;
    width: 480px;
}

#leftcontent {
    width: 9px;
    background: url('../images/content_bg_left_iphone.png') right top repeat-y;
    margin: 0px;
}

#centercontent {
    background: #f5f5e8 url('../images/content_bg_center.jpg') center top;
    margin-left: auto;
    margin-right: auto;
    margin: 0px;
    min-height: inherit;
    width: 462px;
}

#rightcontent {
    width: 9px;
    background: url('../images/content_bg_right_iphone.png') left top repeat-y;
    margin: 0px;
}

#header {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    height: 113px;
    background: url('../images/header_iphone.jpg') 0px 0px no-repeat;
}

#navbar2 {
	display: none;
}

#navbar {
	display: none;
}

#navbardivider {
	display: none;
}

#copy {
	margin-left: 0px;
	margin-right: 0px;
	min-height: 300px;
	padding: 20px;
}

#copy a {
    color: #338;    
}

#maincopy {
	width: 380px;
	line-height: 30px;
	font-size: 24px;
}

.copyblock {
    padding-bottom: 5px;
}

h1 { 
    font-family: "Georgia", serif;
    font-size: 26px;
    color: #333;
    font-weight: bold;
}

h2 { 
    font-family: "Georgia", serif;
    font-size: 14px;
    margin: 0;
    margin-bottom: 8px;
    padding: 0px;
    color: #333;
    font-weight: bold;
}

#sidebarcopy {
    display: none;
}

.divider {
    height: 1px;
    margin-top: 25px;
    margin-bottom: 25px;
    background: url("../images/sidebar/divider.png");
}

#iphoneLink {
    display: block;
    width: 450px;
    text-align: center;
    color: #222;
    font-size: 24px;
    font-family: 'Georgia', serif;
    font-weight: bold;
    margin-bottom: 40px;
}

#iphoneLink a {
    text-decoration: underline;
    color: #222;
}

#copyrightdivider {
	height: 4px;
	width: 450px;
    border-top: 4px solid #000;
}

#copyright {
    width: 450px;
    height: 150px;
    padding-top: 10px;
    border-top: 2px solid #000;
    text-align: center;
    color: #998;
    font-size: 16px;
}