/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/
div#wrapper {
position:relative;
width: 950px;
margin:0px;
margin-left:auto;
margin-right:auto;
border-color: #797272;
border-color: #3e160e;
border-width: 2px;
border-style: solid;
background-color: black;
}

div.sidebar {
float:right;
overflow:hidden;
width:170px;
}

div#secondary {
clear:right;
}

div#footer {
clear:both;
width:100%;
}
