body {
background-color: #001b38;
margin:0px 0px; 
padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
text-align:center; /* Hack for IE5/Win */
 }


div#container2 {
width: 864px;
height: 720px;
position: relative;
margin:0px auto; /* Right and left margin widths set to "auto" */
text-align:left; /* Counteract to IE5/Win Hack */

background-image: url(images/walking2.jpg);
background-repeat: no-repeat;
 }

h1 {
color: #ffffff;
font-family: Times, "Times New Roman", serif;
font-size: 2.5em;
font-weight: 100;
font-stretch: expanded;
letter-spacing: .1em; }



div#upper {
width: 220px;
height: 203px;
padding-top: 15px;
padding-left: 3px; }

p.synopsis {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .7em;
color: #66ccff;
font-weight: 100;
line-height: 2em; }


div#menu {
margin-right: 4px;
text-align: left;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .75em;
position: absolute;
right: 0px;
top: 20px;
width: 230px;
height: 220px;
 }

a:link {
color: #66ccff;
text-decoration: none; }

a:visited {
color: #6699ff;
text-decoration: none; }

a:hover {
color: #ffffff;
text-decoration: none;
border-bottom: 1px #ffffff dotted; }

a:active {
color: #00ffff;
text-decoration: none; }

p.menu {
display: block; }

