html {
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top : 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0px 0px;
    padding: 0px 0px;
}

body {
	font-family: "Helvetica Neue", 'lucida grande','Lucida Sans Unicode'; 
	font-size: 13px;
	position: absolute;
	top : 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0px 0px;
    padding: 0px 0px;
}

p {
color: #444;
}

#nav {
z-index: 1024;
position: absolute;
left: 0px;
top: 0px;
width:25%;
height: 100%;
text-align: center;
margin: 0px 0px;
padding: 0px 0px;
color:#1a91b6;
list-style-type:none;
background: rgb(224, 224, 224);
border-top-style:none;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:none;
border-width:1px;
border-color:rgb(193, 193, 193);
overflow: scroll;
-webkit-overflow-scrolling: touch;
}

#sel a{
background: rgb(210, 210, 210);
}

#sel a:hover{
background: transparent;
}

#nav li
{
cursor: pointer;
min-height:30px;
background: rgb(224, 224, 224);
border-style:solid;
border-width:1px;
border-color:transparent;
}

#nav li:hover
{
cursor: pointer;
border-top-style:solid;
border-right-style:none;
border-bottom-style:solid;
border-left-style:none;
border-width:1px;
border-color:rgb(147, 147, 147);
background: rgb(156, 156, 156);
}

cur
{
cursor: pointer;
border-top-style:solid;
border-right-style:none;
border-bottom-style:solid;
border-left-style:none;
border-width:1px;
border-color:rgb(147, 160, 186);
background: rgb(156, 156, 156);
}

#nav a
{
padding: 10px 0px;
display:block;
text-decoration: none;
color:#336699;
}

#nav a:hover {
text-decoration: none;
color:#ffffff
}

#main {
position: absolute;
left: 25%;
top: 0px;
width:75%;
height: 100%;
overflow: scroll;
-webkit-overflow-scrolling: touch;
}

#wrapper {
position: relative;
top : 0px;
left: 0px;
width: 90%;
margin: 10px 5%;
padding: 0px 0px;
overflow: hidden;
}

.help {
position: relative;
margin: 0px 0px;
padding: 0px 0px;
left: 0px;
width: 100%;
}