html {
   overflow-y:scroll;
}

html, body {
   margin:0px;
   padding:0px;
   font-family:Verdana,Sans-serif;
   font-size:10px;
   letter-spacing:0.05em;
   background:#FFF;
   color:#2F0E05;
}

a:link, a:active, a:visited {
   color:#A28E8F;
   text-decoration:none;
}
a:hover {
   text-decoration:underline;
}

div#wrapper {
}

div#header {
   width:908px;
   height:213px;
   margin:0px auto;
   /*background-image:url('../media/header.jpg');*/
   background-repeat:no-repeat;
}

ul#menu {
   list-style-type:none;
   width:908px;
   height:27px;
   margin:0px auto;
   padding:0px;
   background-color:#A28E8F;
}
ul#menu img {
   /*margin-top:6px;*/
}
ul#menu li {
   float:left;
   line-height:27px;
   height:27px;
   padding-right:20px;
}
ul#menu li a {
   font-family:Arial;
   font-size:12px;
   color:#2F0E05;
   font-weight:bold;
   text-decoration:none;
	letter-spacing:0.2px;
}
ul#menu li a.active {
   color:#FFF;
}
ul#menu li a:hover {
   color:#FFF;
}
div#menu-bar {
   clear:both;
   width:908px;
   margin:0px auto;
   height:14px;
   line-height:14px;
   background-color:#D35F16;
}

/*
div.topbar {
   background-color:#D6D4D5;
   position:relative;
   width:908px;
   height:150px;
   margin:0px auto;
   z-index:1;
}
*/

div.moz-clear {
   clear:both;
}

table#login {
}
table#login th {
   text-align:left;
}
input.stdtxt {
   background-image:url('../media/veld_183.gif');
   background-repeat:no-repeat;
   border:medium none;
   height:19px;
   margin:0pt;
   padding:0px;
   width:183px;
}
textarea.stdtxt {
   background-image:url('../media/area_183.gif');
   background-repeat:no-repeat;
   border:medium none;
   height:136px;
   margin:0pt;
   padding:2px;
   width:179px;
}
input.submit {
   background:transparent url('../media/button.gif') no-repeat scroll 0%;
   border:medium none;
   color:white;
   cursor:pointer;
   display:block;
   font-family:Verdana;
   font-size:10px;
   height:21px;
   line-height:20px;
   text-align:center;
   width:100px;
}
input.submith {
   background:url('../media/button_ro.gif');
   text-decoration:none;
}

div.content-close {
   clear:both;
   border-bottom:1px solid #D35F16;
   margin:20px auto;
   width:908px;
}