@charset "utf-8";
/* CSS Document */

body{
margin:0;
padding:0;
line-height: 1.5em;
background:url(../images/matt_spann.jpg) bottom left no-repeat;
background-repeat: no-repeat;
background-attachment:fixed;
background-position: bottom left;
}

#sort{
width:100%;
margin-bottom:7px;
font-family:Arial, Helvetica, sans-serif;
z-index:100;
position: fixed; width: 100%; top: 0; left: 0;
background:#e8e8e8;
padding:5px 0;

}

#sort select, label{
margin:5px;
}

#contentwrapper{
padding-top:50px;
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 500px; /*Set left margin to LeftColumnWidth*/
text-align:right;
}

#leftcolumn{
float: left;
width: 500px; /*Width of left column*/
margin-left: -100%;
background: #C8FC98;
}