.container {

 width: 968px;
 background: url(../img/bgcontainer.gif) repeat-y;
 padding-bottom: 6px;
 margin: 0 auto;

}

.header {

 height: 10px;
 text-align: right;
 background: url(../img/header.jpg) repeat-x center center;
 padding: 130px 10px 10px 0;
 margin-bottom: 10px;

}

.header a {

 color: #ccc;
 font-size: 12px;
 font-weight: bold;
 margin-left: 15px;

}

.header a:hover {

 color: #999;

}

.main {

 padding: 8px 18px;
 clear: both;

}

.sidenav h1, .sidenav ul {

 padding-left: 12px;

}

.sidenav {

 width: 220px;
 background: #eee;
 border: sold 1px #e5e5e5;
 float: left;

}

.sidenav h1 {

 height: 20px;
 color: #666;
 font-size: 1.1em;
 margin-top: 1.1em;
 margin-left: 2px;

}

.sidenav ul {

 background: url(../img/bgul.gif) repeat-x;
 border-top: solid 1px #fafafa;
 margin: 0;
 padding: 0;

}

.sidenav li {

 border: solid 1px #fafafa;
 border-top: none;
 list-style: none;
 margin: 0;

}

.sidenav li a {

 color: #777;
 font-size: 0.9em;
 text-decoration: none;
 padding: 3px 6px 3px 14px;
 display: block;

}

.sidenav li a:hover {

 color: #111;

}

.content {

 width: 700px;
 min-height: 620px;
 padding-bottom: 50px;
 margin-top: 1px;
 float: right;

}

.footer {

 width: 920px;
 color: #666;
 font-size: 1.1em;
 text-align: center;
 background: #fff;
 border: solid 1px #eee;
 padding: 6px;
 margin: 0 auto;

}

.footer a {

 color: #36c;
 text-decoration: none;

}

.footer a:hover {

 color: #06f;
 text-decoration: underline;

}

#login {

 width: 920px;
 height: 20px;
 background: transparent;
 padding: 0 5px 5px 5px;
 margin: 0 auto;

}

#login a {

 margin-top: 2px;
 float: right;

}

#login label {

 font-weight: bold;
 margin: 0 5px 0 0;
 float: left;

}

#login input {

 width: 120px;
 height: 12px;
 font-size: 10px;
 margin-right: 10px;
 float: left;

}

#login input[type=image] {

 width: auto;
 height: 15px;
 border: 0;
 margin-top: 2px;

}

#login input.logout {

 margin: 0;
 float: right;

}