* {
	margin:0;
	padding:0;
}
body {
	font-family:Helvetica,Arial,sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	background-color:#EAEAEA;
}
img,a { border: none; }
#header {
	font-size: 20px;
	padding: 6px 0px 3px 0px;
	width: 100%;
	text-align: center;
}
#wrapper{
	margin: 0 auto;
	padding: 0px;
	width: 96%;
}
#wrapper ul{
    border:1px solid #E0E0E0;
    background-color: #FFF;
    width: 100%;
    
}
#wrapper ul li{
	list-style: none;
	list-style-type: none;
	display: block;
	font-size: 16px;
	border-bottom:1px solid #E0E0E0;
	padding: 0px;
	font-weight: bold;
	width: 100%;
	background: transparent url(img/arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
}
#wrapper ul li a{
	padding: 8px 0% 8px 3%;
	color: #1fb4cc;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	width: 97%;
	display: block;
}
#footer{
    margin: 0 auto;
	width: 96%;
	height: 40px;
    margin-top: 5px;
	color:#888;
}
.right{ float: right; }
.right a{
	padding: 2px 6px;
	background-color: #1fb4cc;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 24px;
	font-size: 11px;
}
a.back {
    display: block;
    width: 89%;
    background: transparent url(img/arrow_back.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #fff;
    padding-left: 11%;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    padding-top: 13px;
    padding-bottom: 10px;
    text-decoration: none;
    margin-bottom: 10px;
}
a.back_bottom {
    display: block;
    width: 89%;
    background: transparent url(img/arrow_back.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #fff;
    padding-left: 11%;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    padding-top: 13px;
    padding-bottom: 10px;
    text-decoration: none;
    margin-top: 10px;
}
.content {
    background-color: #fff;
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 5px;
	padding-bottom: 5px;
	line-height: 21px;
}
.cspacer {
	width: 100%;
	height: 1px;
	background-color: #E0E0E0;
	margin-top: 25px;
	margin-bottom: 25px;
}
.content h1 {
	font-size: 16px;
	color: #1fb4cc;
}
.content h1 a {
	color: #1fb4cc;
	text-decoration: none;
}
.content .ozimg {
	float: left;
	padding-right: 5px;
}
.content a {
	color: #1fb4cc;
	text-decoration: none;
}
a#iphone_link {
	display:block;
	width:195px;
	margin:0 auto;
	padding:5px;
	font-size:12px;
	color:#000;
	text-decoration:none;
}
a#iphone_link:hover { text-decoration:underline; }
a#iphone_link img {
	margin:-5px 7px 0 0;
	border:0;
}
