body {
font-family:Verdana, Arial, sans-serif;
font-size:101%;
background:#fff;
}

#wrapper {
margin-left:auto;
margin-right:auto;
margin-top:200px;
text-align:center;
}

#admin-content{
float:left;
text-align:right;
width:42%;
}

#client-content{
text-align:left;
width:42%;
float:right;
}

#header{
width:100%;
margin-bottom:15px;
}

#main {
width:100%;
margin:0 auto;
/* border:1px dashed #333; */
background-color:white;
color:black;
}

#nest {
padding-top:10px;
}

#navigation{
<!-- border-left: 5px solid #98999c; -->
width: 20%;
float: left;
margin-right: 10px;
background-color:white;color:black;
margin-bottom:10px;
}

#content{
margin-top:0px;
margin-left: 21%;
margin-right: 1%;
margin-bottom:10px;
background-color:white;color:black;
}

#related{
width: 10%;
float: right;
background-color:white;
color:black;
margin-top:0px;
padding-top:0px;
margin-bottom:10px;
}

#footer p {
text-align:center;
font-size:75%;
}

#navigation li.main-nav, li.main-nav-sel {
/* background-image:url('./images/arrow.png'); */
background-repeat:no-repeat;
font-family:verdana, arial, sans-serif;
font-size:0.9em;
margin-top:3px;
margin-left:5px;
padding : 0px 0 3px 20px;
list-style : none;
color:white;
}

#navigation li.sub-nav, li.sub-nav-sel {
/* background-image:url('./images/arrow_s.png'); */
background-repeat:no-repeat;
font-family:verdana, arial, sans-serif;
font-size:0.9em;
margin-top:3px;
padding : 0px 0 3px 18px;
list-style : none;
color:white;
}

#navigation a.main-nav, a.sub-nav {
color:black;
text-decoration:none;
}
#navigation a.main-nav:hover, a.sub-nav:hover {
color:red;
text-decoration:none;
}
#navigation a.main-nav-sel, a.sub-nav-sel {
color:#004983;
font-weight:bold;
text-decoration:none;
}
#navigation a.main-nav-sel:hover, a.sub-nav-sel:hover {
color:red;
font-weight:bold;
text-decoration:none;
}

#navigation ul.main-nav {
margin:0px;
padding:0px;
}

#navigation ul.sub-nav {
margin-left:20px;
padding:0px;
}
#navigation ul.main-nav-sel {
margin:0px;
padding:0px;
}

#navigation ul.sub-nav-sel {
margin-left:20px;
padding:0px;
}

.tool {
border-left:2px solid #98999c;
border-bottom:2px solid #98999c;
margin-top:0px;
padding-left:0.5em;
padding-bottom:0.3em;
}
.tool h4 {
font-size:0.9em;
}
.tool-elem {
padding-left:0.5em;
}
.font-sel p {
padding-left:0.5em;
}
.font-sel a {
color:black;
text-decoration:none;
}
img {
border:none;
}

