*
{
  box-sizing: border-box;
}

#wrapper
{
  position: relative;
  margin: 0px auto;
  height: 720px;
  width: 1080px;
  background-color: grey;
}

#header
{
  position: absolute;
  top: 5px;
  left: 160px;
  right: 10px;
  background-color: green;
  height: 150px;
}

#leftcol
{
  position: absolute;
  top: 160px;
  left: 10px;
  background-color: yellow;
  height: 480px;
  width: 210px;
}

#content
{
  position: absolute;
  top: 160px;
  left: 230px;
  background-color: darkgrey;
  height: 480px;
  width: 620px;
}

#rightcol
{
  position: absolute;
  top: 160px;
  right: 10px;
  background-color: yellow;
  height: 480px;
  width: 210px;
}

#footer
{
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 10px;
  height: 50px;
  background-color: green;
}

img.head
{
  position: absolute;
  top: 5px;
  left: 10px;
  width: 150px;
  height: 150px;
}

ul li
{
  list-style-type: none;
}

p
{
  margin: 10px;
}

form
{
  margin: 10px 10px
}

.thumbnail
{
  height: 100px;
  width: auto;
}

.fullsize
{
  width: 600px;
  height: auto;
  margin-left: 10px;
  margin-top: 10px;
}

#content ul li, #footer ul li
{
  display: inline;
}

#rightcol img
{
  margin-left: 10px;
  width: 190px;
  height: auto;
}

#leftcol ul li
{
  margin-top: 25px;
}
