/*
Title:      Triview fluid styles for screen media
Updated:    March 9 2005
*/

#wrap {
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 550px;
    max-width: 1600px;
}

html>body #wrap {
    width: 100%;
}

body.viewer #wrap {
    background: #fff;
}

#nav {
    width: 100%;
}

#main-body {
    width: 70%;
}

#content {
    max-width: 1120px;
}

#title h2 {
    max-width: 480px;
}

#sidebar {
/*float: right;*/
    margin-left: 0;
    padding: 0;
    width: 219px;
}

#theme a img#theme-fluid {
    background: #fff;
}

#theme a img#theme-fixed {
    background: #CCE181;
}

#theme a:hover img#theme-fixed {
    background: #fff;
}
