body {margin:0;
      padding:0;
      background:black;
      color:white;
      font-family:"Arial", "Times New Roman";
      font-size:95%;}
#screen {position:relative;
         width: 640px;
         height: 480px;
         margin:10px auto;
         padding:0 0 0 0;
         border:0px solid yellow;}

a {text-decoration: none;}
/*a:focus, a:hover, a:active {background:#B0E0E6;}*/

#cover {position:absolute; top:0px; left:0px;
        width:640px;
        height:480px;
        flow:left;
        border:0px solid red;}
#cover img {width:640px; height:480px;}

#title {position:absolute; top:10px; left:10px;
        width:520px;
        height:24px;
        padding-left:0px;
		  text-align:left;
        color:#FF3300;
        font-family:"Arial", "Times New Roman", "Trebuchet MS";
        font-size:20px;
        font-style:normal;
        font-weight:bold;
        border:0px solid gray;}

#date {position:absolute; top:20px; left:530px;
       width:100px;
       height:13px;
       padding-left:0px;
       /*overflow:auto;*/
       color:#FF6600;
       font-family:"Arial", "Times New Roman", "fantasy";
       font-size:12px;
       font-style:normal;
       font-weight:bold;
       text-align:right;
       border:0px solid gray;}

#location {position:absolute; top:36px; left:10px;
           width:620px;
           height:22px;
           padding-left:0px;
           /*overflow:auto;*/
           color:#FF9900;
           font-family:"Arial", "Times New Roman", "fantasy";
           font-size:14px;
           font-style:normal;
           font-weight:bold;
           text-align:left;
           border:0px solid gray;}

#comment_left {position:absolute; top:380px; left:10px;
          width:300px;
          height:100px;
          /*padding-right:5px;*/
          padding-right:1px;
          overflow:auto;
          /*background:black;*/
          color:white;
          font-family:"Arial", "Times New Roman", "fantasy";
          font-size:12px;
          font-style:normal;
          font-weight:normal;
          border:0px solid yellow;}

#comment_right {position:absolute; top:380px; left:330px;
          width:300px;
          height:100px;
          /*padding-right:5px;*/
          padding-right:1px;
          overflow:auto;
          /*background:black;*/
          color:white;
          font-family:"Arial", "Times New Roman", "fantasy";
          font-size:12px;
          font-style:normal;
          font-weight:normal;
          border:0px solid yellow;}
									 
img.qed {width:8px; height:8px;}

#slides {position:absolute; top:484px; left:0px;
         width:640px;
         height:50px;
         overflow:auto;
         padding-top:0px;
			border:0px solid blue;
		   border-top:0px dotted #B74E07;}

#slides a:focus, #slides a:hover, #slides a:active {cursor:pointer; background:black;}
#slides img {height:50px;}
/*
#slides img.landscape {width:85px; height:64px;}
#slides img.portrait  {width:48px; height:64px;}
#slides img.wide      {width:114px; height:64px;}
*/
#slides img {border-style:none;}                  

#navigation {position:absolute; top:536px; left:0px;
             width:640px;
             height:14px;
             font-family:"Trebuchet MS", "Verdana", "sans-serif";
             font-size:10px;
             font-style:normal;
             font-weight:bold;
             text-align: right;
             border:0px solid white;}
#navigation a {color:#FFFFFF;}
#navigation a:focus, #navigation a:hover {color: black;}, #navigation a:active {background:#B0E0E6;}
#navigation img.lead {width:8px; height:8px;}
#navigation img.email {vertical-align:bottom;}
