body {
    background-color: #ddd; /* Background color */
    color: #222;            /* Foreground color used for text */
    font-family: Helvetica; 
    font-size: 16px;
    margin: 0;              /* Amount of negative space around the outside of the body */
    padding: 0;             /* Amount of negative space around the inside of the body */
}

#menu h1 {
    /* margin: 2px 0 2px 0; */
	margin: 1px 0;
    padding: 0;
}

#menu h1 span {
    background-color: #ccc;
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
    color: #222;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
}

#menu ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}

#menu ul li .member {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    margin-bottom: -1px;
    padding: 12px 10px;
}

#menu ul li .member h2 {
	padding: 0;
	margin: 0;
    font-size: 17px;
    font-weight: bold;
}
#content, #sidebar {
    padding: 10px;
}

#footer {
    display: none;
}

#menu h1 span {
    text-shadow: 0px 1px 0px #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#ccc), to(#999));
}

#menu ul li:first-child .member {
	/*background-color: red;*/
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

#menu ul li:last-child .member {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

#menu .category {
}

#menu .members {
	display: none;
}

#menu .member {
}

#menu .memberdetails {
	display: none;
}