html, body {
    height: 100%;
}

html {
    background:url("bg.gif") repeat scroll 0 0 #816647;
}

body {
    margin: 0;
	font: 13px Helvetica, Arial, sans-serif;
	min-height: 570px;
	color: rgb(99,98,96);
	
	-webkit-text-size-adjust: 100%;	
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.0)), to(rgba(0,0,0,0.5)));
	
}

a {
    text-decoration: none;
    outline: 0;
	color: rgb(99,98,96);
}

img {
    border: 0;
}
h2 {
    font-size:18px;
}
#wrapper {
    position: relative;
    height: 50%;
    min-height: 310px;
    min-width: 920px;/*960px;*/
}

#main {

    position: absolute;
    
    top: 100%;
    left: 50%;
    width: 900px; /*950px;*/
    height: 532px;
    margin-top: -266px;
    margin-left: -450px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    
	-webkit-box-shadow: rgba(0,0,0,1) 0px 0px 5px;
	-moz-box-shadow: rgba(0,0,0,1) 0px 0px 5px;
	-o-box-shadow: rgba(0,0,0,1) 0px 0px 5px;
	box-shadow: rgba(0,0,0,1) 0px 0px 5px;
    
    
   background-color:#F2F2F2; 
}
#sidebar {
    background:url("background-sidebar.png") repeat-y scroll right top transparent;
    border-right:1px solid rgba(0, 0, 0, 0.15);
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:300px;
    z-index:1;
}
#sidebar .reeder {
    position: relative;
    left: 34px;
    display: block;
    width: 200px;
    height: 65px;    
    overflow: hidden;
    background: url(osteo.png) no-repeat top left;
    margin-bottom: -24px;
    margin-top: 40px;
}
#sidebar .reeder h1,
#sidebar .reeder p {
    position: absolute;
    top: -9999px;
    margin: 0;
    padding: 0;
}

#navigation {
    left:0;
    padding-right:6px;
    position:absolute;
    top:58px;
    width:300px;
    z-index:2;
}

#navigation .indicator {
    position: absolute;
    top: -9999px;
    right: 0;
    width: 7px;
    height: 25px;
    background: url(indicator.png) no-repeat center left;
}

#navigation hr {
    border: 0;
    background: none;
    outline: 0;
    margin: 50px 0;
    padding: 0;
}


#navigation ul {
    
    margin: 140px 0 0 0;
    padding: 0;
    list-style: none;
}

#navigation ul li {
        
    display: block;
    height: 25px;
}

#navigation ul li a {
    display: block;
    float: right;
    text-align: right;
    padding: 0 30px 0 10px;
    height: 25px;
    line-height: 25px;
    color: #000;
}
#main hr.before-content {
    background:url("shadow.png") no-repeat scroll 0 -130px transparent;
    border:0 none;
    height:100%;
    margin:0;
    outline:0 none;
    padding:0;
    position:absolute;
    right:-20px;
    top:0;
    width:20px;
}
#content {
    color:#666666;
    height:100%;
    margin-left:300px;
    overflow:hidden;
    position:relative;
    z-index:0;
    overflow-y: auto;
}
#content div.content {
    margin:0 10px 10px 20px;
}
#fbconnect {
    position:absolute;
    top:400px;
    right:30px;
    width:250px;
    text-align:right;
}
