body
{
     background:#d2c8ad;	
      font-family:Arial, Verdana; 
      font-size:13px; 
}
a
{
    color:#000;
}

#wrapper
{
    background:#d2c8ad;	    
	width:100%;
	height:100%;

}
#container
{
   background: #d2c8ad url(/images/background/canvas_background.jpg) no-repeat top left;
	margin:auto;
	width:980px;
	
   
}

#header
{
    height: 160px;
}

#body
{
    display:block;
    clear:both;
    margin: 20px;
   
}
#footer
{
    height: 100px;
    margin: 20px;
}
#topnav
{
    
}
#topnav ul
{
    display:inline;
}
#topnav li
{
    display:inline;
    list-style:none;
}
#topnav a
{   
    font-weight:bold;
    margin: 0 5px 0 0;
    color:#000;
}
#topnav a:visited
{
   color:#000;
}
#topnav a:hover
{
   color:#502e1c;
   text-decoration:underline;
}

#bottomnav
{
    text-align:center;
}
#bottomnav ul
{
    display:inline;
}
#bottomnav li
{
    display:inline;
    list-style:none;
}
#bottomnav a
{   
    font-weight:bold;
    margin: 0 5px 0 0;
    color:#000;
}
#bottomnav a:visited
{
   color:#000;
}
#bottomnav a:hover
{
   color:#502e1c;
   text-decoration:underline;
}

.glideritem {
	float: left;
}
#glidercontainer {

}
#community_icons
{
    font-size:11px;
    font-weight:bold;
    color:#fff;
    float:right;
    margin-right:30px;
}
#community_icons img
{
    float:right;
    opacity:0.4;
    filter:alpha(opacity=40)
}
#community_icons img:hover
{
    float:right;
    opacity:1;filter:alpha(opacity=100)
}

#signature
{
    font-weight:normal;
    font-size:10px;
}

.stylist_name
{
    font-weight:bold;
    font-size:15px;
}
.stylist_bio
{
    margin:5px 5px 20px 5px;
}


.copy
{
    margin: 0 20px 0 20px;
}

.left
{
    float:left;
}

.right
{
    float:right;
}
.center
{
    text-align:center;
}
.top
{
    vertical-align:top;
}
.bottom
{
    vertical-align:bottom;
}
.clearit
{
    clear:both;
}
.bold
{
    font-weight:bold;
}
.no
{
    display:none;
}
.yes
{
    display:block;
}
.border1
{
    border:1px solid #000;
}
.border2
{
    border:1px solid #ddd;
}