@charset "utf-8";
/* CSS Document */
* {
border:none;
}

#wrapper {
width:auto;
overflow:visible;
border:none;
}

#content {
overflow:visible;
width:auto;
height:auto;
float:none;
}

#content * {
border:none;
width:auto;
}

#left-sidebar {
overflow:visible;
}
