/* layout */

body {/*background-color: #e9c49b;*/
      background-color: #d14414;
      /*background-color: #ee2722;*/
      font-family: sans-serif;}

#body {position: relative;
       left: 0px;
       top: 0px;
       width 30em;
       height: 100%;
       margin-left: 200px;
       min-height: 400px;
       padding: 30px;
       border-left: solid #aea48f 1px;}

#menu {position: absolute;
       left: 0px;
       top: 0px;
       width: 160px;
       padding: 20px;
       background-color: none;}

#page {width: 80%;
       position: relative;
       left: 10%;
       margin-top: 40px;
       background-color: white;
       /*background: url('images/20/Mys.jpg') no-repeat scroll white center center;*/
       border: solid #aea48f 1px;}



/* fonts */

h1 {font-family: sans-serif;
    font-weight: bold;
    font-size: 140%;
    color: #d14414;}

h2 {font-family: sans-serif;
    font-weight: bold;
    /*font-style: italic;*/
    font-size: 110%;
    color: #d14414;}

h3 {font-family: sans-serif;
    font-weight: bold;
    /*font-style: italic;*/
    font-size: 100%;
    color: #d14414;}

p  {font-family: sans-serif; font-weight: normal; font-size: 90%;}

/* menu */
.menu {font-family: sans-serif;
       color: black;}

h1.menu {font-family: sans-sans-serif;
         font-style: italic;
         font-weight: bold;
         font-size: 120%;
	 margin-top: 5px;
	 border-bottom: solid #999 1px;
	 color: #999;}

h2.menu {font-family: sans-sans-serif;
         font-style: italic;
         font-weight: bold;
	 font-size: 110%;
	 margin-top: 30px;
	 border-bottom: solid #999 1px;
	 color: #999;}


a.menu {text-decoration: none;
	padding-right: 5px;
	border-right: 10px solid #eee;}

a.menu:hover {/*position: relative;
              left: 0px;*/
	      font-weight: bold;
	      border-right: 10px solid #d14414;
	      padding-right: 5px;
        color: #d14414;}

ul.menu {margin-left: 0px;
         padding-left: 0px;}

li.menu {list-style-type: none;
         text-align: right;
         /*padding: 5px 0px 5px 0px;*/
         font-size: 100%;}

/* footer */
.footer {/*font-style: italic;*/
         text-align: center;
	 color: #efe2c2;}

/* misc */
img {border: 0px;}
td  {padding-right: 30px;}

dt {font-weight: bold;
    font-family: sans-serif;
    color: #d14414;}
dd {font-size: 90%;}

li {font-family: sans-serif; font-weight: normal; font-size: 90%;}

