@charset "UTF-8";
/* CSS Document */

body
{background-color: #f2eee7;
 font-family: arial, sans-serif;
 font-weight: normal;
 font-size: 11px;
 color: #000000;
 line-height: 1.5;
 margin: 10px; }

#bg {position: fixed; width:100%; top:0; left:0; z-index:-1}

#menu
{background-color:#fff;
 position: fixed;
 top: 50px; right: 680px;
 width: 300px; height: 80px;
 padding: 20px; }

#minilinks
{position: fixed;
 top: 180px; right: 550px;
 padding: 0px; }

#content
{background-color: rgba(100%, 100%, 100%, 0.6);
 position: absolute;
 top: 0px; right: 0px;
 width: 640px; min-height: 100%;
 padding: 50px 20px; }

table,tr,td,form 
{font-family: arial,tahoma,verdana, san-serif;
 font-weight: normal;
 font-size: 11px;
 line-height: 1.5;
 margin: 0px; padding: 0px; spacing: 0px; border-spacing: 0px; border: 0px; }

select, option, textarea, input
{font-size: 11px; }

a:active,a:visited,a:link 
{color: #ff6600;
 text-decoration: none; }

a:hover 
{color: #993300;
 text-decoration: none; }

#hr
{background-color: #fff;
 height: 1px; }

#title
{font-weight: bold;
 letter-spacing:1px;
 color: #d94d16;
 font-size: 13px; 
 text-transform: uppercase; }

#small
{color: #999999;
 font-size: 9px;
 text-transform: uppercase; }

.image
{border: solid white 10px; }