body{
        background:#222222;
        font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
        font-size:11px;
        margin:0px;
        padding:0px;
        text-align:center;
	color:#bbb;
}

a {
        color:#666666;
        text-decoration:underline;
}

h2 { 
    color:red; 
    font-variant:small-caps;
}

/* PAGE STRUCTURE */
#container { margin: 0 auto;text-align: left; width:960px;}
#content { margin:5px; }
#header { width:100%;height:40px; line-height:40px;}
#content-main { float:left; width:100%; }
#content-related { float:right; width:25em; position:relative; margin-right:-26em; }
#footer { clear:both; padding:10px; }

/*  COLUMN TYPES  */
.colMS { margin-right:40em !important; }
.colSM { margin-left:27em !important; }
.colSM #content-related { float:left; margin-right:0; margin-left:-26em; }
.colSM #content-main { float:right; }
.popup .colM { width:95%; }
.subcol { float:left; width:46%; margin-right:15px; }
.dashboard #content { width:500px; }

/*  HEADER  */
#header {color:#fff;}
#header a:link, #header a:visited { color:white; }
#header a:hover { text-decoration:underline; }
#branding { float:left;font-size:18px; font-weight:normal;padding-left:10px;}
#user-tools {float:right;padding-right:10px;}
#global-nav{ position:absolute; top:0; left:300px; padding:.8em 10px; font-size:11px; text-align:left;}
#global-nav a:link, #header a:visited {text-decoration:none; }

/* SIDEBAR */
#content-related h3 { font-size:12px; color:#666; margin-bottom:3px; }
#content-related h4 { font-size:11px; }


/* Navigation
   -------------------------------- */

#navigation {
    height: 41px;
    width:100%;
    background: url('../img/nav/navigation.png') repeat-x 0 -41px;
    /*
    border:1px;
    border-color:#000;
    border-style:solid;
    */
}

#navigation ul,
#navigation ul li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 38px;
}

#navigation ul {
    height: 41px;
    background: url('../img/nav/navigation.png') repeat-x 0 -41px;
}

#navigation ul li a {
    float: left;
    display: block;
    height: 41px;
    padding: 0 18px;
    color: #ccc;
    text-decoration: none;
    background: url('../img/nav/navigation_s.png') no-repeat right top;
}

#navigation ul li.selected a {
    color: #fff;
}

#navigation ul li a:hover {
    color: #fff;
}
