body {
 font-family: sans-serif;
 font-size: medium;
 margin: 5%;
 line-height: 1.6em;
 border-style: groove;
}

p.image {
 text-align: center;
}

h1,h2 {
 color:	gray;
}

h1 {
 text-align: center;
 border-bottom: 1px solid gray;
 font-family: Times, "Times New Roman", Georgia, serif;
 font-size: 175%;
}

h2 {
 font-size: 1.2em;
}

p {
 text-align: center;
 text-indent: 5%;
}

#menu {
  border: 1px solid gray;
  float: right;
  width: 20%;
  padding: 0px;
  margin: 15px;
  height: 200px;
}
 
#content {
 overflow:auto;
 height: 800px;
}

#menu ul { 
 list-style-type: none; 
}

#footer {
 font-size: xsmall;
 font-color: gray;
 text-align: center;
 border-top: 1px solid gray; 
}

p.xsmall  {
 font-size: xxsmall;
}

#main {
 height: 1000px;
}
.movie {
	text-align:center;
}