
    body, html {
        padding: 0;
        margin: 0;
        font-size: 14px;
        background: #000;
        background-image: url('img/userbarbg.gif');
        font-family: 'MS Gothic', sans-serif;
	    text-shadow:1px 1px 1px rgba(66, 66, 66, 0.308);
        color:#46434b;
}

    img {
        max-width: 100%;    
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}


    .sidebarholder {
        height: 100px;
        width: 250px;
        border-radius: 10px;
        margin: auto;
        display: block;
        position: absolute;
        top: 200px;
        left: 100px;
        padding: 0px;
}


    .sidebar {
        width: 233px;
        background-color: white;
        border-radius: 10px;
        text-align: center;
        top: 200px;
        left: 100px;
        padding: 8px;
}

    .footer {
        background-color: #F6FCFA;
        border-radius: 10px;
        text-align: center;
        padding: 8px;
        width: 540px;
        position: relative;
        border:1px solid #b1b1b1;
        margin: 0 auto;
        border-radius: 10px;
}

    .buttonholder {
        width: 250px;
        background-color: white;
        border-radius: 10px;
        top: 200px;
        left: 100px;    
        text-align: center;
        margin-bottom: 24px;
        margin-top: 24px;
}


    .buttonholder a {
    	color: #606064;
        text-decoration: none;
}

    .wrapper {
        margin: auto;
        margin-top: 54px;
        width: 750px;
}

    .navbox {
        width: 242px;
        list-style-type:none;
        padding:4px;
        font-size: 16px; 
        letter-spacing: 2px;
        font-weight: bold;
}
    
    .navbox:hover {
        font-size:18px;

}

    .navbox:nth-child(even) {
    background-color: #cecece;
}


    .content {
        height: 800px;
        width: 550px;
        position: relative;
        background-color: #F6FCFA;
        border:1px solid #b1b1b1;
        margin: 0 auto;
        border-radius: 10px;
}

    .content iframe {
        border: none;
        position: relative;
        padding: 4px;
        height: 795px;
        width: 545px;
}
