body 			{ color: #333; font: 16px Helvetica, Arial, sans-serif; line-height: 18px; }
#header			{ background: #FFD600; border-bottom: 2px solid #ddd; text-align: center; border-bottom: solid black;                                  width: 100%; height:115px; position: absolute;  top: 0; left: 0; }
#header h1  	{ color: #ff0000; margin: 0 0 3px; padding: 24px 24px 0;  }
#header p		{ color: #ff0000; font-size: 18px; font-weight: bold; padding: 0 18px; }


#menu           { font: 13px Helvetica, Arial, sans-serif; line-height:18px;}
#menu            ul {
                list-style-type: none; margin: 0px; padding: 5px; ;
                }
#menu           ul ul {
                display: none;
                }
#menu           ul li:hover > ul {
                display: block;
                }
#menu           {position:absolute; top: 130px; left: 25px; width: 30%; text-align: left;}
#content        {border-left: solid red; float: right; width: 69%; text-shadow: 3px 3px #ffffff; font-weight:bold;}
#content        {background-image:url('camera.bmp'); background-repeat:no-repeat;background-position:center; }

#footer			{ background: #FFD600; border-bottom: 2px solid #999; clear: both; width: 100%; position:fixed; bottom: 0; left:0}
#footer a		{ color: #ff0000; }
#footer	p		{ color: #ff0000; font-size: 12px; margin: 0; padding-left: 10px; padding-top: 10px; }

.date           {font: 12px Helvetica, Arial, sans-serif; line-height: 18px; }

.space          {line-height: 9px;9}  