LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/


#container {
        float: left;
        margin: 0;
        width: 600px;
		position:relative;
}
/*#content {
        margin: 0 200px 0 0;
}*/
#primary, #secondary {
        float: left;
        overflow: hidden;
        width: 180px;
		position:relative;
		margin-left: 20px;
}
#secondary {
        //clear: right;
		float: right;
}
#footer {
        clear: both;
        width: 100%;
}