/* navigation */

#nav {
    position: relative; 
    top: 0px;
    left: 0px;
    width: 125px;
    height: 50px;
}
	
#nav ul {
    position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#nav li {
    position: relative;
	float: left;
	margin: 0;
	padding: 0;
	font-family: 'Verdana', 'Arial', 'sans-serif';
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
	}
	
#nav li a {
    position: relative;
	float: left;
	text-decoration: none;
	color: #0d3541;
	border: none;
	}
	
#nav li a:hover {
    position: relative;
	color: #a56827;
	}
	
#nav li a.active {
    position: relative;
	font-weight: bold;
		color: #a56827;
	}

/* Rollover */

.rollover {
    display: block;
    width: 26px;
    height: 22px;
    background: url(../images/icons/home-btn.png);
}

.rollover:hover {
    background: url(../images/icons/home-btn-hover.png);
}


/* Structure */

#wrap {
    margin: 0px auto 0px auto;
    width: 1000px;
    height: 100%;
    background-color: #f5f1e9;
}

#header {
    position: relative; 
    margin: 75px auto 0px auto;
    width: 1000px;
    height: 75px;
    font-family: 'Verdana', 'Arial', 'sans-serif';
	font-weight: normal;
	font-size: 28px;
	letter-spacing: 3px;
	text-transform: uppercase;
    color: #a56827;

}



#content
    {
  background-color: none;
  width: 1000px;
  border: 0px;
  padding: 0px;
  margin-top: 20px;
  float: left;
}

#contentlow
    {
  background-color: none;
  width: 1000px;
  border: 0px;
  padding: 0px;
  margin-top: 5px;
  float: left;
}

#sidebar 
    {
  background-color: none;
  width: 500px;
  border: 15px;
  padding-left: 25px;
    padding-right: 25px;
  margin: 0px;
  float: left;
        
}

#sidebarright 
    {
  width: 750px;
  border: 0px;
  padding-left: 0px;
  margin: 0px;
  float: left;
        
}

#hr
    {
  width: 750px;
  margin-top: 20px;
        margin-bottom: 20px;
  float: left;
        color: #a56827;
        

}


/*Styles*/

.floatleft {
  width: 200px;
  margin-right: 10px;
    float: left;
}


.artistpics {
    
  width: 200px;
  border: 15px;
  padding: 50px;
  margin: 20px;
}

.portpics {
  padding: 5px;
        
    }  
    

.text {
    font-family: sans-serif;
    font-size: 16px;
    color: #0d3541;
}

.insta{
     font-family: 'Verdana', 'Arial', 'sans-serif';
    font-size: 16px;
    color: #0d3541;
    padding-bottom: 5px;
    
}

.instatitle{
     font-family: 'Verdana', 'Arial', 'sans-serif';
    font-size: 24px;
    color: #0d3541;
      padding-bottom: 10px;
    
}


