/* CSS Document */
* {margin:0; padding:0;}
.hidden {display:none;}
body {font-family:Helvetica, Verdana, Arial, sans-serif; background:#FFF1D7;}
/* --- CONTAINER ---*/
#container {width:758px; height:500px; margin:20px auto; background:url(../images/main_bg.png) top left repeat-y; position:relative;}

#top {width:758px; height:11px; background:url(../images/main_top.png) top center no-repeat;}
#bottom {width:758px; height:11px; position:absolute; bottom:-2px; background:url(../images/main_bottom.png) top center no-repeat;}
*html #bottom {bottom:-10px;}
/* --- NAVIGATION ---*/
#nav {width:165px; height:100%; position:absolute; top:2px; margin-left:2px; border-right:solid #A1844F 1px; background:#B19257 url(../images/nav_top.png) top left no-repeat;}
#nav ul {list-style:none; border-bottom:solid #89723F 1px; margin-top:8px;}
#nav ul li {background:url(../images/nav_bullet.png) 0 .6em no-repeat;}
#nav ul li a {width:129px; padding:6px; padding-left:30px; display:block; font-size:13px; color:#FFF1D7; text-decoration:none; border-top:solid #89723F 1px; border-bottom:solid #C19F5E 1px;}
#nav ul li a:hover {background:#CAA45E url(../images/nav_bullet_roll.png) 0 .67em no-repeat;}
/* --- LOGO ---*/
h1 {width:317px; height:30px; margin:120px 0 0 130px; text-indent:-9999px; background:url(../images/main_logo.gif) center no-repeat;}
#tagline {width:275px; margin:10px 0 0 175px; font-size:11px; color:#FFF1D7; text-align:center; padding-top:5px; border-top:solid #D3AD64 1px;}
#flash {position:absolute; top:80px; left:168px;}
/* --- LOGIN ---*/
#login {width:150px; margin:15px auto; margin-bottom:15px;}
.loginInput {width:145px; height:20px; padding-left:5px; margin-bottom:5px; color:#947948; background:#E9CA8D; border:solid #695734 1px;}
#login h3 {color:#FFF1D7; font-size:13px; margin-bottom:5px;}
#loginBtn {float:right;}
#forgot {font-size:.8em; color:#fff; text-decoration:none;}
input {font-family:Verdana, Helvetica, Arial, sans-serif; font-size:.87em; border:1px solid #B19257; color:#B19257; padding-left:2px;}
input.btn{color:#fff; font-family:helvetica,Verdana,sans-serif; text-align:center; font-weight:bold; font-size:84%; background-color:#695734; cursor:pointer; cursor:hand; margin-bottom:10px;}
/* --- FOOTER ---*/
#footer {width:758px; margin:-15px auto;}
#footer p {font-size:10px; color:#856D3F; float:right; margin-right:6px;}
#footer a {font-size:10px; color:#856D3F; margin-left:7px;}