﻿/* This file holds all the styles for laying out web pages.
Any styling code should go in style.css. 
 */

body
{
    margin: 0;
    padding: 0;
}





#header h1 
{
}

#wrapper 
{
	min-width: 790px;
}

#main-wrapper 
{
	clear: both;
	float: left;
	width: 100%;
}

.sidebar #main-wrapper 
{
   float: right;
   width: 75%;
}

#sidebar-wrapper
{
    float:left;
    width: 25%;
   /* margin-right: -281px; */
    
}

#sidebar 
{
}

#featured-albums
{
    float: left;
}


.sidebar-right
{
	float: right;
    width: 210px;
}
